paper-with-me

Papers

Becoming Experienced Judges: Selective Test-Time Learning for Evaluators

2025-12-07 · Seungyeon Jwa, Daechul Ahn, Reokyoung Kim, Dongyeop Kang, Jonghyun Choi arxiv

Automatic evaluation with large language models, commonly known as LLM-as-a-judge, is now standard across reasoning and alignment tasks. Despite evaluating many samples in deployment, these evaluators typically (i) treat each case independently, missing the opportunity to accumulate experience, and (ii) rely on a single fixed prompt for all cases, neglecting the need for sample-specific evaluation criteria. We introduce Learning While Evaluating (LWE), a framework that allows evaluators to improve sequentially at inference time without requiring training or validation sets. LWE maintains an evolving meta-prompt that (i) produces sample-specific evaluation instructions and (ii) refines itself through self-generated feedback. Furthermore, we propose Selective LWE, which updates the meta-prompt only on self-inconsistent cases, focusing computation where it matters most. This selective approach retains the benefits of sequential learning while being far more cost-effective. Across two pairwise comparison benchmarks, Selective LWE outperforms strong baselines, empirically demonstrating that evaluators can improve during sequential testing with a simple selective update, learning most from the cases they struggle with.

📄 PDF Abstract BibTeX arXiv:2512.06751

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Evaluating Judges as Evaluators: The JETTS Benchmark of LLM-as-Judges as Test-Time Scaling Evaluators

2025-04-21 · Yilun Zhou, Austin Xu, Peifeng Wang, Caiming Xiong 외

Scaling test-time computation, or affording a generator large language model (LLM) extra compute during inference, typically employs the help of external non-generative evaluators (i.e., reward models). Concurrently, LLM…

Code GenerationInstruction FollowingLarge Language ModelMath+1

Trust or Escalate: LLM Judges with Provable Guarantees for Human Agreement

2024-07-25 · JaeHun Jung, Faeze Brahman, Yejin Choi

We present a principled approach to provide LLM-based evaluation with a rigorous guarantee of human agreement. We first propose that a reliable evaluation method should not uncritically rely on model preferences for pair…

Chatbot

Auto-Prompt Ensemble for LLM Judge

2025-10-08 · Jiajie Li, Huayi Zhang, Peng Lin, Jinjun Xiong 외 arxiv

We present a novel framework that improves the reliability of LLM judges by selectively augmenting LLM with auxiliary evaluation dimensions. Existing LLM judges often miss crucial evaluation dimensions because they fail …

M-Prometheus: A Suite of Open Multilingual LLM Judges

2025-04-07 · José Pombal, Dongkeun Yoon, Patrick Fernandes, Ian Wu 외

The use of language models for automatically evaluating long-form text (LLM-as-a-judge) is becoming increasingly common, yet most LLM judges are optimized exclusively for English, with strategies for enhancing their mult…

Machine TranslationModel Selection

Scaling Unverifiable Rewards: A Case Study on Visual Insights

2025-12-27 · Shuyu Gan, James Mooney, Pan Hao, Renxiang Wang 외 arxiv

Large Language Model (LLM) agents can increasingly automate complex reasoning through Test-Time Scaling (TTS), iterative refinement guided by reward signals. However, many real-world tasks involve multi-stage pipeline wh…

Story Generation