From e3694e2f6f478b39921c3be7bb08c5fe0b738301 Mon Sep 17 00:00:00 2001 From: Zachary Levonian Date: Mon, 4 Dec 2023 18:13:55 -0800 Subject: [PATCH] Adjust README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4ac47b9..19dd20e 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ How can we incorporate trusted, external math knowledge in generated answers to This project is [hosted on GitHub](https://github.com/DigitalHarborFoundation/llm-math-education). Feel free to open an [issue](https://github.com/DigitalHarborFoundation/llm-math-education/issues) with questions, comments, or requests. +A [fork of this repository at `DigitalHarborFoundation/rag-for-math-qa`](https://github.com/DigitalHarborFoundation/rag-for-math-qa) contains research code and data used to publish [our workshop paper](https://arxiv.org/abs/2310.03184). + ## Demo You can explore the effects of the retrieval-augmented generation approach by using our [Streamlit app](https://llm-math-education-levon003.streamlit.app/About_this_app). You'll need to provide your own OpenAI API key.