paper-with-me

홈 › Papers

From Ranking to Selection: A Simple but Efficient Dynamic Passage Selector for Retrieval Augmented Generation

2025-08-13 · Siyuan Meng, Junming Liu, Yirong Chen, Song Mao, Pinlong Cai, Guohang Yan, Botian Shi, Ding Wang arxiv

Retrieval-augmented generation (RAG) systems are often bottlenecked by their reranking modules, which typically score passages independently and select a fixed Top-K size. This approach struggles with complex multi-hop queries that require synthesizing evidence across multiple documents, creating a trade-off where small K values omit crucial information and large K values introduce noise. To address this, we introduce the Dynamic Passage Selector (DPS), a novel reranking framework that treats passage selection as a supervised learning problem. Unlike traditional point-wise or list-wise methods, DPS is fine-tuned to capture inter-passage dependencies and dynamically select the most relevant set of passages for generation. As a seamless plug-and-play module, DPS requires no modifications to the standard RAG pipeline. Comprehensive evaluations on five benchmarks show that DPS consistently outperforms state-of-the-art rerankers and fine-tuning methods. Notably, on the challenging MuSiQue dataset, DPS improves the F1-score by 30.06% and 15.4% over strong baselines like Qwen3-reranker and RankingGPT, respectively. Our results demonstrate that by enabling adaptive evidence selection, DPS substantially enhances reasoning capabilities in complex RAG scenarios.

📄 PDF Abstract BibTeX arXiv:2508.09497

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

QUBO-Optimized Evidence Selection for Retrieval-Augmented Question Answering with Unconventional Solvers

2026-07-14 · Rahul Singh, Madhav Vadlamani arxiv

Retrieval-augmented question answering depends on selecting evidence passages that jointly support answer generation. However, many RAG pipelines rely on top-\(k\) ranking, where passages are selected mainly by individua…

Question AnsweringAnswer Generation

Distilling a Small Utility-Based Passage Selector to Enhance Retrieval-Augmented Generation

2025-07-25 · Hengran Zhang, Keping Bi, Jiafeng Guo, Jiaming Zhang 외 arxiv

Retrieval-augmented generation (RAG) enhances large language models (LLMs) by incorporating retrieved information. Standard retrieval process prioritized relevance, focusing on topical alignment between queries and passa…

Answer Generation

A Simple Approach to Jointly Rank Passages and Select Relevant Sentences in the OBQA Context

2021-09-22 · NAACL (ACL) 2022 7 · Man Luo, Shuguang Chen, Chitta Baral

In the open book question answering (OBQA) task, selecting the relevant passages and sentences from distracting information is crucial to reason the answer to a question. HotpotQA dataset is designed to teach and evaluat…

Passage RankingQuestion AnsweringSentence

SAS: Simple Attention Sparsification via End-to-End Optimization of Context Ranking

2026-09-11 · Zhiwei Li, Lei Zhu, Hao Gu, Xiang Hu 외 hf

Post-training attention sparsification reduces the quadratic cumulative attention cost of pretrained Transformers by selecting a small set of context units (tokens or blocks) for each query. Existing trainable methods us…

Long-Context Understanding

On the Effectiveness of Minimal Context Selection for Robust Question Answering

2018-10-30 · Anonymous

Machine learning models for question-answering (QA), where given a question and a passage, the learner must select some span in the passage as an answer, are known to be brittle. By inserting a single nuisance sentence i…

Adversarial RobustnessQuestion AnsweringSentence