arXiv:2506.11440cs.CL2025-06被引 11

测试大模型能否发现文本缺失内容,发现其表现远低于预期。

AbsenceBench: Language Models Can't Tell What's Missing

  • 设计新基准测试,让模型判断被刻意删除的信息
  • 顶级模型在3个领域平均仅达69.6%准确率
  • 适合关注大模型认知盲区的研究者

大型语言模型在处理长文本和定位特定信息方面能力日益增强,如在针中找针(NIAH)测试中的表现所示。然而,尽管模型擅长回忆意外信息,仍难以识别明确缺失的内容。我们提出AbsenceBench,用于评估模型在数值序列、诗歌和GitHub Pull Request三个领域检测缺失信息的能力。该任务要求模型根据原始与编辑后的上下文,判断哪些内容被故意移除。尽管任务看似简单,实验显示即使是最先进的模型Claude-3.7-Sonnet,在平均5000词元的上下文长度下,也只能达到69.6%的F1分数。分析表明,这种低效源于根本性限制:Transformer注意力机制难以关注文档中的‘空缺’,因为这些缺失不对应任何可被注意的具体键。整体结果揭示了模型在超人表现任务(如NIAH)与突然崩溃的任务(如AbsenceBench)之间存在微妙差距。

原文摘要 · Abstract (English)

Large language models (LLMs) are increasingly capable of processing long inputs and locating specific information within them, as evidenced by their performance on the Needle in a Haystack (NIAH) test. However, while models excel at recalling surprising information, they still struggle to identify clearly omitted information. We introduce AbsenceBench to assesses LLMs' capacity to detect missing information across three domains: numerical sequences, poetry, and GitHub pull requests. AbsenceBench asks models to identify which pieces of a document were deliberately removed, given access to both the original and edited contexts. Despite the apparent straightforwardness of these tasks, our experiments reveal that even state-of-the-art models like Claude-3.7-Sonnet achieve only 69.6% F1-score with a modest average context length of 5K tokens. Our analysis suggests this poor performance stems from a fundamental limitation: Transformer attention mechanisms cannot easily attend to "gaps" in documents since these absences don't correspond to any specific keys that can be attended to. Overall, our results and analysis provide a case study of the close proximity of tasks where models are already superhuman (NIAH) and tasks where models breakdown unexpectedly (AbsenceBench).

大模型评测注意力机制认知盲区

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。