Overview
Production Readiness
0.4
Novelty Score
0.5
Cost Impact Score
0.7
Citation Count
2
Why It Matters For Business
If you pick models by single MCQ leaderboard snapshots you risk choosing a weaker or misfitted model; small eval details can change rank and therefore cost and product outcomes.
Summary TLDR
Leaderboards built from multiple‑choice benchmarks are brittle. Small, innocuous changes—reordering choices, swapping the letter symbols, or changing scoring—can move models up or down many ranks on MMLU and ARC. The paper catalogs three classes of tiny perturbations (choice order/IDs, prompt/scoring, and in‑context examples), measures their effects across 11 models, and recommends hybrid scoring and cautious interpretation of MCQ leaderboards. Code is available.
Problem Statement
Practitioners use MCQ leaderboards to pick expensive LLMs. But small, implementation‑level choices in prompts and scoring can massively change leaderboard order, risking wrong model selection and wasted cost.
Main Contribution
Systematic study showing MCQ leaderboard rankings are highly sensitive to small perturbations.
Isolation of three perturbation classes: answer choice format/order, prompt/scoring, and in‑context example content.
Empirical evidence across 11 models on MMLU and ARC showing selection bias to symbols, positions, and scoring styles.
Practical recommendation to prefer hybrid scoring (reduces selection bias) and to treat MCQ leaderboards with caution.
Public release of evaluation code and configs to reproduce tests.
Key Findings
Minor perturbations can shift model ranks by many positions on MMLU.
Leaderboards often disagree under small changes (Kendall kτ falls below stability threshold).
Choice ID tokens and choice positions cause selection bias in all tested models.
Scoring method strongly affects bias and accuracy.
Models copy answers shown in context and are misled by incorrect context.
Small prompt text edits and some few‑shot variations have little effect on rankings.
Results
Max rank displacement
Ranking agreement (Kendall kτ)
Accuracy
Effect of scoring method
In‑context cheating (one‑shot / five‑shot with correct example)
Prompt instruction edits
Who Should Care
What To Try In 7 Days
Re-evaluate candidate models using hybrid scoring and report kτ to show ranking stability
Run 3 quick perturbations (shuffle choices, swap option symbols, and cloze vs symbol) and compare ranks
Sanitize few‑shot/context examples and rerun tests to detect leakage before deployment
Reproducibility
Code Urls
Data Urls
- MMLU (Hendrycks et al., 2020)
- ARC-Challenge (Clark et al., 2018)
Code Available
Data Available
Open Source Status
- partial
Risks & Boundaries
Limitations
- Cannot quantify root causes of token/position bias because pretraining data for models is not available
- Proposed mitigation (hybrid scoring) reduces bias but is not a full solution
- Experiments focus mainly on MMLU and ARC-C; other tasks may behave differently
When Not To Use
- When evaluating non‑MCQ tasks like freeform generation or long‑form reasoning
- When you require a definitive, deployment‑grade ranking without further validation
Failure Modes
- Leaderboard rank swaps due to answer ID tokens or choice ordering
- High apparent accuracy driven by leaked answers in few‑shot context
- Scoring scheme choice creates misleading tradeoffs between bias and raw accuracy
Core Entities
Models
- phi-2
- Yi-6b
- Yi-34b
- Mistral-7b
- Mistral-7b-Instruct
- Llama-2-7b
- Llama-2-7b-chat
- Llama-2-13b
- Llama-2-13b-chat
- Llama-2-70b
- Llama-2-70b-chat
Metrics
- Accuracy
- Kendall's τ (kτ)
- RStd (recall standard deviation)
Datasets
- MMLU (Massive Multitask Language Understanding)
- ARC-Challenge (ARC-C)
Benchmarks
- MMLU
- ARC-C

