paper-with-me

Papers

Do Large Language Model Benchmarks Test Reliability?

2025-02-05 · Joshua Vendrow, Edward Vendrow, Sara Beery, Aleksander Madry

When deploying large language models (LLMs), it is important to ensure that these models are not only capable, but also reliable. Many benchmarks have been created to track LLMs' growing capabilities, however there has been no similar focus on measuring their reliability. To understand the potential ramifications of this gap, we investigate how well current benchmarks quantify model reliability. We find that pervasive label errors can compromise these evaluations, obscuring lingering model failures and hiding unreliable behavior. Motivated by this gap in the evaluation of reliability, we then propose the concept of so-called platinum benchmarks, i.e., benchmarks carefully curated to minimize label errors and ambiguity. As a first attempt at constructing such benchmarks, we revise examples from fifteen existing popular benchmarks. We evaluate a wide range of models on these platinum benchmarks and find that, indeed, frontier LLMs still exhibit failures on simple tasks such as elementary-level math word problems. Analyzing these failures further reveals previously unidentified patterns of problems on which frontier models consistently struggle. We provide code at https://github.com/MadryLab/platinum-benchmarks

📄 PDF Abstract BibTeX arXiv:2502.03461

Code (1)

MadryLab/platinum-benchmarks 공식 구현

Tasks

Language ModelingLanguage ModellingLarge Language ModelMathmodel

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Evaluating the Quality of Hallucination Benchmarks for Large Vision-Language Models

2024-06-24 · Bei Yan, Jie Zhang, Zheng Yuan, Shiguang Shan 외

Despite the rapid progress and outstanding performance of Large Vision-Language Models (LVLMs) in recent years, LVLMs have been plagued by the issue of hallucination, i.e., LVLMs tend to generate responses that are incon…

Hallucination

When Benchmarks Age: Temporal Misalignment through Large Language Model Factuality Evaluation

2025-10-08 · Xunyi Jiang, Dingyi Chang, Julian McAuley, Xin Xu arxiv

The rapid evolution of large language models (LLMs) and the real world has outpaced the static nature of widely used evaluation benchmarks, raising concerns about their reliability for evaluating LLM factuality. While su…

TREAT: A Code LLMs Trustworthiness / Reliability Evaluation and Testing Framework

2025-10-20 · Shuzheng Gao, Eric John Li, Man Ho Lam, Jingyu Xiao 외 arxiv

Large foundation models are fundamentally transforming the software engineering landscape, demonstrating exceptional capabilities across diverse tasks such as code generation, debugging, and testing. Despite this rapid p…

Code Generation

UBENCH: Benchmarking Uncertainty in Large Language Models with Multiple Choice Questions

2024-06-18 · Xunzhi Wang, Zhuowei Zhang, Qiongyu Li, Gaonan Chen 외

The rapid development of large language models (LLMs) has shown promising practical results. However, their low interpretability often leads to errors in unforeseen circumstances, limiting their utility. Many works have …

BenchmarkingMultiple-choice

Pitfalls of Evaluating Language Models with Open Benchmarks

2025-07-01 · Md. Najib Hasan, Md Mahadi Hassan Sibat, Mohammad Fakhruddin Babar, Souvika Sarkar 외 arxiv

Open Large Language Model (LLM) benchmarks, such as HELM and BIG-Bench, provide standardized and transparent evaluation protocols that support comparative analysis, reproducibility, and systematic progress tracking in La…