Research Papers 论文研究 4h ago Updated 29m ago 更新于 29分钟前 49

Inter-dimension Dependence for Multi-Dimensional Evaluation of Open-Ended Text 开放文本多维度评估中的跨维度依赖性

Proposes CorrGap, a novel metric to quantify inter-dimension dependence in LLM judges by measuring correlation differences between predicted and ground truth scores across text groups Demonstrates that inter-dimension dependence is pervasive across LLM judges in open-ended text evaluation tasks Introduces DimCheck, an iterative method that removes unrelated evidence from chain-of-thought reasoning step-wise to mitigate cross-dimensional contamination DimCheck outperforms strong baselines across 提出CorrGap指标,量化LLM评判者在评估目标维度时对非目标维度的依赖程度(维度间依赖性) 发现维度间依赖性在LLM评判者中普遍存在,影响多维评估的可靠性 提出DimCheck方法,通过逐步迭代移除思维链中不相关证据来缓解该问题 DimCheck在三个LLM和四个任务上均优于强基线方法 小模型可在DimCheck中近似大模型效果,显著降低推理成本

65
Hot 热度
75
Quality 质量
70
Impact 影响力

Analysis 深度分析

TL;DR

  • Proposes CorrGap, a novel metric to quantify inter-dimension dependence in LLM judges by measuring correlation differences between predicted and ground truth scores across text groups
  • Demonstrates that inter-dimension dependence is pervasive across LLM judges in open-ended text evaluation tasks
  • Introduces DimCheck, an iterative method that removes unrelated evidence from chain-of-thought reasoning step-wise to mitigate cross-dimensional contamination
  • DimCheck outperforms strong baselines across three LLMs and four evaluation tasks
  • Smaller trained LLMs can approximate larger models in DimCheck, significantly reducing inference costs

Why It Matters

This research directly addresses a critical reliability concern in LLM-as-a-judge frameworks, which are increasingly the standard for evaluating open-ended text generation. By exposing and mitigating inter-dimension dependence, practitioners can achieve more trustworthy and dimension-specific evaluations, which is essential for fair model comparison and alignment research.

Technical Details

  • CorrGap: A metric that quantifies inter-dimension dependence by computing the difference in correlations between LLM-predicted scores and ground truth scores across different groups of texts, isolating how much non-target dimensions influence target dimension evaluations.
  • DimCheck: An iterative chain-of-thought refinement method that step-wise removes evidence unrelated to the target evaluation dimension, effectively decoupling cross-dimensional reasoning contamination in LLM judges.
  • Evaluation scope: Validated across three LLMs and four distinct open-ended text evaluation tasks, demonstrating consistent improvement over strong baselines.
  • Efficiency finding: Smaller trained LLMs can approximate the performance of larger models when used within the DimCheck framework, offering a practical path toward cost-effective evaluation pipelines.

Industry Insight

  • Organizations relying on LLM-as-a-judge for model evaluation should audit their judges for inter-dimension dependence, as undetected cross-contamination can systematically bias multi-dimensional assessments.
  • DimCheck's step-wise evidence removal approach offers a reusable template for improving reasoning fidelity in any multi-criteria LLM evaluation pipeline.
  • The finding that smaller models can approximate larger ones in DimCheck suggests that high-quality evaluation need not require proportionally large models, opening the door to more accessible and cost-efficient evaluation infrastructure.

TL;DR

  • 提出CorrGap指标,量化LLM评判者在评估目标维度时对非目标维度的依赖程度(维度间依赖性)
  • 发现维度间依赖性在LLM评判者中普遍存在,影响多维评估的可靠性
  • 提出DimCheck方法,通过逐步迭代移除思维链中不相关证据来缓解该问题
  • DimCheck在三个LLM和四个任务上均优于强基线方法
  • 小模型可在DimCheck中近似大模型效果,显著降低推理成本

为什么值得看

本文揭示了LLM-as-a-judge评估方法中一个关键但被忽视的问题——维度间依赖性,这对提升开放文本评估的准确性和可靠性具有重要价值。提出的DimCheck方法为改进评估流程提供了可落地的技术方案,同时降低了部署成本。

技术解析

  • CorrGap指标:通过计算不同文本组中LLM预测分数与真实分数之间的相关性差异,来量化评判者在评估目标维度时对非目标维度的依赖程度。
  • DimCheck方法:迭代式地从LLM评判者生成的思维链(CoT)中逐步移除与目标评估维度无关的证据,从而减少维度间干扰。
  • 实验验证:在三个不同规模的LLM和四个评估任务上进行测试,DimCheck均优于强基线方法。
  • 成本优化:研究表明较小的训练LLM可以在DimCheck框架中近似大模型的表现,大幅降低推理成本。

行业启示

  • LLM-as-a-judge评估框架需要更严格地检验各维度评估的独立性,避免"一维失守、全局偏差"的问题。
  • 评估方法的优化应兼顾准确性与成本效率,小模型配合改进方法可成为工业落地的可行路径。
  • 多维评估的标准化和可解释性将成为未来AI评估领域的重要发展方向。

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

LLM 大模型 Evaluation 评测 Research 科学研究