paper-with-me

홈 › Papers

SCORE: Systematic COnsistency and Robustness Evaluation for Large Language Models

2025-02-28 · Grigor Nalbandyan, Rima Shahbazyan, Evelina Bakhturina

Typical evaluations of Large Language Models (LLMs) report a single metric per dataset, often representing the model's best-case performance under carefully selected settings. Unfortunately, this approach overlooks model robustness and reliability in real-world applications. For instance, simple paraphrasing of prompts on the MMLU-Pro dataset causes accuracy fluctuations of up to 10\%, while reordering answer choices in the AGIEval dataset results in accuracy differences of up to 6.1\%. While some studies discuss issues with LLM robustness, there is no unified or centralized framework for evaluating the robustness of language models. To address this gap and consolidate existing research on model robustness, we present SCORE ($\mathbf{S}$ystematic $\mathbf{CO}$nsistency and $\mathbf{R}$obustness $\mathbf{E}$valuation), a comprehensive framework for non-adversarial evaluation of LLMs. The SCORE framework evaluates models by repeatedly testing them on the same benchmarks in various setups to give a realistic estimate of their accuracy and consistency. We release the code publicly and start an LLM robustness leaderboard to facilitate further development and research.

📄 PDF Abstract BibTeX arXiv:2503.00137

Code (1)

EleutherAI/lm-evaluation-harness 공식 구현 jax

Tasks

MMLU

Similar Papers 제목 키워드 기반

RCScore: Quantifying Response Consistency in Large Language Models

2025-10-30 · Dongjun Jang, Youngchae Ahn, Hyopil Shin arxiv

Current LLM evaluations often rely on a single instruction template, overlooking models' sensitivity to instruction style-a critical aspect for real-world deployments. We present RCScore, a multi-dimensional framework qu…

Paraphrase-Induced Output-Mode Collapse: When LLMs Break Character Under Semantically Equivalent Inputs

2026-05-06 · Aofan Liu, Jingxiang Meng arxiv

When the substantive content of a request is rewritten, do large language models still answer in the format the original task asked for? We find that they often do not, even at temperature zero. On a 150-query evaluation…

Semantic Similarity

GREAT Score: Global Robustness Evaluation of Adversarial Perturbation using Generative Models

2023-04-19 · Zaitang Li, Pin-Yu Chen, Tsung-Yi Ho

Current studies on adversarial robustness mainly focus on aggregating local robustness results from a set of data samples to evaluate and rank different models. However, the local statistics may not well represent the tr…

Adversarial Robustness

Evaluating the Effectiveness of XAI Techniques for Encoder-Based Language Models

2025-01-26 · Melkamu Abay Mersha, Mesay Gemeda Yigezu, Jugal Kalita

The black-box nature of large language models (LLMs) necessitates the development of eXplainable AI (XAI) techniques for transparency and trustworthiness. However, evaluating these techniques remains a challenge. This st…

XLM-R

Beyond ImageNet: Understanding Cross-Dataset Robustness of Lightweight Vision Models

2025-11-01 · Weidong Zhang, Pak Lun Kevin Ding, Huan Liu arxiv

Lightweight vision classification models such as MobileNet, ShuffleNet, and EfficientNet are increasingly deployed in mobile and embedded systems, yet their performance has been predominantly benchmarked on ImageNet. Thi…