paper-with-me

Papers

Beyond Perplexity: Let the Reader Select Retrieval Summaries via Spectrum Projection Score

2025-08-08 · Zhanghao Hu, Qinglin Zhu, Siya Qi, Yulan He, Hanqi Yan, Lin Gui arxiv

Large Language Models (LLMs) have shown improved generation performance through retrieval-augmented generation (RAG) following the retriever-reader paradigm, which supplements model inputs with externally retrieved knowledge. However, prior work often evaluates RAG holistically, assessing the retriever and reader jointly, making it difficult to isolate the true contribution of retrieval, particularly given the prompt sensitivity of LLMs used as readers. We move beyond perplexity and introduce Spectrum Projection Score (SPS), a lightweight and supervision-free metric that allows the reader to gauge the semantic alignment of a retrieved summary with its hidden representation by comparing the area formed by generated tokens from the summary, and the principal directions of subspace in the reader and to measure the relevance. Building on SPS we present xCompress, an inference-time controller framework that dynamically samples, ranks, and compresses retrieval summary candidates. Extensive experiments on five QA benchmarks with four open-sourced LLMs show that SPS not only enhances performance across a range of tasks but also provides a principled perspective on the interaction between retrieval and generation.

📄 PDF Abstract BibTeX arXiv:2508.05909

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

What Survives Into Context: A Diagnostic for Budget-Constrained Multi-Hop RAG and When Submodular Evidence Packing Improves It

2026-07-01 · Ananto Nayan Bala arxiv

Retrieval-augmented generation (RAG) under a fixed reader-context budget forces a selection problem: of the evidence retrieved, only a fraction can be shown to the reader. We argue that document recall -- the standard re…

Plot Retrieval as an Assessment of Abstract Semantic Association

2023-11-03 · Shicheng Xu, Liang Pang, Jiangnan Li, Mo Yu 외

Retrieving relevant plots from the book for a query is a critical task, which can improve the reading experience and efficiency of readers. Readers usually only give an abstract and vague description as the query based o…

Information RetrievalRetrieval

Read what you need: Controllable Aspect-based Opinion Summarization of Tourist Reviews

2020-06-08 · Rajdeep Mukherjee, Hari Chandana Peruri, Uppada Vishnu, Pawan Goyal 외

Manually extracting relevant aspects and opinions from large volumes of user-generated text is a time-consuming process. Summaries, on the other hand, help readers with limited time budgets to quickly consume the key ide…

Document SummarizationMulti-Document SummarizationOpinion Summarization

Beyond One-Size-Fits-All Summarization: Customizing Summaries for Diverse Users

2025-03-10 · Mehmet Samet Duran, Tevfik Aytekin

In recent years, automatic text summarization has witnessed significant advancement, particularly with the development of transformer-based models. However, the challenge of controlling the readability level of generated…

AllText Summarization

BRIEF: Bridging Retrieval and Inference for Multi-hop Reasoning via Compression

2024-10-20 · Yuankai Li, Jia-Chen Gu, Di wu, Kai-Wei Chang 외

Retrieval-augmented generation (RAG) can supplement large language models (LLMs) by integrating external knowledge. However, as the number of retrieved documents increases, the input length to LLMs grows linearly, causin…

In-Context LearningLong-Context UnderstandingOpen-Domain Question AnsweringQuestion Answering+3