paper-with-me

Papers

Can LLMs Judge Better Than They Generate? Evaluating Task Asymmetry, Mechanistic Interpretability and Transferability for In-Context QA

2026-06-26 · Sambaran Bandyopadhyay arxiv

LLM-as-a-Judge and self-evaluation pipelines implicitly assume that evaluation is easier than generation. We test this in a controlled in-context QA setting where a context passage is the sole information source and each model judges the answer it generated, removing the parametric-knowledge confound of open-domain comparisons. Across four benchmarks (SQuAD 2.0, DROP, HotpotQA, MuSiQue) and two models, evaluation is not uniformly easier: generation accuracy exceeds self-evaluation on three of four, with multi-hop MuSiQue the exception. Attention analysis reveals why: evaluation attends to context 3--5x less than generation does and barely reads the candidate answer. LoRA fine-tuning confirms the asymmetry is not a training artifact: generation fine-tuning induces over-acceptance and evaluation fine-tuning degrades generation. These findings challenge core assumptions in self-evaluation pipelines.

📄 PDF Abstract BibTeX arXiv:2606.28050

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Blind to the Human Touch: Overlap Bias in LLM-Based Summary Evaluation

2026-02-07 · Jiangnan Fang, Cheng-Tse Liu, Hanieh Deilamsalehy, Nesreen K. Ahmed 외 arxiv

Large language model (LLM) judges have often been used alongside traditional, algorithm-based metrics for tasks like summarization because they better capture semantic information, are better at reasoning, and are more r…

CLAIR-A: Leveraging Large Language Models to Judge Audio Captions

2024-09-19 · Tsung-Han Wu, Joseph E. Gonzalez, Trevor Darrell, David M. Chan

The Automated Audio Captioning (AAC) task asks models to generate natural language descriptions of an audio input. Evaluating these machine-generated audio captions is a complex task that requires considering diverse fac…

Audio captioningLanguage ModelingLanguage ModellingScene Understanding

Reverse Engineering Human Preferences with Reinforcement Learning

2025-05-21 · Lisa Alazraki, Tan Yi-Chern, Jon Ander Campos, Maximilian Mozes 외

The capabilities of Large Language Models (LLMs) are routinely evaluated by other LLMs trained to predict human preferences. This framework--known as LLM-as-a-judge--is highly scalable and relatively low cost. However, i…

reinforcement-learningReinforcement Learning

How Ready are Pre-trained Abstractive Models and LLMs for Legal Case Judgement Summarization?

2023-06-02 · Aniket Deroy, Kripabandhu Ghosh, Saptarshi Ghosh

Automatic summarization of legal case judgements has traditionally been attempted by using extractive summarization methods. However, in recent years, abstractive summarization models are gaining popularity since they ca…

Abstractive Text SummarizationExtractive SummarizationText Summarization

Can LLMs Replace Human Evaluators? An Empirical Study of LLM-as-a-Judge in Software Engineering

2025-02-10 · Ruiqi Wang, Jiyu Guo, Cuiyun Gao, Guodong Fan 외

Recently, large language models (LLMs) have been deployed to tackle various software engineering (SE) tasks like code generation, significantly advancing the automation of SE tasks. However, assessing the quality of thes…

Code GenerationCode SummarizationCode TranslationSemantic Similarity+1