paper-with-me

홈 › Papers

Modeling Contextual Passage Utility for Multihop Question Answering

2025-12-06 · Akriti Jain, Aparna Garimella arxiv

Multihop Question Answering (QA) requires systems to identify and synthesize information from multiple text passages. While most prior retrieval methods assist in identifying relevant passages for QA, further assessing the utility of the passages can help in removing redundant ones, which may otherwise add to noise and inaccuracies in the generated answers. Existing utility prediction approaches model passage utility independently, overlooking a critical aspect of multihop reasoning: the utility of a passage can be context-dependent, influenced by its relation to other passages - whether it provides complementary information or forms a crucial link in conjunction with others. In this paper, we propose a lightweight approach to model contextual passage utility, accounting for inter-passage dependencies. We fine-tune a small transformer-based model to predict passage utility scores for multihop QA. We leverage the reasoning traces from an advanced reasoning model to capture the order in which passages are used to answer a question and obtain synthetic training data. Through comprehensive experiments, we demonstrate that our utility-based scoring of retrieved passages leads to improved reranking and downstream QA performance compared to relevance-based reranking methods.

📄 PDF Abstract BibTeX arXiv:2512.06464

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar 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, …

Answer GenerationMulti-hop Question AnsweringQuestion AnsweringRAG+1

PRISM: Agentic Retrieval with LLMs for Multi-Hop Question Answering

2025-10-16 · Md Mahadi Hasan Nahid, Davood Rafiei arxiv

Retrieval plays a central role in multi-hop question answering (QA), where answering complex questions requires gathering multiple pieces of evidence. We introduce an Agentic Retrieval System that leverages large languag…

Multi-hop Question Answering

EviReform: Evidence-Guided Query Reformulation for Multi-Hop Graph Retrieval

2026-08-13 · Xinlong Xu, Yoshua Y. Li arxiv

Multi-hop retrieval must recover passages that provide sufficient evidence together. An initial passage often resolves an entity or relation implicit in the question, making the missing evidence easier to describe only a…

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

End-to-End Beam Retrieval for Multi-Hop Question Answering

2023-08-17 · Jiahao Zhang, Haiyang Zhang, Dongmei Zhang, Yong liu 외

Multi-hop question answering (QA) involves finding multiple relevant passages and step-by-step reasoning to answer complex questions, indicating a retrieve-and-read paradigm. However, previous retrievers were customized …

Language ModellingLarge Language ModelMulti-hop Question AnsweringQuestion Answering+1