arXiv:2601.22588cs.CLcs.AI2026-01被引 6

小模型靠内部表示也能当评委,比大模型更高效可靠

Rethinking LLM-as-a-Judge: Representation-as-a-Judge with Small Language Models via Semantic Capacity Asymmetry

  • 用小模型隐藏层表示代替生成结果做评估
  • 在多个推理题集上接近大模型表现,效率提升显著
  • 适合需要低成本、可解释性评估的场景

大型语言模型常通过提示词实现无参考评估,但该方法成本高、不透明且对提示敏感。本文发现:尽管小模型生成能力弱,其隐藏状态中仍蕴含丰富评估信号。由此提出语义能力不对称假说——评估所需语义能力远低于生成,可基于中间表示实现。我们提出从「LLM作为裁判」到「表示作为裁判」的范式转变,设计无需解码的评估方法INSPECTOR,通过探测小模型表示预测细粒度评分。在GSM8K、MATH、GPQA等推理基准上,INSPECTOR显著优于提示驱动的小模型,且逼近全量大模型裁判性能,同时具备更高效率、可靠性与可解释性。代码与数据见:https://github.com/zhuochunli/Representation-as-a-judge

原文摘要 · Abstract (English)

Large language models (LLMs) are widely used as reference-free evaluators via prompting, but this "LLM-as-a-Judge" paradigm is costly, opaque, and sensitive to prompt design. In this work, we investigate whether smaller models can serve as efficient evaluators by leveraging internal representations instead of surface generation. We uncover a consistent empirical pattern: small LMs, despite with weak generative ability, encode rich evaluative signals in their hidden states. This motivates us to propose the Semantic Capacity Asymmetry Hypothesis: evaluation requires significantly less semantic capacity than generation and can be grounded in intermediate representations, suggesting that evaluation does not necessarily need to rely on large-scale generative models but can instead leverage latent features from smaller ones. Our findings motivate a paradigm shift from LLM-as-a-Judge to Representation-as-a-Judge, a decoding-free evaluation strategy that probes internal model structure rather than relying on prompted output. We instantiate this paradigm through INSPECTOR, a probing-based framework that predicts aspect-level evaluation scores from small model representations. Experiments on reasoning benchmarks (GSM8K, MATH, GPQA) show that INSPECTOR substantially outperforms prompting-based small LMs and closely approximates full LLM judges, while offering a more efficient, reliable, and interpretable alternative for scalable evaluation. The code and data are available at: https://github.com/zhuochunli/Representation-as-a-judge

模型评估小模型表示学习可解释性

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