Aider-Polyglot Edit
A challenging multi-language coding benchmark that evaluates models' code editing abilities across C++, Go, Java, JavaScript, Python, and Rust. Contains 225 of Exercism's most difficult programming problems, selected as problems that were solved by 3 or fewer out of 7 top coding models. The benchmark focuses on code editing tasks and measures both correctness of solutions and proper edit format usage. Designed to re-calibrate evaluation scales so top models score between 5-50%.
DeepSeek-V3 from DeepSeek currently leads the Aider-Polyglot Edit leaderboard with a score of 0.797 across 10 evaluated AI models.
DeepSeek-V3 leads with 79.7%, followed by
Gemini 2.5 Pro at 72.7% and
o3-mini at 60.4%.
Progress Over Time
Interactive timeline showing model performance evolution on Aider-Polyglot Edit
Aider-Polyglot Edit Leaderboard
| Context | Cost | License | ||||
|---|---|---|---|---|---|---|
| 1 | DeepSeek | 671B | — | — | ||
| 2 | Google | — | 1.0M | $1.25 / $10.00 | ||
| 3 | OpenAI | — | — | — | ||
| 4 | OpenAI | — | — | — | ||
| 5 | Google | — | 1.0M | $0.30 / $2.50 | ||
| 6 | OpenAI | — | 1.0M | $2.00 / $8.00 | ||
| 7 | OpenAI | — | — | — | ||
| 8 | OpenAI | — | 1.0M | $0.40 / $1.60 | ||
| 9 | OpenAI | — | 128K | $2.50 / $10.00 | ||
| 10 | OpenAI | — | 1.0M | $0.10 / $0.40 |
FAQ
Common questions about Aider-Polyglot Edit.
More evaluations to explore
Related benchmarks in the same category
A challenging dataset of 448 multiple-choice questions written by domain experts in biology, physics, and chemistry. Questions are Google-proof and extremely difficult, with PhD experts reaching 65% accuracy.
A more robust and challenging multi-task language understanding benchmark that extends MMLU by expanding multiple-choice options from 4 to 10, eliminating trivial questions, and focusing on reasoning-intensive tasks. Features over 12,000 curated questions across 14 domains and causes a 16-33% accuracy drop compared to original MMLU.
Massive Multitask Language Understanding benchmark testing knowledge across 57 diverse subjects including STEM, humanities, social sciences, and professional domains
A verified subset of 500 software engineering problems from real GitHub issues, validated by human annotators for evaluating language models' ability to resolve real-world coding issues by generating patches for Python codebases.
LiveCodeBench is a holistic and contamination-free evaluation benchmark for large language models for code. It continuously collects new problems from programming contests (LeetCode, AtCoder, CodeForces) and evaluates four different scenarios: code generation, self-repair, code execution, and test output prediction. Problems are annotated with release dates to enable evaluation on unseen problems released after a model's training cutoff.
A benchmark that measures functional correctness for synthesizing programs from docstrings, consisting of 164 original programming problems assessing language comprehension, algorithms, and simple mathematics