paper-with-me

홈 › Papers

Style Outweighs Substance: Failure Modes of LLM Judges in Alignment Benchmarking

2024-09-23 · Benjamin Feuer, Micah Goldblum, Teresa Datta, Sanjana Nambiar, Raz Besaleli, Samuel Dooley, Max Cembalest, John P. Dickerson

The release of ChatGPT in November 2022 sparked an explosion of interest in post-training and an avalanche of new preference optimization (PO) methods. These methods claim superior alignment by virtue of better correspondence with human pairwise preferences, often measured by LLM-judges. In this work, we attempt to answer the following question -- do LLM-judge preferences translate to progress on other, more concrete metrics for alignment, and if not, why not? We define a concrete metric for alignment, and introduce SOS-Bench (Substance Outweighs Style Benchmark), which is to the best of our knowledge the largest standardized, reproducible LLM meta-benchmark to date. We find that (1) LLM-judge preferences do not correlate with concrete measures of safety, world knowledge, and instruction following; (2) LLM-judges have powerful implicit biases, prioritizing style over factuality and safety; and (3) the supervised fine-tuning (SFT) stage of post-training, and not the PO stage, has the greatest impact on alignment, with data scaling and prompt diversity as the driving factors. Our codebase and complete results can be found at https://github.com/penfever/sos-bench.

📄 PDF Abstract BibTeX arXiv:2409.15268

Code (1)

penfever/sos-bench 공식 구현

Tasks

BenchmarkingDiversityInstruction FollowingWorld Knowledge

Methods 이 논문이 사용한 방법론

PO Stochastic optimization methods have gained significant prominence as effective techniques in contemporary research, addressing complex optimization challenges efficiently. This…

Similar Papers 제목 키워드 기반

Style Wins, Substance Loses: A Diagnosis of LLM-as-Judge in Idea Generation

2026-08-03 · Fengxian Ji, Yuke Li, Jingpu Yang, Juanfan Wu 외 arxiv

However, whether these judges truly evaluate the scientific substance of ideas or are influenced by superficial stylistic presentation remains an open question. To address this question, we propose SciStyleBench, a unifi…

When Judgment Becomes Noise: How Design Failures in LLM Judge Benchmarks Silently Undermine Validity

2025-09-24 · Benjamin Feuer, Chiung-Yi Tseng, Astitwa Sarthak Lathe, Oussama Elachqar 외 arxiv

LLM-judged benchmarks are increasingly used to evaluate complex model behaviors, yet their design introduces failure modes absent in conventional ground-truth based benchmarks. We argue that without tight objectives and …

Substance Beats Style: Why Beginning Students Fail to Code with LLMs

2024-10-15 · Francesca Lucchetti, Zixuan Wu, Arjun Guha, Molly Q Feldman 외

Although LLMs are increasing the productivity of professional programmers, existing work shows that beginners struggle to prompt LLMs to solve text-to-code tasks. Why is this the case? This paper explores two competing h…

Code Generation

Time to REFLECT: Can We Trust LLM Judges for Evidence-based Research Agents?

2026-05-18 · Leyao Wang, Yanan He, Peng Chen, Asaf Yehudai 외 arxiv

Deep research agents increasingly automate complex information-seeking tasks, producing evidence-grounded reports via multi-step reasoning, tool use, and synthesis. Their growing role demands scalable, reliable evaluatio…

FineGRAIN: Evaluating Failure Modes of Text-to-Image Models with Vision Language Model Judges

2025-12-01 · Kevin David Hayes, Micah Goldblum, Vikash Sehwag, Gowthami Somepalli 외 arxiv

Text-to-image (T2I) models are capable of generating visually impressive images, yet they often fail to accurately capture specific attributes in user prompts, such as the correct number of objects with the specified col…

Image Generation