paper-with-me

Papers

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

2026-01-30 · Zhuochun Li, Yong Zhang, Ming Li, Yuelyu Ji, Yiming Zeng, Ning Cheng, Yun Zhu, Yanmeng Wang, Shaojun Wang, Jing Xiao, Daqing He arxiv

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

📄 PDF Abstract BibTeX arXiv:2601.22588

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Small Language Models as Judges for Rubric-Based Reinforcement Learning

2026-08-30 · Fengyu Xie, Yilun Zhao, Bingsen Chen, Arman Cohan 외 hf

Rubric-based reinforcement learning extends RL beyond tasks with exact answers or rule-based verifiers by scoring responses against instance-specific criteria. However, this makes reward computation expensive: training r…

Reinforcement Learning

Rethinking Atomic Decomposition for LLM Judges: A Prompt-Controlled Study of Reference-Grounded QA Evaluation

2026-03-30 · Xinran Zhang arxiv

Atomic decomposition -- breaking a candidate answer into claims before verifying each against a reference -- is a widely adopted design for LLM-based reference-grounded judges. However, atomic prompts are typically riche…

DriveJudge: Rethinking Autonomous Driving Evaluation with Vision-Language Models

2026-06-15 · Xinglong Sun, Kevin Xie, Jenny Schmalfuss, Despoina Paschalidou 외 arxiv

Autonomous driving has shifted towards end-to-end policy learning, where reliable, interpretable policy evaluation is a fundamental challenge as driving quality is highly context-dependent. Commonly used rule-based drivi…

Autonomous Driving

J4R: Learning to Judge with Equivalent Initial State Group Relative Policy Optimization

2025-05-19 · Austin Xu, Yilun Zhou, Xuan-Phi Nguyen, Caiming Xiong 외

To keep pace with the increasing pace of large language models (LLM) development, model output evaluation has transitioned away from time-consuming human evaluation to automatic evaluation, where LLMs themselves are task…

Reinforcement Learning (RL)

Efficient LLM Safety Evaluation through Multi-Agent Debate

2025-11-09 · Dachuan Lin, Guobin Shen, Zihao Yang, Tianrong Liu 외 arxiv

Safety evaluation of large language models (LLMs) increasingly relies on LLM-as-a-judge pipelines, but strong judges can still be expensive to use at scale. We study whether structured multi-agent debate can improve judg…