arXiv:2511.01014cs.CL2025-11ACL被引 2

用细粒度检查清单提升指令遵循评估的准确性和效率

IF-CRITIC: Towards a Fine-Grained LLM Critic for Instruction-Following Evaluation

  • 通过生成约束清单分解指令,实现细粒度评估
  • 在多个数据集上超越o4-mini和Gemini-3-Pro等基线模型
  • 适合需要高效可靠评估的LLM优化研究者使用

指令遵循是大语言模型的核心能力,要求生成内容满足输入指令中的多重约束。现有基于大模型裁判的评估方法存在成本高、评估不可靠等问题。为此,我们提出IF-CRITIC,一种用于细粒度、高效、可靠的指令遵循评估的大型语言模型评判器。首先,设计检查清单生成器将指令分解并生成约束清单;借助清单,通过多阶段批判过滤机制收集高质量批判训练数据,并采用约束级偏好优化方法训练IF-CRITIC。大量实验表明,IF-CRITIC的评估性能优于多个强基线模型,包括o4-mini和Gemini-3-Pro。在IF-CRITIC提供的奖励信号下,大模型可在更低计算开销下实现显著的指令遵循优化。代码与模型已开源于https://github.com/thu-coai/IF-CRITIC。

原文摘要 · Abstract (English)

Instruction-following is a fundamental ability of Large Language Models (LLMs), requiring their generated outputs to follow multiple constraints imposed in input instructions. Numerous studies have attempted to enhance this ability through preference optimization or reinforcement learning based on reward signals from LLM-as-a-Judge. However, existing evaluation models for instruction-following still possess many deficiencies, such as substantial costs and unreliable assessments. To this end, we propose IF-CRITIC, an LLM critic for fine-grained, efficient, and reliable instruction-following evaluation. We first develop a checklist generator to decompose instructions and generate constraint checklists. With the assistance of the checklists, we collect high-quality critique training data through a multi-stage critique filtering mechanism and employ a constraint-level preference optimization method to train IF-CRITIC. Extensive experiments show that the evaluation performance of IF-CRITIC can beat strong LLM-as-a-Judge baselines, including o4-mini and Gemini-3-Pro. With the reward signals provided by IF-CRITIC, LLMs can achieve substantial performance gains in instruction-following optimization under lower computational overhead compared to strong LLM critic baselines. Our code and model are available at https://github.com/thu-coai/IF-CRITIC.

指令遵循评估模型偏好优化大模型评测

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