English

EfficientRAG: Efficient Retriever for Multi-Hop Question Answering

Computation and Language 2024-09-27 v2 Artificial Intelligence

Abstract

Retrieval-augmented generation (RAG) methods encounter difficulties when addressing complex questions like multi-hop queries. While iterative retrieval methods improve performance by gathering additional information, current approaches often rely on multiple calls of large language models (LLMs). In this paper, we introduce EfficientRAG, an efficient retriever for multi-hop question answering. EfficientRAG iteratively generates new queries without the need for LLM calls at each iteration and filters out irrelevant information. Experimental results demonstrate that EfficientRAG surpasses existing RAG methods on three open-domain multi-hop question-answering datasets.

Keywords

Cite

@article{arxiv.2408.04259,
  title  = {EfficientRAG: Efficient Retriever for Multi-Hop Question Answering},
  author = {Ziyuan Zhuang and Zhiyang Zhang and Sitao Cheng and Fangkai Yang and Jia Liu and Shujian Huang and Qingwei Lin and Saravan Rajmohan and Dongmei Zhang and Qi Zhang},
  journal= {arXiv preprint arXiv:2408.04259},
  year   = {2024}
}

Comments

20 pages, 4 figures

R2 v1 2026-06-28T18:07:23.646Z