Comparison
ELO Rating vs LLM-as-Judge
ELO Rating and LLM-as-Judge are both common AI/LLM terms but cover different ideas. Here is a quick side-by-side.
When you would reach for ELO Rating
ELO Rating comes up when the question is fundamentally about evaluation.
Chatbot Arena: Claude Sonnet 4 with an ELO of ~1325; GPT-3.5 around ~1100.
When you would reach for LLM-as-Judge
When you need to evaluate thousands of open-ended outputs cheaply and quickly.
MT-Bench: GPT-4 scoring 80 multi-turn questions.
Frequently asked
What is the difference between ELO Rating and LLM-as-Judge?
ELO Rating: ELO is a rating system originally from chess that converts pairwise wins between players into a single skill number. Chatbot Arena uses it to rank LLMs from anonymous user votes. LLM-as-Judge: LLM-as-judge uses a strong LLM to score or compare outputs from other LLMs. It is how most production teams evaluate quality at scale when human review is too slow.
When should I use ELO Rating vs LLM-as-Judge?
ELO Rating is the right concept when you are focused on evaluation. When you need to evaluate thousands of open-ended outputs cheaply and quickly.
Are ELO Rating and LLM-as-Judge the same thing?
No. ELO Rating is evaluation; LLM-as-Judge is evaluation. They are related but address different parts of the AI stack.