open-domain-qa
There are 30 repositories under open-domain-qa topic.
princeton-nlp/DensePhrases
[ACL 2021] Learning Dense Representations of Phrases at Scale; EMNLP'2021: Phrase Retrieval Learns Passage Retrieval, Too https://arxiv.org/abs/2012.12624
AkariAsai/learning_to_retrieve_reasoning_paths
The official implementation of ICLR 2020, "Learning to Retrieve Reasoning Paths over Wikipedia Graph for Question Answering".
DevSinghSachan/emdr2
Code and Models for the paper "End-to-End Training of Multi-Document Reader and Retriever for Open-Domain Question Answering" (NeurIPS 2021)
krystalan/Multi-hopRC
:notebook_with_decorative_cover: notes for Multi-hop Reading Comprehension and open-domain question answering
AkariAsai/XORQA
This is the official repository for NAACL 2021, "XOR QA: Cross-lingual Open-Retrieval Question Answering".
morningmoni/GAR
Code and resources for papers "Generation-Augmented Retrieval for Open-Domain Question Answering" and "Reader-Guided Passage Reranking for Open-Domain Question Answering", ACL 2021
eladsegal/strategyqa
The official code of TACL 2021, "Did Aristotle Use a Laptop? A Question Answering Benchmark with Implicit Reasoning Strategies".
matt-seb-ho/WikiWhy
WikiWhy is a new benchmark for evaluating LLMs' ability to explain between cause-effect relationships. It is a QA dataset containing 9000+ "why" question-answer-rationale triplets.
ehsk/OpenQA-eval
ACL 2023: Evaluating Open-Domain Question Answering in the Era of Large Language Models
voidism/EAR
Code for the ACL 2023 long paper - Expand, Rerank, and Retrieve: Query Reranking for Open-Domain Question Answering
yuchenlin/OpenCSR
Code Repo for "Differentiable Open-Ended Commonsense Reasoning" (NAACL 2021)
monk1337/Awesome-Question-Answering
Awesome Question Answering
soco-ai/SF-QA
Evaluation framework for open-domain question answering.
sean0042/Open_WikiTable
Open-WikiTable :Dataset for Open Domain Question Answering with Complex Reasoning over Table
Yifan-Gao/open_retrieval_conversational_machine_reading
Open-Retrieval Conversational Machine Reading: A new setting & OR-ShARC dataset
arasgungore/BERT-base-Turkish-QA
A Turkish question answering system made by fine-tuning BERTurk and XLM-Roberta models.
siddharthkhincha/Inter-IIT-11-Devrev
IIT Guwahati's Gold Medal winning solution to DevRev’s Expert Answers in a Flash Improving Domain-Specific QA
aybaras/BERT-base-Turkish-QA
A Turkish question answering system made by fine-tuning BERTurk and XLM-Roberta models.
svjack/GLM-Open-Dialogue
A enhanced Open Dialogue Context Generator supported by General Language Model Pretraining with Autoregressive Blank Infilling
deokhk/DoTTeR
Source code for Denoising Table-Text Retrieval for Open-Domain Question Answering (LREC-COLING 2024)
xiangyue9607/C-MORE
Code for the ACL2022 paper "C-MORE: Pretraining to Answer Open-Domain Questions by Consulting Millions of References"
gauravsinha7/IRNQA
Pytorch implementation of "An Interpretable Reasoning Network for Multi-Relation Question Answering"
chiennv2000/Vietnamese-Open-Domain-Question-Answering
Question Answering Interactive System
svjack/Daliy-Dialogue
A Daliy Dialogue Context Generator trained with Bloom and GPT
dean-sh/Conv-AI-Papers
Papers in the field of Open Domain, Personalized Conversational AI.
fhaoguo/DrQA_EXT
开放域问答项目,在Facebookresearch/DrQA基础上进行扩展支持中文,阅读维基百科回答开放领域问题
KavinRV/FiD-eff
Modifications to Fusion in Decoder architecture to make more it efficient
r-gheda/rag-complex-qa
Prompt-engineered RAGs for Open Domain Complex QA
YooEunseok/TF-KD-DPR
A dense passage retriever model using a knowledge distillation technique that uses the student model itself as a teacher model.