paper-with-me

홈 › Papers

Measuring the Impact of Lexical Training Data Coverage on Hallucination Detection in Large Language Models

2025-11-22 · Shuo Zhang, Fabrizio Gotti, Fengran Mo, Jian-Yun Nie arxiv

Hallucination in large language models (LLMs) is a fundamental challenge, particularly in open-domain question answering. Prior work attempts to detect hallucination with model-internal signals such as token-level entropy or generation consistency, while the connection between pretraining data exposure and hallucination is underexplored. Existing studies show that LLMs underperform on long-tail knowledge, i.e., the accuracy of the generated answer drops for the ground-truth entities that are rare in pretraining. However, examining whether data coverage itself can serve as a detection signal is overlooked. We propose a complementary question: Does lexical training-data coverage of the question and/or generated answer provide additional signal for hallucination detection? To investigate this, we construct scalable suffix arrays over RedPajama's 1.3-trillion-token pretraining corpus to retrieve $n$-gram statistics for both prompts and model generations. We evaluate their effectiveness for hallucination detection across three QA benchmarks. Our observations show that while occurrence-based features are weak predictors when used alone, they yield modest gains when combined with log-probabilities, particularly on datasets with higher intrinsic model uncertainty. These findings suggest that lexical coverage features provide a complementary signal for hallucination detection. All code and suffix-array infrastructure are provided at https://github.com/WWWonderer/ostd.

📄 PDF Abstract BibTeX arXiv:2511.17946

Code (0)

등록된 구현이 없습니다.

Tasks

Open-Domain Question Answering

Similar Papers 제목 키워드 기반

Measuring the Italian-English lexical gap for action verbs and its impact on translation

2017-04-01 · WS 2017 4 · Lorenzo Gregori, Aless Panunzi, ro

This paper describes a method to measure the lexical gap of action verbs in Italian and English by using the IMAGACT ontology of action. The fine-grained categorization of action concepts of the data source allowed to ha…

Translation

Action Noise in Off-Policy Deep Reinforcement Learning: Impact on Exploration and Performance

2022-06-08 · Jakob Hollenstein, Sayantan Auddy, Matteo Saveriano, Erwan Renaudo 외

Many Deep Reinforcement Learning (D-RL) algorithms rely on simple forms of exploration such as the additive action noise often used in continuous control domains. Typically, the scaling factor of this action noise is cho…

continuous-controlContinuous ControlDeep Reinforcement Learningreinforcement-learning+1

Lexical Coverage Evaluation of Large-scale Multilingual Semantic Lexicons for Twelve Languages

2016-05-01 · LREC 2016 5 · Scott Piao, Paul Rayson, Dawn Archer, Francesca Bianchi 외

The last two decades have seen the development of various semantic lexical resources such as WordNet (Miller, 1995) and the USAS semantic lexicon (Rayson et al., 2004), which have played an important role in the areas of…

Measuring Lexical Diversity in Texts: The Twofold Length Problem

2023-07-10 · Yves Bestgen

The impact of text length on the estimation of lexical diversity has captured the attention of the scientific community for more than a century. Numerous indices have been proposed, and many studies have been conducted t…

Diversity

A Penalty Goes a Long Way: Measuring Lexical Diversity in Synthetic Texts Under Prompt-Influenced Length Variations

2025-07-20 · Vijeta Deshpande, Ishita Dasgupta, Uttaran Bhattacharya, Somdeb Sarkhel 외 arxiv

Synthetic text generated by Large Language Models (LLMs) is increasingly used for further training and improvement of LLMs. Diversity is crucial for the effectiveness of synthetic data, and researchers rely on prompt eng…

Prompt Engineering