Benchgen

AlpacaEval 2.0 — Results

RankModelScore
1claude-3-5-sonnet52.4
2gpt-4o51.3
3gpt-4-turbo50
4claude-3-opus40.5
5llama-3-1-405b-instruct39.3
6claude-3-sonnet30.4
7llama-3-1-70b-instruct27
8gemini-1-5-pro26.3
A

AlpacaEval 2.0

1 phaseActive

805 diverse instructions, GPT-4 Turbo as annotator. Metric: length-controlled (LC) win rate vs. GPT-4 Turbo reference. Created by Dubois et al. (Stanford, 2023/2024).

Overview

AlpacaEval 2.0

Category Metric Tasks Saturation Created

Paper GitHub Dataset Leaderboard

Quick answer: AlpacaEval 2.0 is a preference benchmark of 805 diverse instructions, where GPT-4 Turbo judges whether a model's response is better than the GPT-4 Turbo (1106) reference response. The length-controlled (LC) win rate metric adjusts for length bias, making it more reliable than raw win rate. Claude 3.5 Sonnet and GPT-4o score ~52–57% LC win rate, meaning they are slightly preferred over GPT-4 Turbo in head-to-head comparisons.

At a Glance

What it tests: Open-ended instruction-following quality — whether a model's responses to diverse user queries are preferred by a GPT-4 annotator over the reference GPT-4 Turbo baseline.

Why it matters: AlpacaEval 2.0's length-controlled win rate is one of the most reliable automatic proxies for human preference on instruction-following tasks. It correlates strongly with human Chatbot Arena Elo while being far cheaper to compute.

Known limitations: GPT-4 as judge can favor GPT-4-style responses and may not reflect all human preferences. Single-turn only — does not evaluate multi-turn coherence. Prompt distribution (805 web/user questions) may not reflect specialized enterprise or coding tasks.

What AlpacaEval 2.0 Measures

AlpacaEval uses 805 instructions from the AlpacaFarm evaluation set, spanning diverse categories including creative writing, Q&A, brainstorming, coding help, and advice. For each instruction, a GPT-4 Turbo annotator compares the evaluated model's response against the reference GPT-4 Turbo (1106) response and picks the preferred one.

The key innovation of AlpacaEval 2.0 is the length-controlled (LC) win rate, which corrects for the well-documented tendency of LLM judges to prefer longer responses. The original win rate is regressed against response length to remove the length effect, producing a fairer comparison. LC win rate is reported as a percentage; 50% means the model is judged equally with GPT-4 Turbo, above 50% means it is preferred.

Benchmark Specifications

FieldValue
Task categoryPreference / instruction-following
MetricLength-controlled (LC) win rate (%) vs. GPT-4 Turbo 1106
Number of tasks805 instructions
Reference modelGPT-4 Turbo (gpt-4-1106-preview) = ~50% by definition
JudgeGPT-4 Turbo
SaturationMedium (strong models cluster 40–57%)
Created byDubois et al. (Stanford)
Source paperLength-Controlled AlpacaEval (2024)
GitHubtatsu-lab/alpaca_eval
DatasetHuggingFace — tatsu-lab/alpaca_eval

How AlpacaEval Is Scored

The LC win rate is computed by running pairwise comparisons between the evaluated model and the GPT-4 Turbo reference on all 805 instructions, then applying a linear regression adjustment to neutralize response length effects. A score above 50% means the model is preferred over GPT-4 Turbo 1106 on the average instruction. The leaderboard is maintained at tatsu-lab.github.io/alpaca_eval.

State-of-the-Art Results

Scores are LC win rate (%) vs. GPT-4 Turbo (gpt-4-1106-preview). Sourced from the official AlpacaEval 2 leaderboard.

AlpacaEval 2.0 vs Other Benchmarks

BenchmarkWhat it testsTasksSaturation
AlpacaEval 2.0Single-turn instruction following (LC win rate)805Medium
MT-BenchMulti-turn chat quality (GPT-4 score 1–10)80High
Arena Hard v2Hard instruction following (win rate)500Low

AlpacaEval 2.0 is best for comparing instruction-following quality across a broad range of everyday tasks. Arena Hard v2 focuses on harder, more adversarial instructions. MT-Bench adds multi-turn evaluation.

Run AlpacaEval on Your Model

Benchgen lets teams run AlpacaEval 2.0 on their own instruction-tuned models, track LC win rate over fine-tuning iterations, and compare against published baselines.

Frequently Asked Questions

What is AlpacaEval 2.0? AlpacaEval 2.0 is a preference benchmark of 805 instructions where GPT-4 Turbo judges whether a model's response beats the GPT-4 Turbo (1106) reference. The length-controlled (LC) win rate metric corrects for length bias, making it a reliable proxy for human preference on instruction-following tasks.
What does a good AlpacaEval 2.0 score look like? The reference (GPT-4 Turbo 1106) scores ~50%. Scores above 50% mean the model is preferred over GPT-4 Turbo. Top models (Claude 3.5 Sonnet, GPT-4o) score 51–57%. Scores below 30% indicate meaningfully weaker instruction-following than GPT-4 Turbo.
Who created AlpacaEval? AlpacaEval 2.0 was created by Yann Dubois, Balázs Galambosi, Percy Liang, and Tatsunori B. Hashimoto at Stanford. See Dubois et al. 2024.
What is length-controlled (LC) win rate? LC win rate applies a regression correction to remove the effect of response length on GPT-4's judgment. Without this correction, models that generate longer responses tend to win more pairwise comparisons, inflating their raw win rate. The LC win rate gives a fairer comparison independent of verbosity.

Benchmark definition paraphrased from Dubois et al. 2024. State-of-the-art scores sourced from the official AlpacaEval 2 leaderboard. Last updated 2026-07-23.