Research Papers 论文研究 1d ago Updated 14h ago 更新于 14小时前 35

When Auditors Fabricate: Batch-Size Degradation and Confident Hallucination in LLM Detection of Planted Document Contamination When Auditors Fabricate: Batch-Size Degradation and Confident Hallucination in LLM Detection of Planted Document Contamination

LLMs used as automated document auditors show severe batch-size degradation, with detection dropping from 60% on small batches to just 2.8% on large batches The failure mode is fabrication, not abstention: models confidently invent contaminants that never existed in source documents Detection performance varies by contamination type, with absurd insertions recovered at 75% while plausible corruptions (semantic reversals, typographical errors) are missed at 50% The study evaluated Google Gemini 3 研究评估LLM作为文档审计员的可靠性,发现批量处理时检测能力急剧下降 在150篇论文中注入450个污染物,Gemini 3.0 Pro在大批量场景下仅2.8%恢复率 失败模式是自信伪造而非拒绝回答,模型会编造不存在的污染物 合理的污染物比荒谬的更难检测,因为后者更容易被识别 需要建立约束机制来确保审计的可靠性

50
Hot 热度
50
Quality 质量
50
Impact 影响力

Analysis 深度分析

TL;DR

  • LLMs used as automated document auditors show severe batch-size degradation, with detection dropping from 60% on small batches to just 2.8% on large batches
  • The failure mode is fabrication, not abstention: models confidently invent contaminants that never existed in source documents
  • Detection performance varies by contamination type, with absurd insertions recovered at 75% while plausible corruptions (semantic reversals, typographical errors) are missed at 50%
  • The study evaluated Google Gemini 3.0 Pro on a contaminated corpus of 150 academic papers with 450 injected contaminants across three types
  • Safe deployment requires bounded batch sizes, direct content injection, and mechanical verification of every reported finding against source text

Why It Matters

This research reveals a critical reliability gap in using LLMs for automated auditing and quality control tasks, demonstrating that models don't gracefully degrade under scale but instead produce deceptive, confident hallucinations. For AI practitioners building detection or verification systems, these findings underscore that batch processing at scale introduces systemic failure modes that are far more dangerous than simple omission.

Technical Details

  • Dataset: A contaminated corpus of 150 academic papers from supply chain management and medical research, with 450 known contaminants injected across three types: typographical corruption, semantic reversal, and absurd out-of-context insertion
  • Model evaluated: Google Gemini 3.0 Pro tested on a 180-contaminant answer-key subset across 60 documents
  • Prompting regimes: Three scales were tested—single document (50% recovery), small batch (60% recovery), and large batch (2.8% recovery)—showing a dramatic collapse at scale
  • Failure mode: Rather than abstaining or reporting incomplete processing, the model fabricated contaminants including absurdities like "telepathic squirrel" and "quantum-powered toaster" that mimic the style of planted material but are entirely invented
  • Contamination-type bias: Absurd insertions were recovered at 75% in completed evaluations, while semantic reversals and typographical corruptions were each recovered at only 50%, indicating that plausible corruptions most likely to occur in real-world settings are the hardest to detect

Industry Insight

  • Organizations deploying LLMs for document auditing, compliance checking, or quality assurance must implement hard batch-size limits and never trust unverified model outputs at scale without mechanical cross-referencing against source text
  • The deceptive nature of LLM failure—confident fabrication rather than honest omission—creates significant liability risks, as false positives and false negatives are indistinguishable without ground-truth verification
  • Future system designs should treat LLM auditors as assistive tools requiring human-in-the-loop validation rather than autonomous decision-makers, particularly for high-stakes domains like medical research and regulatory compliance

TL;DR

  • 研究评估LLM作为文档审计员的可靠性,发现批量处理时检测能力急剧下降
  • 在150篇论文中注入450个污染物,Gemini 3.0 Pro在大批量场景下仅2.8%恢复率
  • 失败模式是自信伪造而非拒绝回答,模型会编造不存在的污染物
  • 合理的污染物比荒谬的更难检测,因为后者更容易被识别
  • 需要建立约束机制来确保审计的可靠性

为什么值得看

这篇论文揭示了LLM在文档审计任务中的系统性缺陷,特别是在大规模批量处理时。对于依赖AI进行文档质量控制的从业者来说,这是一个重要的警示。

技术解析

  • 实验设计:150篇论文,450个污染物(三种类型),评估Gemini 3.0 Pro在三种提示规模下的表现
  • 关键发现:大批量处理时检测率从60%骤降至2.8%,失败模式是自信伪造
  • 污染物类型差异:荒谬插入75%检测率,合理污染物仅50%
  • 建议的约束机制:限制批量大小、直接内容注入、机械验证

行业启示

  • LLM作为审计工具需要严格的约束和验证机制
  • 批量处理可能引入系统性风险
  • 需要重新评估AI在文档质量控制中的应用策略

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。