paper-with-me

홈 › Papers

Generator-Retriever-Generator Approach for Open-Domain Question Answering

2023-07-21 · Abdelrahman Abdallah, Adam Jatowt

Open-domain question answering (QA) tasks usually require the retrieval of relevant information from a large corpus to generate accurate answers. We propose a novel approach called Generator-Retriever-Generator (GRG) that combines document retrieval techniques with a large language model (LLM), by first prompting the model to generate contextual documents based on a given question. In parallel, a dual-encoder network retrieves documents that are relevant to the question from an external corpus. The generated and retrieved documents are then passed to the second LLM, which generates the final answer. By combining document retrieval and LLM generation, our approach addresses the challenges of open-domain QA, such as generating informative and contextually relevant answers. GRG outperforms the state-of-the-art generate-then-read and retrieve-then-read pipelines (GENREAD and RFiD) improving their performance by at least by +5.2, +4.2, and +1.6 on TriviaQA, NQ, and WebQ datasets, respectively. We provide code, datasets, and checkpoints at https://github.com/abdoelsayed2016/GRG.

📄 PDF Abstract BibTeX arXiv:2307.11278

Code (1)

abdoelsayed2016/grg 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingLarge Language ModelOpen-Domain Question AnsweringQuestion AnsweringRetrievalTriviaQA

Similar Papers 제목 키워드 기반

Can we Evaluate RAGs with Synthetic Data?

2025-08-15 · Jonas van Elburg, Peter van der Putten, Maarten Marx arxiv

We investigate whether synthetic question-answer (QA) data generated by large language models (LLMs) can serve as an effective proxy for human-labeled benchmarks when the latter is unavailable. We assess the reliability …

Dual-Feedback Knowledge Retrieval for Task-Oriented Dialogue Systems

2023-10-23 · Tianyuan Shi, Liangzhi Li, Zijian Lin, Tao Yang 외

Efficient knowledge retrieval plays a pivotal role in ensuring the success of end-to-end task-oriented dialogue systems by facilitating the selection of relevant information necessary to fulfill user requests. However, c…

Open-Domain Question AnsweringQuestion AnsweringResponse GenerationRetrieval+1

A Numerical Reasoning Question Answering System with Fine-grained Retriever and the Ensemble of Multiple Generators for FinQA

2022-06-17 · Bin Wang, Jiangzhou Ju, Yunlin Mao, Xin-yu Dai 외

The numerical reasoning in the financial domain -- performing quantitative analysis and summarizing the information from financial reports -- can greatly increase business efficiency and reduce costs of billions of dolla…

Question Answering

Improving the Domain Adaptation of Retrieval Augmented Generation (RAG) Models for Open Domain Question Answering

2022-10-06 · Shamane Siriwardhana, Rivindu Weerasekera, Elliott Wen, Tharindu Kaluarachchi 외

Retrieval Augment Generation (RAG) is a recent advancement in Open-Domain Question Answering (ODQA). RAG has only been trained and explored with a Wikipedia-based external knowledge base and is not optimized for use in o…

Domain AdaptationInformation RetrievalOpen-Domain Question AnsweringQuestion Answering+4

ARMOR: Adaptive Retriever Optimization for Low-Resource Telecom Question Answering

2026-06-29 · Heshan Fernando, Quan Xiao, Yan Xin, Tianyi Chen arxiv

Telecom question answering (QA) is a challenging setting for retrieval-augmented generation (RAG): evidence is fragmented across standards, papers, encyclopedic resources, and web documents, and answers often hinge on te…

Semantic RetrievalQuestion AnsweringAnswer Generation