paper-with-me

홈 › Papers

Benchmarking LLMs' Judgments with No Gold Standard

2024-11-11 · Shengwei Xu, Yuxuan Lu, Grant Schoenebeck, Yuqing Kong

We introduce the GEM (Generative Estimator for Mutual Information), an evaluation metric for assessing language generation by Large Language Models (LLMs), particularly in generating informative judgments, without the need for a gold standard reference. GEM broadens the scenarios where we can benchmark LLM generation performance-from traditional ones, like machine translation and summarization, where gold standard references are readily available, to subjective tasks without clear gold standards, such as academic peer review. GEM uses a generative model to estimate mutual information between candidate and reference responses, without requiring the reference to be a gold standard. In experiments on a human-annotated dataset, GEM demonstrates competitive correlations with human scores compared to the state-of-the-art GPT-4o Examiner, and outperforms all other baselines. Additionally, GEM is more robust against strategic manipulations, such as rephrasing or elongation, which can artificially inflate scores under a GPT-4o Examiner. We also present GRE-bench (Generating Review Evaluation Benchmark) which evaluates LLMs based on how well they can generate high-quality peer reviews for academic research papers. Because GRE-bench is based upon GEM, it inherits its robustness properties. Additionally, GRE-bench circumvents data contamination problems (or data leakage) by using the continuous influx of new open-access research papers and peer reviews each year. We show GRE-bench results of various popular LLMs on their peer review capabilities using the ICLR2023 dataset.

📄 PDF Abstract BibTeX arXiv:2411.07127

Code (1)

yx-lu/benchmarking-llms--judgments-with-no-gold-standard 공식 구현

Tasks

BenchmarkingMachine TranslationText Generation

Similar Papers 제목 키워드 기반

There's No Comparison: Reference-less Evaluation Metrics in Grammatical Error Correction

2016-10-07 · EMNLP 2016 11 · Courtney Napoles, Keisuke Sakaguchi, Joel Tetreault

Current methods for automatically evaluating grammatical error correction (GEC) systems rely on gold-standard references. However, these methods suffer from penalizing grammatical edits that are correct but not in the go…

BenchmarkingGrammatical Error CorrectionSentence

Just Rank: Rethinking Evaluation with Word and Sentence Similarities

2022-03-05 · ACL 2022 5 · Bin Wang, C. -C. Jay Kuo, Haizhou Li

Word and sentence embeddings are useful feature representations in natural language processing. However, intrinsic evaluation for embeddings lags far behind, and there has been no significant update since the past decade…

BenchmarkingSemantic SimilaritySemantic Textual SimilaritySentence+4

Benchmarking Music Generation Models and Metrics via Human Preference Studies

2025-06-23 · Audio Imagination: NeurIPS 2024 Workshop 2024 10 · Florian Grötschla, Ahmet Solak, Luca A. Lanzendörfer, Roger Wattenhofer

Recent advancements have brought generated music closer to human-created compositions, yet evaluating these models remains challenging. While human preference is the gold standard for assessing quality, translating these…

BenchmarkingMusic Generation

R-Align: Enhancing Generative Reward Models through Rationale-Centric Meta-Judging

2026-02-06 · Yanlin Lai, Mitt Huang, Hangyu Guo, Xiangfeng Wang 외 arxiv

Reinforcement Learning from Human Feedback (RLHF) remains indispensable for aligning large language models (LLMs) in subjective domains. To enhance robustness, recent work shifts toward Generative Reward Models (GenRMs) …

Reinforcement LearningInstruction Following

SciDef: Datasets and Tools for Automated Definition Extraction from Scientific Literature with LLMs

2026-02-05 · Filip Kučera, Christoph Mandl, Isao Echizen, Radu Timofte 외 arxiv

Scientific concepts are often defined inconsistently across papers, making it difficult to compare findings, reuse terminology, and build reliable downstream resources. We present SciDef, a resource suite for scientific …