arXiv:2603.21454cs.CL2026-03

用多轮独立分析检测大模型编程评测中的答案泄露问题

Cross-Context Verification: Hierarchical Detection of Benchmark Contamination through Session-Isolated Analysis

  • 通过多轮独立测试对比解题多样性,识别模型是否依赖记忆而非推理
  • 在45次测试中完美区分污染与真实推理(准确率100%)
  • 适合评估大模型评测数据可信度的研究者和开发者

大模型编程评测面临可信度危机:广泛存在答案泄露与测试质量缺陷,现有检测方法(如改写一致性、n-gram重叠、困惑度分析)无法直接观测模型是否推理或回忆。单纯重复验证反而降低准确率:多轮评审产生更多假阳性,表明需采用结构化方法。本文提出交叉上下文验证(CCV),一种黑箱方法,在N个独立会话中重复求解同一评测题,并测量解题多样性;结合分层交叉上下文架构(HCCA),通过角色间信息隔离的多智能体框架,防止确认偏倚。在9个SWE-bench Verified问题(45次试验,Claude Opus 4.6,temperature 0)上,CCV实现污染与真实推理的完全分离(Mann-Whitney U=0,p≈0.012,r=1.0)。关键发现:(1)污染状态为二元——模型要么完全回忆,要么不回忆;(2)推理缺失是完美判别器;(3)33%的先前污染标签为假阳性;(4)HCCA的独立分析结构可发现单分析师遗漏的污染-缺陷复合案例。初步实验将HCCA扩展至多阶段验证(工作者→验证者→总监)得负面结果——100%顺从性确认,进一步证明信息隔离而非结构复杂性才是核心机制。代码与数据已公开。

原文摘要 · Abstract (English)

LLM coding benchmarks face a credibility crisis: widespread solution leakage and test quality issues undermine SWE-bench Verified, while existing detection methods--paraphrase consistency, n-gram overlap, perplexity analysis--never directly observe whether a model reasons or recalls. Meanwhile, simply repeating verification degrades accuracy: multi-turn review generates false positives faster than it discovers true errors, suggesting that structural approaches are needed. We introduce Cross-Context Verification (CCV), a black-box method that solves the same benchmark problem in N independent sessions and measures solution diversity, combined with the Hierarchical Cross-Context Architecture (HCCA), a multi-agent analysis framework that prevents confirmation bias through intentional information restriction across specialized analytical roles. On 9 SWE-bench Verified problems (45 trials, Claude Opus 4.6, temperature 0), CCV achieves perfect separation between contaminated and genuine reasoning (Mann-Whitney U=0, p approx 0.012, r = 1.0). Key findings: (1) contamination is binary--models either recall perfectly or not at all; (2) reasoning absence is a perfect discriminator; (3) 33% of prior contamination labels are false positives; (4) HCCA's independent analysis structure discovers contamination-flaw composite cases that single-analyst approaches miss. A pilot experiment extending HCCA to multi-stage verification (Worker to Verifier to Director) yields a negative result--100% sycophantic confirmation--providing further evidence that information restriction, not structural complexity, is the key mechanism. We release all code and data.

大模型评测答案泄露验证机制多智能体

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