通过截断推理链暴露大模型隐藏的记忆作弊行为
The Illusion of Reasoning: Exposing Evasive Data Contamination in LLMs via Zero-CoT Truncation

- 截断全部思维链,暴露出模型依赖记忆而非真实推理
- 在原始数据与变形数据上对比表现,识别出隐蔽的数据污染
- 提出可信度指标,量化污染程度而非仅判断有无
大型语言模型在各类任务中展现出强大的推理能力,但数据污染严重干扰了对这些能力的客观评估。恶意发布者采用间接污染策略(如改写基准数据)逃避现有检测手段,人为提升排行榜成绩。现有方法难以可靠识别此类隐蔽污染。本文发现:模型生成的推理步骤会主动掩盖其底层记忆行为。受此启发,我们提出零思维链探测器(Zero-CoT Probe, ZCP),一种新型黑箱检测方法,通过故意截断整个思维链过程,暴露潜在的捷径映射。为分离记忆与真实求解能力,ZCP将模型在原始基准上的零思维链表现与同构扰动参考数据集上的表现进行对比。此外,我们引入污染置信度(Contamination Confidence)指标,量化污染的可能性与严重性,超越简单的二元分类。在已知污染模型及专门微调的污染模型上的大量实验表明,ZCP能有效检测直接和隐蔽的数据污染。ZCP代码已开源:https://github.com/Yifan-Lan/zero-cot-probe。
原文摘要 · Abstract (English)
Large language models (LLMs) have demonstrated impressive reasoning abilities across a wide range of tasks, but data contamination undermines the objective evaluation of these capabilities. This problem is further exacerbated by malicious model publishers who use evasive, or indirect, contamination strategies, such as paraphrasing benchmark data to evade existing detection methods and artificially boost leaderboard performance. Current approaches struggle to reliably detect such stealthy contamination. In this work, we uncover a critical phenomenon: a model's generated reasoning steps actively mask its underlying memorization. Inspired by this, we propose the Zero-CoT Probe (ZCP), a novel black-box detection method that deliberately truncates the entire Chain-of-Thought (CoT) process to expose latent shortcut mappings. To further isolate memorization from the model's intrinsic problem-solving capabilities, ZCP compares the model's zero-CoT performance on the original benchmark against an isomorphically perturbed reference dataset. Furthermore, we introduce Contamination Confidence, a metric that quantifies both the likelihood and severity of contamination, moving beyond simple binary classifications. Extensive experiments on both previously identified contaminated models and specially fine-tuned contaminated models demonstrate that ZCP robustly detects both direct and evasive data contamination. The code for ZCP is accessible at https://github.com/Yifan-Lan/zero-cot-probe.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。