Specialized and frontier benchmarks worth knowing
MTEB — Massive Text Embedding Benchmark
MTEB (Muennighoff 2023) is the de-facto benchmark for embedding models. 56+ tasks across retrieval, classification, clustering, semantic similarity, and reranking. If you're picking an embedding model for retrieval, MTEB is your first reference.
What to read on MTEB:
- Retrieval sub-leaderboard — most relevant for RAG.
- Reranking — relevant if you use a cross-encoder reranker.
- Multilingual variants (MIRACL, MMTEB) — for non-English production.
ARC-AGI (Chollet 2019, ARC-AGI-2 in 2025)
Abstract-pattern visual puzzles where each task has a few input/output examples and a held-out test input. Designed specifically to resist memorization — every test item is novel. Frontier models scored 5-15% in 2023; reached 50-87% in 2025 with extensive test-time compute. Still considered a meaningful frontier challenge for general intelligence.
BIG-Bench Hard
BIG-Bench (Google 2022) bundles 200+ diverse tasks. BIG-Bench Hard is the 23 hardest. Useful for stress-testing a model's range across unfamiliar problem types.
FrontierMath
Research-mathematician-level problems. Designed to be impossible for memorization (problems are crafted by professional mathematicians and held secret). 2025 frontier models score <10%, making it one of the few unsaturated benchmarks for reasoning.