paper-with-me

홈 › Papers

Familiarity-Aware Evidence Compression for Retrieval-Augmented Generation

2024-09-19 · Dongwon Jung, Qin Liu, Tenghao Huang, Ben Zhou, Muhao Chen

Retrieval-augmented generation (RAG) improves large language models (LMs) by incorporating non-parametric knowledge through evidence retrieved from external sources. However, it often struggles to cope with inconsistent and irrelevant information that can distract the LM from its tasks, especially when multiple evidence pieces are required. While compressing the retrieved evidence with a compression model aims to address this issue, the compressed evidence may still be unfamiliar to the target model used for downstream tasks, potentially failing to utilize the evidence effectively. We propose FaviComp (Familarity-Aware Evidence Compression), a novel training-free evidence compression technique that makes retrieved evidence more familiar to the target model, while seamlessly integrating parametric knowledge from the model. Experimental results show that FaviComp consistently outperforms most recent evidence compression baselines across multiple open-domain QA datasets, improving accuracy by up to 28.1% while achieving high compression rates. Additionally, we demonstrate the effective integration of both parametric and non-parametric knowledge during evidence compression.

📄 PDF Abstract BibTeX arXiv:2409.12468

Code (1)

luka-group/FaviComp 공식 구현 pytorch

Tasks

RAGRetrievalRetrieval-augmented Generation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Towards Geo-Culturally Grounded LLM Generations

2025-02-19 · Piyawat Lertvittayakumjorn, David Kinney, Vinodkumar Prabhakaran, Donald Martin 외

Generative large language models (LLMs) have been demonstrated to have gaps in diverse, cultural knowledge across the globe. We investigate the effect of retrieval augmented generation and search-grounding techniques on …

Multiple-choiceRetrieval-augmented Generation

Beyond RAG: Task-Aware KV Cache Compression for Comprehensive Knowledge Reasoning

2025-03-06 · Giulio Corallo, Orion Weller, Fabio Petroni, Paolo Papotti

Incorporating external knowledge in large language models (LLMs) enhances their utility across diverse applications, but existing methods have trade-offs. Retrieval-Augmented Generation (RAG) fetches evidence via similar…

RAGRetrieval-augmented Generation

RAGOCR: Optical Compression of Retrieval-Augmented Text via Visual Representation

2026-08-01 · Jiayang Yu, Jialun Zhong, Lei Zou arxiv

Retrieval-Augmented Generation (RAG) has become essential for knowledge-intensive question answering, yet scaling RAG pipelines remains challenging due to the prohibitive computational cost of processing lengthy retrieve…

Question Answering

Beyond Nearest Neighbors: Semantic Compression and Graph-Augmented Retrieval for Enhanced Vector Search

2025-07-25 · Rahul Raja, Arpita Vats arxiv

Vector databases typically rely on approximate nearest neighbor (ANN) search to retrieve the top-k closest vectors to a query in embedding space. While effective, this approach often yields semantically redundant results…

Semantic Retrieval

FUSE : Failure-aware Usage of Subagent Evidence for MultiModal Search and Recommendation

2025-11-15 · Tushar Vatsa, Vibha Belavadi, Priya Shanmugasundaram, Suhas Suresha 외 arxiv

Multimodal creative assistants decompose user goals and route tasks to subagents for layout, styling, retrieval, and generation. Retrieval quality is pivotal, yet failures can arise at several stages: understanding user …