REVIEW 4 major objections 5 minor 1 cited by
Not All Needles Are Found: How Fact Distribution and Don't Make It Up Prompts Shape Retrieval, Reasoning, and Hallucination in Long-Context LLMs
T0 review · 4 major / 5 minor · reviewed 2026-08-03 · deepseek-v4-flash
Pith's one-line read The paper claims that long-context reliability is governed by fact distribution and that anti-hallucination prompts can impose a measurable accuracy tax.
desk verdict Useful evaluation protocol and a credible safety-tax finding, but the headline 'Distributional Collapse' claim contradicts its own evidence — collapse happens under concentrated, not dispersed, distributions. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central instrument is the extended needle-in-a-haystack benchmark. A realistic narrative corpus (nineteenth-century French novels) is processed with Recursive Context Contraction, which summarizes segments piece-wise to hit target token counts while preserving narrative flow. Fact 'needles' are injected either as one dense paragraph at controlled depths (Protocol A) or as ten scattered sentences following nine probability distributions—Uniform, Normal, Exponential, Exponential Flipped, Bimodal Gaussian Mixture, Arcsine, Lorentzian, Rayleigh, and Rayleigh Flipped (Protocol B). A fixed 30-question quiz with an answer key measures literal extraction, logical inference, and faithfulness, and
What would settle it
Re-run each (context length, depth, fact distribution, prompt) cell with several independent 30-question quizzes built from different story texts, and check whether ChatGPT-5-mini's 0% Literal Extraction scores under Normal and Lorentzian distributions with the 'Don't Make It Up' prompt persist. If those scores become moderate across replications, the collapse is an artifact of the single quiz or judge; if they stay near zero, the failure mode is real. Also inspect the raw answer sheets to see whether the 0% comes from refusals, wrong answers, or grading errors.
Extended reading notes
Core claim
The central claim is that long-context reliability is governed by effective context length and fact distribution rather than by the nominal context window, and that anti-hallucination prompting carries a measurable accuracy cost. The paper demonstrates this with an extended needle-in-a-haystack design in which story-congruent facts are injected into a long narrative corpus, contexts are contracted to fractions of each model's maximum, facts are placed according to nine probabilistic distributions, and the same 30-question quiz is run under a standard prompt and a 'Don't Make It Up' prompt. On this test, Gemini-2.5-flash and Deepseek-v3.2-chat stay near their capacity limits across positions
Load-bearing premise
The load-bearing premise is that the measuring pipeline is sound—that the context-contraction method keeps the target facts intact, the 30-question answer key is unambiguous, the LLM judge grades correctly, and a single 30-question quiz per condition is representative; the paper's own Limitations section concedes that exhaustive statistical significance testing was not performed, so the 0% and 100% cells in Table A1 could be sample noise.
Editorial extensions
If this is right
- Nominal context windows overstate usable context: effective context length, the range where literal extraction stays reliable, is often much shorter than the advertised maximum.
- Moving the same facts from uniform placement to clustered distributions such as Normal or Lorentzian can collapse accuracy to zero for some models, so benchmarks that test only uniform placement overestimate real-world performance.
- Anti-hallucination prompts reduce fabrications but can also trigger refusals of present facts; the safety tax is largest near a model's context limit and for inference-heavy questions.
- Reliability is model-specific: under identical conditions, some models remain stable near their capacity while others show cliffs or U-shaped failure, so context-window size alone is not a safe purchasing or deployment criterion.
- The results imply that expanding context capacity does not remove the need for retrieval or grounding; distributional robustness and effective context management remain necessary.
Reading between the lines
- Editorial inference: the 0% collapse under centrally clustered distributions suggests the model's safety filter may be treating dense central evidence as a hallucination risk; checking whether the failures are refusals ('Not mentioned') versus wrong answers would pin down the mechanism, a split the paper does not report.
- Editorial inference: a natural testable extension is to vary the width and centrality of the fact cluster to map the boundary of Distributional Collapse; if collapse tracks the distance from the context edges, the failure is likely a positional-attention effect interacting with the prompt.
- Editorial inference: the Safety Tax might be mitigated by softening the anti-hallucination instruction to allow answering when evidence is present and refusing only when it is truly absent, or by calibrating refusal thresholds; the paper does not test these fixes.
- Editorial inference: because each condition rests on a single 30-question quiz from one narrative corpus, the exact percentages are less trustworthy than the qualitative pattern; reusing the protocol across multiple corpora and quiz instances would tell whether the collapse boundaries are stable.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces an extended needle-in-a-haystack benchmark that separates literal extraction, logical inference, and faithfulness, and applies it to four long-context LLMs (Gemini-2.5-flash, ChatGPT-5-mini, Claude-4.5-haiku, Deepseek-v3.2-chat). It sweeps context length and fact depth under uniform placement and additionally scatters ten facts according to nine probabilistic distributions, under both a standard prompt and an anti-hallucination ('Don't Make It Up') prompt. The main reported findings are two failure modes: a 'Safety Tax,' in which anti-hallucination instructions cause over-conservative refusal and degrade accuracy, and a 'Distributional Collapse,' described in the abstract and conclusion as degraded performance when evidence is dispersed. The paper also argues that nominal context windows overstate the 'effective context length' that models can actually use. The empirical basis is a set of accuracy tables and heatmaps, with only one 30-question quiz per condition in the distribution protocol and no significance testing.
Significance. If the findings are valid, the paper makes a useful practical contribution by showing that long-context reliability depends on fact distribution and prompt regime, not just nominal context size, and by quantifying a safety/accuracy trade-off. The benchmark design has strengths: it evaluates three capabilities separately, uses a public-domain narrative corpus rather than purely synthetic text, includes nine fact distributions and two prompt conditions, and reports deterministic decoding settings and full prompt templates. However, the headline 'Distributional Collapse' claim is defined as a dispersed-evidence phenomenon but is measured under centrally concentrated distributions, and the measurement pipeline (one quiz per cell, LLM-only grading, unvalidated context contraction, no released data) is too thin to support several strong quantitative claims. The 'Safety Tax' finding for ChatGPT-5-mini is more directly supported by the data, but still needs statistical backing and independent grading validation.
major comments (4)
- [Abstract, §4.6, §5, §C.3, Table A1] The definition-to-evidence mismatch for 'Distributional Collapse' is load-bearing. The abstract defines it as degradation 'when evidence is dispersed,' and §5/Conclusion repeat that models struggle when evidence is 'dispersed across the corpus rather than concentrated in more favorable locations.' Yet the only systematic collapse in Table A1 is ChatGPT-5-mini under Normal and Lorentzian distributions with AH prompts (Literal 0, Logical 0) and Claude-4.5-haiku under Normal/Uniform logical inference. Section C.3 itself states that Normal and Lorentzian have information 'concentrated heavily in the center of the context window'—the opposite of dispersed. Under the most dispersed distribution, Uniform, ChatGPT-5-mini does not collapse (e.g., 100/90 and 70/90 for Literal/Logical). The measured phenomenon is therefore fragility under central clustering / non-uniform concentration, not disperse
- [§3.5.2, Table A1, Limitations] Statistical support is insufficient for the cell-level claims. Protocol B uses one 30-question quiz per (model, distribution, prompt) cell, and the Limitations section explicitly states that no exhaustive statistical significance testing was performed. With n=30, a reported 0% score has a 95% binomial CI of roughly 0–11.6%, and 100% has a CI of roughly 88.4–100%. The text in §C.3 that scores drop 'exactly to 0.0%' overstates precision. Aggregate differences in Table 2 also lack confidence intervals. I recommend reporting CIs or significance tests, and releasing per-item responses so these can be independently computed.
- [§3.2] The Recursive Context Contraction method is used to create every non-native context length, but no validation is reported that the contraction preserves the injected facts and the answer key. If summarization paraphrases, omits, or distorts a needle, then the length-scaling and depth curves would partly measure summarization artifacts. The authors should report a fact-preservation check—e.g., human or LLM verification that all injected facts and their corresponding answers remain answerable in the contracted story—and ideally release the contracted corpora.
- [§3.4, Appendix B] All scoring is performed by an independent LLM judge with no reported human validation, inter-annotator agreement, or error analysis. Because the grading prompt allows paraphrase matching, judge bias or inconsistency could directly change every numeric result. I recommend validating the LLM judge against human annotations on a representative sample of outputs for each model and prompt condition, and reporting agreement rates.
minor comments (5)
- [§3.4, Appendix A] The main text says 'a set of 30 questions,' but the prompt template in Appendix A shows 'Question 1' through 'Question 8.' Please clarify whether the quiz contains 8 or 30 questions, and if the template is truncated, state so explicitly.
- [References] References [30] and [59] contain placeholder arXiv identifiers ('arXiv:XXXX.XXXXX') and must be completed before publication. Also check for duplicate entries, e.g., LV-Eval appears as both [7] and [16] with different arXiv IDs.
- [Table 2] The 'Capacity' rows report conditional means, but the sample size (number of quizzes/questions) is not stated. Adding the number of questions per cell would help readers interpret the precision of these values.
- [Title] The title contains spacing/LaTeX artifacts: 'andDon’t Make It UpPrompts.' Please fix the formatting.
- [Figure 5] The caption says saturation is capped at ±30%, which is useful, but the color scale is not shown. Adding a color bar would improve interpretability.
Circularity Check
No significant circularity: the paper's findings are direct empirical measurements, not derived from fitted parameters or self-citations.
full rationale
The paper is an empirical benchmark study, not a derivation. Its central quantities—literal extraction, logical inference, faithfulness, Safety Tax, and Distributional Collapse—are measured outcomes of API queries under controlled conditions, not parameters fitted to those same outcomes. The Safety Tax is defined as the observed accuracy delta between Standard and Anti-Hallucination prompts (Section 4.5, Figure 5) and is therefore a direct comparison, not a construction. Distributional Collapse is presented as an observed failure pattern in Section C.3 and Table A1; while the skeptic's objection that the named 'dispersed evidence' collapse actually occurs under central-tendency (Normal/Lorentzian) distributions is a legitimate internal-consistency and validity concern, that is a factual/definitional mismatch, not a circular reduction of the result to its inputs. No load-bearing self-citations appear: the authors do not cite their own prior work to justify the benchmark, and no uniqueness theorem or ansatz is imported from prior work by the same authors. The stated limitation in Section 6—lack of exhaustive statistical significance testing—is a power/sampling concern, not evidence of circularity. The reliance on an LLM judge for grading is a measurement-reliability concern, not a logical equivalence between input and output. Therefore, no circular step can be identified under the required standard of quoting a specific reduction.
Assumptions & free parameters
free parameters (3)
- Decoding temperature =
0.0
- Presence penalty =
0.3
- Fact-distribution shape parameters =
not reported
assumptions (6)
- domain assumption The LLM judge's binary grades are a faithful proxy for human correctness.
- domain assumption Recursive Context Contraction summarizes the Balzac corpus without dropping or distorting injected needles.
- domain assumption A single 30-question quiz per condition is representative of model performance at that condition.
- domain assumption tiktoken token counts approximate the models' native context windows.
- domain assumption The author-written answer key for the 30 evaluation questions is correct and unambiguous.
- domain assumption Balzac's fictional narrative is a valid proxy for real-world enterprise corpora.
Cite this review
Pith. "Pith review of Not All Needles Are Found: How Fact Distribution and Don't Make It Up Prompts Shape Retrieval, Reasoning, and Hallucination in Long-Context LLMs." pith.science (2026). https://pith.science/paper/4MHSVWTA
@misc{pith2026260102023,
author = {Pith},
title = {Pith review of: Not All Needles Are Found: How Fact Distribution and Don't Make It Up Prompts Shape Retrieval, Reasoning, and Hallucination in Long-Context LLMs},
year = {2026},
howpublished = {\url{https://pith.science/paper/4MHSVWTA}},
note = {Machine review of arXiv:2601.02023}
}
read the original abstract
As Large Language Models (LLMs) increasingly utilize massive context windows as working memory for autonomous tasks, their reliability fluctuates significantly depending on how information is distributed in real-world corpora. We investigate how fact placement, corpus-level distributions, and anti-hallucination ("Don't Make It Up") prompts influence model behavior by introducing a model-agnostic extended needle-in-a-haystack benchmark designed for scalability, which we apply to evaluate Gemini-2.5-flash, ChatGPT-5-mini, Claude-4.5-haiku, and Deepseek-v3.2-chat. Unlike prior work, we separately evaluate literal extraction, logical inference, and hallucination risk. We identify two critical failure modes: Distributional Collapse, where performance degrades significantly when evidence is dispersed; and a Safety Tax, where anti-hallucination prompts cause over-conservative refusal of present facts and evidence, sharply reducing accuracy. Our results suggest that many failures stem from ineffective context utilization, as models struggle to prioritize relevant information even when it is present. These findings highlight the need for model-specific robustness and effective context management to ensure reliable deployment in long-horizon agentic workflows.
Figures
Figures from the paper (3 more)
Forward citations
Cited by 1 Pith paper
-
Where Facts Go Missing: A Layerwise Taxonomy and Per-Layer Attribution of Information Omission in Air-Gapped LLMAgent Pipelines
In a controlled 75,476-trial stress test, about 73% of omitted-fact failures in LLM agent pipelines are traced to deterministic middleware (redaction, pagination, truncation) rather than model behavior.
Reference graph
Works this paper leans on
-
[1]
BABILong: Testing the limits of LLMs with long context reasoning-in-a-haystack,
Y. Kuratov, A. Bulatov, P. Anokhinet al., “BABILong: Testing the limits of LLMs with long context reasoning-in-a-haystack,”arXiv preprint arXiv:2406.10149, 2024
arXiv 2024
-
[2]
Needlebench: Can llms do retrieval and reasoning in 1 million context window?
M. Li, S. Zhang, Y. Liuet al., “Needlebench: Can llms do retrieval and reasoning in 1 million context window?”arXiv preprint arXiv:2407.11963, 2024
arXiv 2024
-
[3]
∞bench: Extending long context evaluation beyond 100k tokens,
X. Zhang, Y. Chen, S. Huet al., “∞bench: Extending long context evaluation beyond 100k tokens,” arXiv preprint arXiv:2402.13718, 2024
arXiv 2024
-
[4]
Rethinking context length in large language models,
S. Wang, Y. Lu, Y. Niu, and J. Lin, “Rethinking context length in large language models,”arXiv preprint arXiv:2402.14488, 2024
arXiv 2024
-
[5]
Lost in the middle: How language models use long contexts,
N. F. Liu, K. Lin, J. Hewitt, A. Paranjape, M. Bevilacqua, F. Petroni, and P. Liang, “Lost in the middle: How language models use long contexts,”Transactions of the Association for Computational Linguistics, 2024
2024
-
[6]
RULER: What’s the real context size of your long-context language models?
C.-P. Hsieh, S. Sun, S. Krimanet al., “RULER: What’s the real context size of your long-context language models?”arXiv preprint arXiv:2404.06654, 2024
arXiv 2024
-
[7]
Lv-eval: A balanced long-context benchmark with 5 length levels up to 256k,
T. Yuan, X. Ning, D. Zhou, Z. Yang, S. Li, M. Zhuang, Z. Tan, Z. Yao, D. Lin, B. Li, G. Dai, S. Yan, and Y. Wang, “Lv-eval: A balanced long-context benchmark with 5 length levels up to 256k,”arXiv preprint arXiv:2402.05136, 2025, arXiv:2402.05136v3 [cs.CL]
arXiv 2025
-
[8]
Lost-in-the-later: Framework for quantifying contextual grounding in large language models,
Y. Tao, A. Hiatt, R. Seetharamanet al., “Lost-in-the-later: Framework for quantifying contextual grounding in large language models,”arXiv preprint arXiv:2507.05424, 2025
arXiv 2025
Show all 99 references
-
[9]
Detectbench: Can large language model detect and piece together implicit evidence?
Z. Gu, L. Zhang, X. Zhu, J. Chen, W. Huang, Y. Zhang, S. Wang, Z. Ye, Y. Gao, Y. Xiao, and H. Feng, “Detectbench: Can large language model detect and piece together implicit evidence?”arXiv preprint arXiv:2406.12641, 2024, arXiv:2406.12641v2 [cs.CL]
2024 arXiv
-
[10]
Evaluating multilingual long- context models for retrieval and reasoning,
A. Agrawal, A. Dang, S. Bagheri Nezhad, R. Pokharel, and R. Scheinberg, “Evaluating multilingual long- context models for retrieval and reasoning,”arXiv preprint arXiv:2409.18006, 2024, arXiv:2409.18006v3 [cs.CL]
2024 arXiv
-
[11]
The two-hop curse: LLMs trained on 𝐴→𝐵,𝐵→𝐶 fail to learn𝐴→𝐶,
M. Balesni, T. Korbak, and O. Evans, “The two-hop curse: LLMs trained on 𝐴→𝐵,𝐵→𝐶 fail to learn𝐴→𝐶,”arXiv preprint arXiv:2411.16353, 2024
2024
-
[12]
Do large language models perform latent multi-hop reasoning without exploiting shortcuts?
S. Yang, N. Kassner, E. Gribovskayaet al., “Do large language models perform latent multi-hop reasoning without exploiting shortcuts?”arXiv preprint arXiv:2411.16679, 2024
2024 arXiv
-
[13]
Generating wikipedia by summarizing long sequences,
P. J. Liu, M. Saleh, E. Pot, B. Goodrich, R. Sepassi, L. Kaiser, and N. Shazeer, “Generating wikipedia by summarizing long sequences,” inInternational Conference on Learning Representations, 2018
2018
-
[15]
FactBench: A dynamic benchmark for in-the-wild language model factuality evaluation,
F. F. Bayat, L. Zhang, S. Muniret al., “FactBench: A dynamic benchmark for in-the-wild language model factuality evaluation,”arXiv preprint arXiv:2410.22257, 2024
2024 arXiv
-
[16]
Lv-eval: A balanced long-context benchmark with 5 length levels up to 256k,
T. Yuan, X. Ning, D. Zhouet al., “Lv-eval: A balanced long-context benchmark with 5 length levels up to 256k,”arXiv preprint arXiv:2402.05133, 2024. 14
2024 arXiv
-
[17]
Faitheval: Can your language model stay faithful to context,
Y. Ming, S. Purushwalkam, S. Panditet al., “Faitheval: Can your language model stay faithful to context,” arXiv preprint arXiv:2410.03727, 2024
2024 arXiv
-
[18]
Longbench: A bilingual, multitask benchmark for long context understanding,
Y. Bai, X. Lv, J. Zhanget al., “Longbench: A bilingual, multitask benchmark for long context understanding,”arXiv preprint arXiv:2308.14508, 2023
2023 arXiv
-
[19]
L-eval: Instituting standardized evaluation for long context language models,
C. An, S. Gong, M. Zhonget al., “L-eval: Instituting standardized evaluation for long context language models,”arXiv preprint arXiv:2307.11088, 2022
2022 arXiv
-
[20]
GPT-4 technical report,
OpenAI, “GPT-4 technical report,”arXiv preprint arXiv:2303.08774, 2023
2023 arXiv
-
[21]
Llmeval-3: A large-scale longitudinal study on robust and fair evaluation of large language models,
M. Zhang, Y. Shen, J. Denget al., “Llmeval-3: A large-scale longitudinal study on robust and fair evaluation of large language models,”arXiv preprint arXiv:2508.05452, 2025
2025 arXiv
-
[22]
Long-context language models fail in basic retrieval tasks without sufficient reasoning steps,
Y. Yu, Y. Huang, Z. Qi, W. Wang, W. Liu, R. Chen, and J. Pei, “Long-context language models fail in basic retrieval tasks without sufficient reasoning steps,”arXiv preprint arXiv:2410.04422, 2025, arXiv:2410.04422v9 [cs.CL]
2025 arXiv
-
[23]
FACTORY: A challenging human-verified prompt set for long-form factuality,
M. Chen, Y. Li, X. Chenet al., “FACTORY: A challenging human-verified prompt set for long-form factuality,”arXiv preprint arXiv:2508.00109, 2025
2025 arXiv
-
[24]
Investigating factuality in long-form text generation,
L. Tu, R. Meng, S. Jotyet al., “Investigating factuality in long-form text generation,”arXiv preprint arXiv:2411.15993, 2024
2024
-
[25]
Evaluating language model context windows: A “working memory
A. Dsouza, C. M. Glaze, C. Shinet al., “Evaluating language model context windows: A “working memory” test and inference-time correction,”arXiv preprint arXiv:2407.03651, 2024
2024 arXiv
-
[26]
LLMs get lost in multi-turn conversation,
P. Laban, H. Hayashi, Y. Zhou, and J. Neville, “LLMs get lost in multi-turn conversation,”arXiv preprint arXiv:2505.06120, 2025
2025 arXiv
-
[27]
Longins: A challenging long-context instruction-based exam for llms,
S. Gavin, T. Zheng, J. Liu, Q. Que, N. Wang, J. Yang, C. Zhang, W. Huang, and G. Zhang, “Longins: A challenging long-context instruction-based exam for llms,”arXiv preprint arXiv:2406.17588, 2025, arXiv:2406.17588v3 [cs.CL]
2025 arXiv
-
[28]
Needle in a haystack - pressure testing LLMs,
G. Kamradt, “Needle in a haystack - pressure testing LLMs,” https://github.com/gkamradt/LLMTest NeedleInAHaystack, 2023
2023
-
[29]
The needle in a haystack test: Evaluating the performance of LLM RAG systems,
E. Jolley and A. Dhinakaran, “The needle in a haystack test: Evaluating the performance of LLM RAG systems,”Arize AI Blog, 2024
2024
-
[30]
Sequential-NIAH: A needle-in-a-haystack benchmark for extracting sequential needles from long contexts,
Y. Yu, Q.-W. Zhang, L. Qiao, D. Yin, F. Li, J. Wang, C. Z. Xi, S. Zheng, X. Liang, and X. Sun, “Sequential-NIAH: A needle-in-a-haystack benchmark for extracting sequential needles from long contexts,”arXiv preprint arXiv:XXXX.XXXXX, 2025, in Proceedings of the 2025 Conference ...
2025
-
[31]
NoLiMa: Long-context evaluation beyond literal matching,
A. Modarressi, H. Deilamsalehy, F. Dernoncourt, T. Bui, R. A. Rossi, S. Yoon, and H. Sch¨ utze, “NoLiMa: Long-context evaluation beyond literal matching,”arXiv preprint arXiv:2502.05167, 2025
2025 arXiv
-
[32]
LongGenBench: Benchmarking long-form generation in long context LLMs,
Y. Wu, M. S. Hee, Z. Hu, and R. K.-W. Lee, “LongGenBench: Benchmarking long-form generation in long context LLMs,”arXiv preprint arXiv:2409.02076, 2024
2024 arXiv
-
[33]
When context leads but parametric memory follows in large language models,
Y. Tao, A. Hiatt, E. Haakeet al., “When context leads but parametric memory follows in large language models,”arXiv preprint arXiv:2409.08435, 2024. 15
2024 arXiv
-
[34]
Multilingual needle in a haystack: Investigating long-context behavior of multilingual large language models,
A. Hengle, P. Bajpai, S. Dan, and T. Chakraborty, “Multilingual needle in a haystack: Investigating long-context behavior of multilingual large language models,”arXiv preprint arXiv:2408.10151, 2024, arXiv:2408.10151 [cs.CL]
2024 arXiv
-
[35]
Premise order matters in reasoning with large language models,
X. Chen, R. Chi, X. Wang, and D. Zhou, “Premise order matters in reasoning with large language models,” inInternational Conference on Machine Learning (ICML), 2024
2024
-
[36]
A survey on hallucination in large language models: Principles, taxonomy, challenges, and open questions,
L. Huang, W. Yu, W. Ma, W. Zhong, Z. Feng, H. Wang, Q. Chen, W. Peng, X. Feng, B. Qin, and T. Liu, “A survey on hallucination in large language models: Principles, taxonomy, challenges, and open questions,”ACM Trans. Inf. Syst., vol. 43, no. 2, jan 2025
2025
-
[37]
Long context RAG performance of large language models,
Q. Leng, J. Portes, S. Havenset al., “Long context RAG performance of large language models,”arXiv preprint arXiv:2411.03538, 2024
2024 arXiv
-
[38]
Understanding and addressing ai hallucinations in healthcare and life sciences,
G. Aditya, “Understanding and addressing ai hallucinations in healthcare and life sciences,”International Journal of Health Sciences, vol. 7, no. 3, pp. 1–11, 2024
2024
-
[39]
A survey on hallucination in large language and foundation models,
P. Ahadian and Q. Guan, “A survey on hallucination in large language and foundation models,” Preprints.org, 2025, 202504.1236.v1
2025
-
[40]
Creating trustworthy llms: Dealing with hallucinations in healthcare ai,
M. A. Ahmad, I. Yaramis, and T. D. Roy, “Creating trustworthy llms: Dealing with hallucinations in healthcare ai,”arXiv preprint arXiv:2311.01463, 2023
2023 arXiv
-
[41]
Unravelling the mysteries of hallucination in large language models: Strategies for precision in artificial intelligence language generation,
A. R. Ahmadi, “Unravelling the mysteries of hallucination in large language models: Strategies for precision in artificial intelligence language generation,”Asian Journal of Computer Science and Technology, vol. 13, no. 1, pp. 1–10, 2024
2024
-
[42]
Halo: Hallucination analysis and learning optimization to empower llms with retrieval-augmented context for guided clinical decision making,
S. Anjum, H. Zhang, W. Zhou, E. J. Paek, X. Zhao, and Y. Feng, “Halo: Hallucination analysis and learning optimization to empower llms with retrieval-augmented context for guided clinical decision making,”arXiv preprint arXiv:2409.10011, 2024
2024 arXiv
-
[43]
Dual process theory for large language models: An overview of using psychology to address hallucination and reliability issues,
S. C. Bellini-Leite, “Dual process theory for large language models: An overview of using psychology to address hallucination and reliability issues,”Adaptive Behavior, 2023
2023
-
[44]
Factchd: Benchmarking fact-conflicting hallucination detection,
X. Chen, D. Song, H. Guiet al., “Factchd: Benchmarking fact-conflicting hallucination detection,” in Proceedings of the 33rd International Joint Conference on Artificial Intelligence (IJCAI), 2024
2024
-
[45]
Explainable hallucination mitigation in large language models: A survey,
W. Deng, J. Li, H. Zhanget al., “Explainable hallucination mitigation in large language models: A survey,”Preprints.org, 2025, 202505.0456.v1
2025
-
[46]
Zero-resource hallucination detection for text generation via graph- based contextual knowledge triples modeling,
X. Fang, Z. Huang, Z. Tianet al., “Zero-resource hallucination detection for text generation via graph- based contextual knowledge triples modeling,” inProceedings of the AAAI Conference on Artificial Intelligence, vol. 39, 2025, pp. 23 868–23 877
2025
-
[47]
Chainpoll: A high efficacy method for llm hallucination detection,
R. Friel and A. Sanyal, “Chainpoll: A high efficacy method for llm hallucination detection,”arXiv preprint arXiv:2310.18344, 2023
2023 arXiv
-
[48]
Zero-knowledge llm hallucination detection and mitigation through fine-grained cross-model consistency,
A. Goel, D. Schwartz, and Y. Qi, “Zero-knowledge llm hallucination detection and mitigation through fine-grained cross-model consistency,”arXiv preprint arXiv:2508.14314, 2025
2025
-
[49]
Detecting and preventing hallucinations in large vision language models,
A. Gunjal, J. Yin, and E. Bas, “Detecting and preventing hallucinations in large vision language models,” inProceedings of the AAAI Conference on Artificial Intelligence, vol. 38, 2024, pp. 18 135–18 143. 16
2024
-
[50]
Beyond probabilities: Unveiling the delicate dance of large language models (llms) and ai-hallucination,
O. H. Hamid, “Beyond probabilities: Unveiling the delicate dance of large language models (llms) and ai-hallucination,” in2024 IEEE International Conference on Cognitive and Innovative Military Applications (CogSIMA), 2024
2024
-
[51]
Kea explain: Explanations of hallucinations using graph kernel analysis,
R. Haskins and B. Adams, “Kea explain: Explanations of hallucinations using graph kernel analysis,” arXiv preprint arXiv:2507.03847, 2025
2025 arXiv
-
[52]
Mitigating hallucinations in large language models for educational application,
H.-T. Ho, D.-T. Ly, and L. V. Nguyen, “Mitigating hallucinations in large language models for educational application,” in2024 IEEE International Conference on Consumer Electronics-Asia (ICCE-Asia), 2024, pp. 1–4
2024
-
[53]
The illusion of progress: Re-evaluating hallucination detection in llms,
D. Janiak, J. Binkowski, A. Sawczyn, B. Gabrys, R. Shwartz-Ziv, and T. Kajdanowicz, “The illusion of progress: Re-evaluating hallucination detection in llms,”arXiv preprint arXiv:2508.08285, 2025
2025 arXiv
-
[54]
Hallucinations in large language models (llm’s): challenges in mitigation, trust, and future directions,
R. Karne, P. K. Pativada, and A. Dudhipala, “Hallucinations in large language models (llm’s): challenges in mitigation, trust, and future directions,”Indian Journal of Computer Science and Engineering, vol. 16, no. 3, pp. 17–26, 2025
2025
-
[55]
Detecting llm hallucinations using monte carlo simulations on token probabilities,
G. Ledger and R. Mancinni, “Detecting llm hallucinations using monte carlo simulations on token probabilities,”TechRxiv, 2024, 171822396.61518693/v1
2024
-
[56]
Halueval: A large-scale hallucination evaluation benchmark for large language models,
J. Li, X. Cheng, W. X. Zhaoet al., “Halueval: A large-scale hallucination evaluation benchmark for large language models,”arXiv preprint arXiv:2305.11747, 2023
2023 arXiv
-
[57]
Loki’s dance of illusions: A comprehensive survey of hallucination in large language models,
C. Li, P. Wang, C. Wanget al., “Loki’s dance of illusions: A comprehensive survey of hallucination in large language models,”arXiv preprint arXiv:2507.02870, 2025
2025 arXiv
-
[58]
Learning to trust your feelings: Leveraging self-awareness in llms for hallucination mitigation,
Y. Liang, Z. Song, H. Wang, and J. Zhang, “Learning to trust your feelings: Leveraging self-awareness in llms for hallucination mitigation,”arXiv preprint arXiv:2401.15449, 2024
2024 arXiv
-
[59]
Attention-guided self-reflection for zero-shot hallucination detection in large language models,
Q. Liu, X. Chen, Y. Ding, B. Song, W. Wang, S. Wu, and L. Wang, “Attention-guided self-reflection for zero-shot hallucination detection in large language models,”arXiv preprint arXiv:XXXX.XXXXX, 2025, in Proceedings of the 2025 Conference on Empirical Methods in Natural Langua...
2025
-
[60]
Roberta with low-rank adaptation and hierarchical attention for hallucination detection in llms,
J. Lu and S. Li, “Roberta with low-rank adaptation and hierarchical attention for hallucination detection in llms,”Preprints.org, 2025, 202504.0465.v1
2025
-
[61]
Selfcheckgpt: Zero-resource black-box hallucination detection for generative large language models,
P. Manakul, A. Liusie, and M. J. F. Gales, “Selfcheckgpt: Zero-resource black-box hallucination detection for generative large language models,”arXiv preprint arXiv:2303.08896, 2023
2023 arXiv
-
[62]
Hallucination detox: Sensitivity dropout (send) for large language model training,
S. Mohammadzadeh, J. D. Guerra, M. Bonizzato, R. Rabbany, and G. Farnadi, “Hallucination detox: Sensitivity dropout (send) for large language model training,” inProceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (ACL), 2025, pp. 5538–5554
2025
-
[63]
Fakes of varying shades: How warning affects human perception and engagement regarding llm hallucinations,
M. Nahar, H. Seo, E.-J. Lee, A. Xiong, and D. Lee, “Fakes of varying shades: How warning affects human perception and engagement regarding llm hallucinations,”arXiv preprint arXiv:2404.03745, 2024
2024 arXiv
-
[64]
Leveraging graph structures to detect hallucinations in large language models,
N. Nonkes, S. Agaronian, E. Kanoulas, and R. Petcu, “Leveraging graph structures to detect hallucinations in large language models,”arXiv preprint arXiv:2407.04485, 2024. 17
2024 arXiv
-
[65]
Erbench: An entity-relationship based automatically verifiable hallucination benchmark for large language models,
J. Oh, S. Kim, J. Seo, J. Wang, R. Xu, X. Xie, and S. E. Whang, “Erbench: An entity-relationship based automatically verifiable hallucination benchmark for large language models,”arXiv preprint arXiv:2403.05266, 2024
2024 arXiv
-
[66]
Llms know more than they show: On the intrinsic representation of llm hallucinations,
H. Orgad, M. Toker, Z. Gekhman, R. Reichart, I. Szpektor, H. Kotek, and Y. Belinkov, “Llms know more than they show: On the intrinsic representation of llm hallucinations,”arXiv preprint arXiv:2410.02707, 2024
2024 arXiv
-
[67]
Mitigating hallucinations in large language models via semantic enrichment of prompts: Insights from biobert and ontological integration,
S. Penkov, “Mitigating hallucinations in large language models via semantic enrichment of prompts: Insights from biobert and ontological integration,” inCLIB 2024, 2024, pp. 272–276
2024
-
[68]
Hallusafe at semeval-2024 task 6: An nli-based approach to make llms safer by better detecting hallucinations and overgeneration mistakes,
Z. Rahimi, H. Amirzadeh, A. Sohrabiet al., “Hallusafe at semeval-2024 task 6: An nli-based approach to make llms safer by better detecting hallucinations and overgeneration mistakes,” inProceedings of the 18th International Workshop on Semantic Evaluation (SemEval-2024), 2024
2024
-
[69]
A survey of hallucination in large foundation models,
V. Rawte, A. P. Sheth, and A. Das, “A survey of hallucination in large foundation models,”arXiv preprint arXiv:2309.05922, 2023
2023 arXiv
-
[70]
Delucionqa: Detecting hallucinations in domain-specific question answering,
M. Sadat, Z. Zhou, L. Langeet al., “Delucionqa: Detecting hallucinations in domain-specific question answering,” inFindings of the Association for Computational Linguistics (EMNLP), 2023, pp. 822–835
2023
-
[71]
Mitigation of hallucinations in language models in education: A new approach of comparative and cross-verification,
W. d. A. d. Silva, L. C. C. Fonseca, S. Labidi, and J. C. L. Pacheco, “Mitigation of hallucinations in language models in education: A new approach of comparative and cross-verification,” in2024 IEEE International Conference on Advanced Learning Technologies (ICALT), 2024, pp. 207–209
2024
-
[72]
Unsupervised real-time hallucination detection based on the internal states of large language models,
W. Su, C. Wang, Q. Aiet al., “Unsupervised real-time hallucination detection based on the internal states of large language models,”arXiv preprint arXiv:2403.06448, 2024
2024 arXiv
-
[73]
Confabulation: The surprising value of large language model hallucinations,
P. Sui, E. Duede, S. Wu, and R. J. So, “Confabulation: The surprising value of large language model hallucinations,”arXiv preprint arXiv:2406.04175, 2024
2024 arXiv
-
[74]
A comprehensive survey of hallucination mitigation techniques in large language models,
S. Tonmoy, S. M. M. Zaman, V. Jain, A. Rani, V. Rawte, A. Chadha, and A. Das, “A comprehensive survey of hallucination mitigation techniques in large language models,”arXiv preprint arXiv:2401.01313, 2024
2024 arXiv
-
[75]
Investigating hallucination tendencies of large language models in japanese and english,
H. Tsuruta and R. Sakaguchi, “Investigating hallucination tendencies of large language models in japanese and english,”Research Square, 2024, 4521710/v1
2024
-
[76]
A stitch in time saves nine: Detecting and mitigating hallucinations of llms by validating low-confidence generation,
N. Varshney, W. Yao, H. Zhang, J. Chen, and D. Yu, “A stitch in time saves nine: Detecting and mitigating hallucinations of llms by validating low-confidence generation,”arXiv preprint arXiv:2307.03987v2, 2023
2023 arXiv
-
[77]
Mitigating hallucinations in large vision-language models with instruction contrastive decoding,
X. Wang, J. Pan, L. Ding, and C. Biemann, “Mitigating hallucinations in large vision-language models with instruction contrastive decoding,”arXiv preprint arXiv:2403.18715, 2024
2024 arXiv
-
[78]
Alleviating hallucinations in large language models with scepticism modeling,
Y. Wu, Y. Wang, T. Chenet al., “Alleviating hallucinations in large language models with scepticism modeling,”arXiv preprint arXiv:2409.06601, 2024
2024 arXiv
-
[79]
Detecting and reducing the factual hallucinations of large language models with metamorphic testing,
W. Wu, Y. Cao, N. Yi, R. Ou, and Z. Zheng, “Detecting and reducing the factual hallucinations of large language models with metamorphic testing,”Proceedings of the ACM on Software Engineering, vol. 2, no. FSE, pp. 1432–1453, 2025
2025
-
[80]
Efuf: Efficient fine-grained unlearning framework for mitigating hallucinations in multimodal large language models,
S. Xing, F. Zhao, Z. Wuet al., “Efuf: Efficient fine-grained unlearning framework for mitigating hallucinations in multimodal large language models,”arXiv preprint arXiv:2402.09801, 2024. 18
2024 arXiv
-
[81]
Interrogatellm: Zero-resource hallucination detection in llm-generated answers,
Y. Yehuda, I. Malkiel, O. Barkan, J. Weill, R. Ronen, and N. Koenigstein, “Interrogatellm: Zero-resource hallucination detection in llm-generated answers,”arXiv preprint arXiv:2403.02889v3, 2024
2024 arXiv
-
[82]
Siren’s song in the ai ocean: A survey on hallucination in large language models,
Y. Zhang, Y. Li, L. Cuiet al., “Siren’s song in the ai ocean: A survey on hallucination in large language models,”Computational Linguistics, pp. 1–45, 2025
2025
-
[83]
Hop, skip, and overthink: Diagnosing why reasoning models fumble during multi-hop analysis,
A. Yadav, I. Nalawade, S. Pillarichety, Y. Babu, R. Ghosh, S. Basu, W. Zhao, A. Nasaeh, S. Balasubra- manian, and S. Srinivasan, “Hop, skip, and overthink: Diagnosing why reasoning models fumble during multi-hop analysis,”arXiv preprint arXiv:2508.04699, 2025
2025 arXiv
-
[84]
Prompting for faithfulness: When “don’t make it up
L. Chen, Y. Wang, and X. Wang, “Prompting for faithfulness: When “don’t make it up” goes too far,” arXiv preprint, 2024
2024
-
[85]
Aspects of human memory and large language models,
R. A. Janik, “Aspects of human memory and large language models,” inArtificial Intelligence: Second International Workshop, IWAI 2023, Lecce, Italy, November 14, 2023, Revised Selected Papers, ser. Communications in Computer and Information Science, vol. 1915. Springer, 2024, pp. 1–13
2023
-
[86]
More is less: Increased processing of unwanted memories facilitates forgetting,
T. H. Wang, K. Placek, and J. A. Lewis-Peacock, “More is less: Increased processing of unwanted memories facilitates forgetting,”Journal of Neuroscience, vol. 39, no. 18, pp. 3551–3560, 2019
2019
-
[87]
Towards a holistic and automated evaluation framework for multi-level comprehension of LLMs in book-length contexts,
J. Deng, Y. Lee, N. H.-Y. Kimet al., “Towards a holistic and automated evaluation framework for multi-level comprehension of LLMs in book-length contexts,”arXiv preprint arXiv:2508.19578, 2025
2025 arXiv
-
[88]
Abductive commonsense reasoning,
C. Bhagavatula, R. L. Bras, C. Malaviya, K. Sakaguchi, A. Holtzman, H. Rashkin, D. Downey, S. W.-t. Yih, and Y. Choi, “Abductive commonsense reasoning,” inInternational Conference on Learning Representations, 2020
2020
-
[89]
OR-Bench: An over-refusal benchmark for large language models,
J. Cui, W.-L. Chiang, I. Stoica, and C.-J. Hsieh, “OR-Bench: An over-refusal benchmark for large language models,”arXiv preprint arXiv:2405.20947v5, 2024
2024 arXiv
-
[90]
Evaluating long-context language models on distributed evidence reasoning,
Y. Gu, X. V. Yu, P. Liu, and G. Neubig, “Evaluating long-context language models on distributed evidence reasoning,”arXiv preprint arXiv:2504.04713, 2025
2025
-
[91]
Context rot: How increasing input tokens impacts llm performance,
K. Hong, A. Troynikov, and J. Huber, “Context rot: How increasing input tokens impacts llm performance,” Chroma Research, Tech. Rep., 2025
2025
-
[92]
Scrolls: Standardized comparison over long language sequences,
U. Shaham, E. Segal, M. Ivgiet al., “Scrolls: Standardized comparison over long language sequences,” inProceedings of EMNLP, 2022
2022
-
[93]
Kola: Carefully benchmarking world knowledge of large language models,
J. Yu, X. Wang, S. Tuet al., “Kola: Carefully benchmarking world knowledge of large language models,” arXiv preprint arXiv:2306.09296, 2023. 19 A Evaluation Prompt Templates A.1 Standard Prompt You are a person who has read the following story carefully with all details to be ...
2023 arXiv
-
[96]
Provide your answers in the following format: Question 1: [YOUR ANSWER] Question 2: [YOUR ANSWER]
If the information is not explicitly stated in the story, respond with the most logical answer that can be directly and clearly inferred from the text without adding new assumptions. Provide your answers in the following format: Question 1: [YOUR ANSWER] Question 2: [YOUR ANSW...
-
[97]
Read each question carefully
-
[98]
Review the story to find the relevant information
-
[99]
If the information is not explicitly stated in the story, respond with the most logical answer that can be directly and clearly inferred from the text without adding new assumptions
-
[100]
Not mentioned in the text or story
If the information was neither explicitly nor implicitly mentioned, answer "Not mentioned in the text or story." Any assumption, inference beyond the text, or hallucination is strictly prohibited. Don’t make it up. Provide your answers in the following format: Question 1: [YOU...
-
[101]
An Answer Key containing the correct answers to 30 questions
-
[102]
don’t make it up
An Answer Sheet containing the Model’s answers to the same 30 questions, in the same order. Grading Rules: •If the Model’s answer is completely correct and matches the Answer Key in meaning (paraphrases are allowed if they do not add, remove, or change information).→give 1 poi...
Reviewed August 3, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.