From 0cc7bd1ce69a50468918915a6b3fe0576940c10b Mon Sep 17 00:00:00 2001 From: Omar Khattab Date: Tue, 31 Dec 2024 07:37:12 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8c4c1c9f6..8b3c6d634 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,10 @@ pip install git+https://github.com/stanfordnlp/dspy.git ## 📜 Citation & Reading More +If you're looking to understand the framework, please go to the [DSPy Docs at dspy.ai](https://dspy.ai). + +If you're looking to understand the underlying research, this is a set of our papers: + **[Jun'24] [Optimizing Instructions and Demonstrations for Multi-Stage Language Model Programs](https://arxiv.org/abs/2406.11695)** **[Oct'23] [DSPy: Compiling Declarative Language Model Calls into Self-Improving Pipelines](https://arxiv.org/abs/2310.03714)** [Jul'24] [Fine-Tuning and Prompt Optimization: Two Great Steps that Work Better Together](https://arxiv.org/abs/2407.10930)