paper-with-me

홈 › Papers

Influence Guided Context Selection for Effective Retrieval-Augmented Generation

2025-09-21 · Jiale Deng, Yanyan Shen, Ziyuan Pei, Youmin Chen, Linpeng Huang arxiv

Retrieval-Augmented Generation (RAG) addresses large language model (LLM) hallucinations by grounding responses in external knowledge, but its effectiveness is compromised by poor-quality retrieved contexts containing irrelevant or noisy information. While existing approaches attempt to improve performance through context selection based on predefined context quality assessment metrics, they show limited gains over standard RAG. We attribute this limitation to their failure in holistically utilizing available information (query, context list, and generator) for comprehensive quality assessment. Inspired by recent advances in data selection, we reconceptualize context quality assessment as an inference-time data valuation problem and introduce the Contextual Influence Value (CI value). This novel metric quantifies context quality by measuring the performance degradation when removing each context from the list, effectively integrating query-aware relevance, list-aware uniqueness, and generator-aware alignment. Moreover, CI value eliminates complex selection hyperparameter tuning by simply retaining contexts with positive CI values. To address practical challenges of label dependency and computational overhead, we develop a parameterized surrogate model for CI value prediction during inference. The model employs a hierarchical architecture that captures both local query-context relevance and global inter-context interactions, trained through oracle CI value supervision and end-to-end generator feedback. Extensive experiments across 8 NLP tasks and multiple LLMs demonstrate that our context selection method significantly outperforms state-of-the-art baselines, effectively filtering poor-quality contexts while preserving critical information. Code is available at https://github.com/SJTU-DMTai/RAG-CSM.

📄 PDF Abstract BibTeX arXiv:2509.21359

Code (0)

등록된 구현이 없습니다.

Tasks

Value prediction

Similar Papers 제목 키워드 기반

PAIRS: Parametric-Verified Adaptive Information Retrieval and Selection for Efficient RAG

2025-08-06 · Wang Chen, Guanqiang Qi, Weikang Li, Yang Li 외 arxiv

Retrieval-Augmented Generation (RAG) has become a cornerstone technique for enhancing large language models (LLMs) with external knowledge. However, current RAG systems face two critical limitations: (1) they inefficient…

Information Retrieval

An Empirical Study of Frame Selection for Text-to-Video Retrieval

2023-11-01 · Mengxia Wu, Min Cao, Yang Bai, Ziyin Zeng 외

Text-to-video retrieval (TVR) aims to find the most relevant video in a large video gallery given a query text. The intricate and abundant context of the video challenges the performance and efficiency of TVR. To handle …

RetrievalText to Video RetrievalVideo Retrieval

Self-Correcting RAG: Enhancing Faithfulness via MMKP Context Selection and NLI-Guided MCTS

2026-04-12 · Shijia Xu, Zhou Wu, Xiaolong Jia, Yu Wang 외 arxiv

Retrieval-augmented generation (RAG) substantially extends the knowledge boundary of large language models. However, it still faces two major challenges when handling complex reasoning tasks: low context utilization and …

Multi-hop Question AnsweringNatural Language Inference

Love Me, Love My Label: Rethinking the Role of Labels in Prompt Retrieval for Visual In-Context Learning

2026-04-04 · Tianci Luo, Haohao Pan, Jinpeng Wang, Niu Lian 외 arxiv

Visual in-context learning (VICL) enables visual foundation models to handle multiple tasks by steering them with demonstrative prompts. The choice of such prompts largely influences VICL performance, standing out as a k…

How Does the Textual Information Affect the Retrieval of Multimodal In-Context Learning?

2024-04-19 · Yang Luo, Zangwei Zheng, Zirui Zhu, Yang You

The increase in parameter size of multimodal large language models (MLLMs) introduces significant capabilities, particularly in-context learning, where MLLMs enhance task performance without updating pre-trained paramete…

In-Context LearningRetrieval