paper-with-me

홈 › Papers

SePer: Measure Retrieval Utility Through The Lens Of Semantic Perplexity Reduction

2025-03-03 · Lu Dai, Yijie Xu, Jinhui Ye, Hao liu, Hui Xiong

Large Language Models (LLMs) have demonstrated improved generation performance by incorporating externally retrieved knowledge, a process known as retrieval-augmented generation (RAG). Despite the potential of this approach, existing studies evaluate RAG effectiveness by 1) assessing retrieval and generation components jointly, which obscures retrieval's distinct contribution, or 2) examining retrievers using traditional metrics such as NDCG, which creates a gap in understanding retrieval's true utility in the overall generation process. To address the above limitations, in this work, we introduce an automatic evaluation method that measures retrieval quality through the lens of information gain within the RAG framework. Specifically, we propose Semantic Perplexity (SePer), a metric that captures the LLM's internal belief about the correctness of the retrieved information. We quantify the utility of retrieval by the extent to which it reduces semantic perplexity post-retrieval. Extensive experiments demonstrate that SePer not only aligns closely with human preferences but also offers a more precise and efficient evaluation of retrieval utility across diverse RAG scenarios.

📄 PDF Abstract BibTeX arXiv:2503.01478

Code (1)

sepermetric/seper 공식 구현 pytorch

Tasks

RAGRetrievalRetrieval-augmented Generation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Weight Decay 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

Multiscale Phase Retrieval

2020-12-09 · David J. Brady, Timothy J. Schulz, Chengyu Wang

While characterization of coherent wavefields is essential to laser, x-ray and electron imaging, sensors measure the squared magnitude of the field, rather than the field itself. Holography or phase retrieval must be use…

Retrieval

Fine-Grained Table Retrieval Through the Lens of Complex Queries

2026-03-07 · Wojciech Kosiuk, Xingyu Ji, Yeounoh Chung, Fatma Özcan 외 arxiv

Enabling question answering over tables and databases in natural language has become a key capability in the democratization of insights from tabular data sources. These systems first require retrieval of data that is re…

Open-Domain Question AnsweringTable Retrieval

PhasePerturbation: Speech Data Augmentation via Phase Perturbation for Automatic Speech Recognition

2023-12-13 · Chengxi Lei, Satwinder Singh, Feng Hou, Xiaoyun Jia 외

Most of the current speech data augmentation methods operate on either the raw waveform or the amplitude spectrum of speech. In this paper, we propose a novel speech data augmentation method called PhasePerturbation that…

Automatic Speech RecognitionData AugmentationDiversityspeech-recognition+1

MemLens: A Value-Aware Memory Management System with Interactive Analytics for LLM-based Agents

2026-07-28 · Shuyue Wei, Chang Liu, Zimu Zhou, Yongxin Tong 외 arxiv

Recently, memory management has become a key infrastructure for LLM-based agents, as it directly affects long-horizon reasoning, personalized responses, and knowledge reuse. However, existing LLM memory systems typically…

MIMO Ambiguity Functions and Harmonic Analysis

2021-04-26 · Eren Berk Kama, Mustafa Kuzuoğlu

Multi input multi output (MIMO) systems\' capability of using seperate signals brings many advantages to radar signal processing and time frequency analysis. In this paper, a variety of properties of MIMO ambiguity funct…