There are 2 repositories under hotpotqa topic.
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.