paper-with-me

홈 › Papers

GenSco: Can Question Decomposition based Passage Alignment improve Question Answering?

2024-07-14 · Barah Fazili, Koustava Goswami, Natwar Modani, Inderjeet Nair

Retrieval augmented generation (RAG) with large language models (LLMs) for Question Answering (QA) entails furnishing relevant context within the prompt to facilitate the LLM in answer generation. During the generation, inaccuracies or hallucinations frequently occur due to two primary factors: inadequate or distracting context in the prompts, and the inability of LLMs to effectively reason through the facts. In this paper, we investigate whether providing aligned context via a carefully selected passage sequence leads to better answer generation by the LLM for multi-hop QA. We introduce, "GenSco", a novel approach of selecting passages based on the predicted decomposition of the multi-hop questions}. The framework consists of two distinct LLMs: (i) Generator LLM, which is used for question decomposition and final answer generation; (ii) an auxiliary open-sourced LLM, used as the scorer, to semantically guide the Generator for passage selection. The generator is invoked only once for the answer generation, resulting in a cost-effective and efficient approach. We evaluate on three broadly established multi-hop question answering datasets: 2WikiMultiHop, Adversarial HotPotQA and MuSiQue and achieve an absolute gain of $15.1$ and $5.9$ points in Exact Match score with respect to the best performing baselines over MuSiQue and 2WikiMultiHop respectively.

📄 PDF Abstract BibTeX arXiv:2407.10245

Code (0)

등록된 구현이 없습니다.

Tasks

Answer GenerationMulti-hop Question AnsweringQuestion AnsweringRAGRetrieval-augmented Generation

Similar Papers 제목 키워드 기반

Question Decomposition for Retrieval-Augmented Generation

2025-07-01 · Paul J. L. Ammann, Jonas Golde, Alan Akbik arxiv

Grounding large language models (LLMs) in verifiable external sources is a well-established strategy for generating reliable answers. Retrieval-augmented generation (RAG) is one such approach, particularly effective for …

Question AnsweringAnswer Generation

TempRetriever: Fusion-based Temporal Dense Passage Retrieval for Time-Sensitive Questions

2025-02-28 · Abdelrahman Abdallah, Bhawna Piryani, Jonas Wallat, Avishek Anand 외

Temporal awareness is crucial in many information retrieval tasks, particularly in scenarios where the relevance of documents depends on their alignment with the query's temporal context. Traditional approaches such as B…

Information RetrievalPassage RetrievalQuestion AnsweringRetrieval+2

What are the limits of cross-lingual dense passage retrieval for low-resource languages?

2024-08-21 · Jie Wu, Zhaochun Ren, Suzan Verberne

In this paper, we analyze the capabilities of the multi-lingual Dense Passage Retriever (mDPR) for extremely low-resource languages. In the Cross-lingual Open-Retrieval Answer Generation (CORA) pipeline, mDPR achieves su…

Answer GenerationLanguage ModelingLanguage ModellingPassage Retrieval+2

EigenScore: OOD Detection using Covariance in Diffusion Models

2025-10-08 · Shirin Shoushtari, Yi Wang, Xiao Shi, M. Salman Asif 외 arxiv

Out-of-distribution (OOD) detection is critical for the safe deployment of machine learning systems in safety-sensitive domains. Diffusion models have recently emerged as powerful generative models, capable of capturing …

TACR: A Table-alignment-based Cell-selection and Reasoning Model for Hybrid Question-Answering

2023-05-24 · Jian Wu, Yicheng Xu, Yan Gao, Jian-Guang Lou 외

Hybrid Question-Answering (HQA), which targets reasoning over tables and passages linked from table cells, has witnessed significant research in recent years. A common challenge in HQA and other passage-table QA datasets…

Question AnsweringRetrieval