The official implementation of ICLR 2020, "Learning to Retrieve Reasoning Paths over Wikipedia Graph for Question Answering".
-
Updated
Jul 25, 2024 - Python
The official implementation of ICLR 2020, "Learning to Retrieve Reasoning Paths over Wikipedia Graph for Question Answering".
Codes for NAACL 2021 Paper "Unsupervised Multi-hop Question Answering by Question Generation"
Implementation of Not All Contexts Are Equal: Teaching LLMs Credibility-aware Generation. Paper: https://arxiv.org/abs/2404.06809
Pytorch implementation of "A Simple Yet Strong Pipeline for HotpotQA" (Groeneveld, D., Khot, T., & Sabharwal, A.). Now developing!
This codebase implements a Retrieval-Augmented Generation (RAG) chatbot using the Gemini API and DSPy framework, designed to answer questions based on the HotPotQA dataset. It includes components for loading data, generating responses, and evaluating model performance through various QA strategies, including basic QA and multi-hop retrieval.
Implementation of concepts of NLP
Add a description, image, and links to the hotpotqa topic page so that developers can more easily learn about it.
To associate your repository with the hotpotqa topic, visit your repo's landing page and select "manage topics."