arXiv:2608.14684cs.LGcs.AI2026-08

解决大模型评分时因多标准共现导致的评判偏差问题

Mitigating Rubric Interference in LLM Judges via On-Policy Self-Distillation

论文配图:Mitigating Rubric Interference in LLM Judges via On-Policy Self-Distillation
图 1 · 摘自论文原文
  • 用模型自身单标准判断作锚点,通过自蒸馏对齐多标准推理
  • 在三个数据集上使评分一致性提升至三分之二以上
  • 适合需要稳定、可复现评估结果的研究者使用

大模型在评估回答时越来越多地依赖细粒度评分标准清单。当前方法通常对每个标准单独调用模型,效率较低;而一次性评估所有标准虽更高效,却引入了标准干扰:某项标准的判断会受其他共现标准影响。初步研究发现,仅三分之一样本在不同标准组合下得到一致结论。本文提出测量框架,通过四种控制操作(扩展、子集、重排、噪声注入)探测干扰。为在无外部监督下缓解干扰,提出自锚定标准对齐(SARA):利用模型自身单标准判断作为稳定锚点,通过在线策略自蒸馏对齐多标准推理。在HealthBench、FLASK、ResearchQA三个数据集及Qwen3、Llama-3.1两个模型家族上验证,SARA显著提升评估一致性,同时保持与基础模型和GPT-4.1参考判官的高一致率。一致性能力可跨数据集迁移,表明其学习的是通用评估能力而非特定数据模式。

原文摘要 · Abstract (English)

LLM judges increasingly evaluate responses against fine-grained rubric checklists. When a sample requires multiple rubrics, current methods typically assess each in a separate inference call. Evaluating all rubrics in a single pass is a natural alternative with greater efficiency, but we find that it introduces rubric interference: the verdict on one rubric shifts depending on which other rubrics are co-present. In a preliminary study, only one-third of samples receive fully consistent verdicts when evaluated under rubric sets of varying composition. We develop a measurement framework that probes interference through four controlled operations: rubric set expansion, subsetting, reordering, and noise injection. To mitigate interference without external supervision, we propose Self-Anchored Rubric Alignment (SARA). SARA uses a model's own single-rubric judgments as stable anchors and aligns multi-rubric reasoning with these anchors through on-policy self-distillation. We validate SARA on three datasets (HealthBench, FLASK, ResearchQA) and two model families (Qwen3, Llama-3.1). SARA consistently improves evaluation consistency while maintaining agreement with both base models and GPT-4.1 as a reference judge. Furthermore, the learned consistency transfers across datasets, confirming that SARA teaches a general capability rather than fitting dataset-specific patterns.

大模型评估评分一致性自蒸馏标准干扰

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