English

TPA: Next Token Probability Attribution for Detecting Hallucinations in RAG

Computation and Language 2026-04-20 v4 Artificial Intelligence

Abstract

Detecting hallucinations in Retrieval-Augmented Generation remains a challenge. Prior approaches attribute hallucinations to a binary conflict between internal knowledge stored in FFNs and the retrieved context. However, this perspective is incomplete, failing to account for the impact of other components of the LLM, such as the user query, previously generated tokens, the self token, and the final LayerNorm adjustment. To comprehensively capture the impact of these components on hallucination detection, we propose TPA which mathematically attributes each token's probability to seven distinct sources: Query, RAG Context, Past Token, Self Token, FFN, Final LayerNorm, and Initial Embedding. This attribution quantifies how each source contributes to the generation of the next token. Specifically, we aggregate these attribution scores by Part-of-Speech (POS) tags to quantify the contribution of each model component to the generation of specific linguistic categories within a response. By leveraging these patterns, such as detecting anomalies where Nouns rely heavily on LayerNorm, TPA effectively identifies hallucinated responses. Extensive experiments show that TPA achieves state-of-the-art performance.

Keywords

Cite

@article{arxiv.2512.07515,
  title  = {TPA: Next Token Probability Attribution for Detecting Hallucinations in RAG},
  author = {Pengqian Lu and Jie Lu and Anjin Liu and Guangquan Zhang},
  journal= {arXiv preprint arXiv:2512.07515},
  year   = {2026}
}

Comments

Accepted by ACL 2026

R2 v1 2026-07-01T08:14:48.142Z