| Rank | Model | Score |
|---|---|---|
| 1 | qwen2-5-72b-instruct | 9.35 |
| 2 | gpt-4-turbo | 9.32 |
| 3 | llama-3-3-nemotron-super-49b-v1 | 9.17 |
| 4 | deepseek-v2-5 | 9.02 |
| 5 | claude-3-opus | 9 |
| 6 | gpt-4-0613 | 8.99 |
| 7 | hermes-3-70b | 8.99 |
| 8 | claude-3-5-sonnet | 8.97 |
| 9 | qwen2-5-7b-instruct | 8.75 |
| 10 | llama-3-1-70b-instruct | 8.7 |
| 11 | mistral-large-2 | 8.63 |
| 12 | qwen2-7b-instruct | 8.41 |
| 13 | mistral-small-3-24b-instruct | 8.35 |
| 14 | gemini-1-5-pro | 8.3 |
| 15 | ministral-8b-instruct | 8.3 |
| 16 | llama-3-1-nemotron-nano-8b-v1 | 8.1 |
| 17 | claude-3-sonnet | 8.03 |
| 18 | claude-3-haiku | 8 |
| 19 | llama-3-1-nemotron-70b-instruct | 0.9 |
1 phaseActive
80 multi-turn chat questions across 8 domains, graded by GPT-4 on a 1–10 scale. Created by LMSYS (Zheng et al., 2023). The standard LLM-as-judge instruction-following benchmark.
Quick answer: MT-Bench is an 80-question multi-turn conversation benchmark created by LMSYS in 2023, used to evaluate LLM instruction-following and conversational quality. A GPT-4 judge rates each response on a 1–10 scale across 8 domains (writing, roleplay, reasoning, math, coding, extraction, STEM, humanities). GPT-4 Turbo scores 9.32; GPT-3.5 Turbo scores 7.94. It is largely saturated for frontier models.
What it tests: Multi-turn conversational quality and instruction-following across 8 domains — the ability to maintain coherence across turns, follow complex instructions, and produce high-quality responses in diverse scenarios.
Why it matters: MT-Bench pioneered the "LLM-as-judge" evaluation paradigm and was among the first benchmarks to use GPT-4 to score model responses, enabling scalable evaluation of open-ended generation quality beyond accuracy on multiple-choice tasks.
Known limitations: MT-Bench has only 80 questions, making results noisy. Scores cluster at 8.5–9.3 for all frontier models. The judge model (GPT-4) may have biases toward its own response style. AlpacaEval 2.0 and Chatbot Arena Elo provide larger-scale alternatives.
MT-Bench presents 80 two-turn conversations across 8 domains: writing, roleplay, reasoning, math, coding, extraction, STEM knowledge, and humanities. Each conversation requires the model to first answer an initial question, then follow up with a related second question that often builds on or refines the first response. This multi-turn design tests whether models can maintain coherence and context across turns — a real-world requirement for chat applications.
GPT-4 scores each response on a 1–10 scale using a structured rubric. The final MT-Bench score is the average across all 80 first-turn and second-turn responses. The benchmark was introduced alongside the Vicuna chatbot and helped establish that instruction-tuned models could rival GPT-3.5 in conversational quality.
| Field | Value |
|---|---|
| Task category | Instruction-following / chat quality |
| Metric | GPT-4 judge score (1–10 scale, average across 80 questions) |
| Number of tasks | 80 (two-turn conversations) |
| Domains | Writing, roleplay, reasoning, math, coding, extraction, STEM, humanities |
| Saturation | High (frontier models cluster 8.9–9.3) |
| Created by | Zheng et al. (LMSYS) |
| Source paper | Judging LLM-as-a-Judge with MT-Bench and Chatbot Arena (2023) |
| GitHub | lm-sys/FastChat |
| Dataset | HuggingFace — lmsys/mt_bench_human_judgments |
The GPT-4 judge receives the question, the model's response, and a grading rubric, then outputs a score from 1–10. The reported MT-Bench score is the average across all 160 individual turn scores (2 turns × 80 questions). Some labs report first-turn only or aggregate differently. Due to the small question count and judge variance, scores within 0.1–0.2 points should be considered statistically equivalent.
| Rank | Model | Score | Source | Date |
|---|---|---|---|---|
| 1 | GPT-4 Turbo | 9.32 | LMSYS FastChat leaderboard | 2023-11 |
| 2 | Claude 3 Opus | 9.00 | Anthropic Claude 3 model card | 2024-03 |
| 2 | GPT-4 (0613) | 8.99 | Zheng et al. 2023 | 2023-06 |
| 4 | Claude 3.5 Sonnet | 8.97 | Anthropic model card | 2024-06 |
| 5 | Llama 3.1 70B | 8.70 | Meta Llama 3.1 tech report | 2024-07 |
| 6 | Gemini 1.5 Pro | 8.30 | Google Gemini 1.5 tech report | 2024-02 |
| 7 | Claude 3 Sonnet | 8.03 | Anthropic Claude 3 model card | 2024-03 |
| 8 | Claude 3 Haiku | 8.00 | Anthropic Claude 3 model card | 2024-03 |
Scores are GPT-4 judge ratings on a 1–10 scale. From published technical reports and the LMSYS MT-Bench leaderboard.
| Benchmark | What it tests | Tasks | Saturation |
|---|---|---|---|
| MT-Bench | Multi-turn chat quality (GPT-4 judge) | 80 | High |
| AlpacaEval 2.0 | Single-turn instruction following (LC win rate) | 805 | Medium |
| Arena Hard v2 | Hard instruction following (model-judged win rate) | 500 | Low |
MT-Bench is good for a quick chat quality baseline. AlpacaEval 2.0 and Chatbot Arena Elo provide more statistically reliable preference evaluation.
Benchgen lets teams run MT-Bench on their own fine-tuned models to quickly assess instruction-following quality before deployment.
Benchmark definition paraphrased from Zheng et al. 2023. State-of-the-art scores sourced from published technical reports and attributed inline. Last updated 2026-07-23.