Benchmark Radar: A Living Database and Search Engine for AI Benchmarks and Evaluation

arXiv cs.AI Papers

Summary

Benchmark Radar introduces a living database and search engine for AI benchmarks, enabling researchers to discover, retrieve, and analyze evaluation resources across various AI domains.

arXiv:2609.11115v1 Announce Type: new Abstract: Benchmark researchers and developers of large language models (LLMs) and other AI systems need to find relevant evaluations, locate their benchmark datasets and code, and understand the settings behind reported scores. We present Benchmark Radar, a living database and search engine for retrieval and discovery of AI benchmarks, covering LLM evaluation, agentic and tool-use benchmarks, coding, reasoning, safety, and domain-specific evaluations. The system combines daily discovery of benchmark papers, repositories, datasets, and releases with a searchable benchmark catalog, mentions in model cards and technical reports, and score histories. It retains source identities and citations so readers can inspect candidate benchmarks and their evaluation evidence. Daily discovery draws on 37 sources: 13 direct connectors and 24 first-party research and engineering feeds. The catalog contains 1,283 source records drawn from 4 benchmark catalogs and 12,916 numeric observations on 790 records. We describe collection and retrieval, audit the full catalog, and examine benchmark saturation, adoption trends, and the limits of score comparisons. A worked example walks through a complete prior-art search, showing how to query the catalog and inspect benchmark evidence when designing a new evaluation. We release the web dashboard with a benchmark leaderboard, a Pareto frontier view of score against measured use, saturation and trend views, daily feeds, downloadable evidence, a command-line interface (CLI) for offline queries, and reproducible analysis.
Original Article
View Cached Full Text

Cached at: 09/12/26, 08:22 AM

# Benchmark Radar: A Living Database and Search Engine for AI Benchmarks and Evaluation
Source: [https://arxiv.org/html/2609.11115](https://arxiv.org/html/2609.11115)
Koutian WuJunjie ZhouAffiliation:Hangzhou Dianzi UniversityErgan ShangAffiliation:Carnegie Mellon UniversityJiayu WangAffiliation:Xi’an Jiaotong UniversityPengqian HanAffiliation:The University of AucklandJunkai WangAffiliation:Tsinghua UniversityWanghan XuAffiliation:Shanghai Jiao Tong University

###### Abstract

Benchmark researchers and developers of large language models \(LLMs\) and other AI systems need to find relevant evaluations, locate their benchmark datasets and code, and understand the settings behind reported scores\. We present Benchmark Radar, a living database and search engine for retrieval and discovery of AI benchmarks, covering LLM evaluation, agentic and tool\-use benchmarks, coding, reasoning, safety, and domain\-specific evaluations\. The system combines daily discovery of benchmark papers, repositories, datasets, and releases with a searchable benchmark catalog, mentions in model cards and technical reports, and score histories\. It retains source identities and citations so readers can inspect candidate benchmarks and their evaluation evidence\. Daily discovery draws on 37 sources: 13 direct connectors and 24 first\-party research and engineering feeds\. The catalog contains 1,283 source records drawn from 4 benchmark catalogs and 12,916 numeric observations on 790 records\. We describe collection and retrieval, audit the full catalog, and examine benchmark saturation, adoption trends, and the limits of score comparisons\. A worked example walks through a complete prior\-art search, showing how to query the catalog and inspect benchmark evidence when designing a new evaluation\. We release the web dashboard with a benchmark leaderboard, a Pareto frontier view of score against measured use, saturation and trend views, daily feeds, downloadable evidence, a command\-line interface \(CLI\) for offline queries, and reproducible analysis\.

![[Uncaptioned image]](https://arxiv.org/html/2609.11115v1/figures/abstract_overview.png)

Figure 1:Benchmark Radar connects discovery, retrieval, and source inspection\. Named benchmarks, bars, and connections are schematic examples\. The catalog count uses the v0\.11\.0 release\.
## 1Introduction

The Transformer architecture established attention\-based sequence modeling as a foundation for modern large language models \(LLMs\)\[[55](https://arxiv.org/html/2609.11115#bib.bib55)\]\. GPT\-6 Astra and Claude Fable 5\.1 are designed for coding, research, and tasks that span multiple tools\[[38](https://arxiv.org/html/2609.11115#bib.bib38),[2](https://arxiv.org/html/2609.11115#bib.bib2)\]\. Comparing these models requires benchmarks that expose failures and distinguish capability gains from changes in prompts, data splits, or evaluation procedures\[[15](https://arxiv.org/html/2609.11115#bib.bib15),[42](https://arxiv.org/html/2609.11115#bib.bib42),[40](https://arxiv.org/html/2609.11115#bib.bib40),[47](https://arxiv.org/html/2609.11115#bib.bib47)\]\.

Evaluation also matters beyond general\-purpose chat\. In recommender systems, Transformer\-style sequence models and LLM\-based methods support user, item, and preference modeling, with efficient training needed at production scale\[[22](https://arxiv.org/html/2609.11115#bib.bib22),[52](https://arxiv.org/html/2609.11115#bib.bib52),[45](https://arxiv.org/html/2609.11115#bib.bib45)\]\. Foundation models are also used to model biological, geoscientific, and physical processes\[[54](https://arxiv.org/html/2609.11115#bib.bib54),[10](https://arxiv.org/html/2609.11115#bib.bib10),[46](https://arxiv.org/html/2609.11115#bib.bib46),[64](https://arxiv.org/html/2609.11115#bib.bib64),[58](https://arxiv.org/html/2609.11115#bib.bib58)\]\. In social and political analysis, language models support text annotation and simulated human samples, while network methods quantify balance and polarization dynamics\[[27](https://arxiv.org/html/2609.11115#bib.bib27),[12](https://arxiv.org/html/2609.11115#bib.bib12),[3](https://arxiv.org/html/2609.11115#bib.bib3),[28](https://arxiv.org/html/2609.11115#bib.bib28),[37](https://arxiv.org/html/2609.11115#bib.bib37),[48](https://arxiv.org/html/2609.11115#bib.bib48)\]\. Benchmark scores inform claims of progress across these scientific, industrial, and decision\-support settings\.

Benchmarks differ in the abilities they test\. Broad evaluations of knowledge and reasoning include MMLU\[[15](https://arxiv.org/html/2609.11115#bib.bib15)\], GPQA\[[42](https://arxiv.org/html/2609.11115#bib.bib42)\], and Humanity’s Last Exam\[[40](https://arxiv.org/html/2609.11115#bib.bib40)\]\. Others isolate more specific capabilities: SWE\-bench measures whether models can resolve real GitHub issues\[[21](https://arxiv.org/html/2609.11115#bib.bib21)\], LiveCodeBench tests code generation with date\-based splits to reduce contamination from training data\[[20](https://arxiv.org/html/2609.11115#bib.bib20)\], and Terminal\-Bench and Long\-Horizon\-Terminal\-Bench test command\-line agents on operational tasks\[[33](https://arxiv.org/html/2609.11115#bib.bib33),[29](https://arxiv.org/html/2609.11115#bib.bib29)\]\. Domain\-specific evaluations include FinanceBench for finance and economics\[[19](https://arxiv.org/html/2609.11115#bib.bib19)\], MATH for mathematics\[[16](https://arxiv.org/html/2609.11115#bib.bib16)\], SciBench for scientific problem solving\[[56](https://arxiv.org/html/2609.11115#bib.bib56)\], LAB\-Bench for biology\[[26](https://arxiv.org/html/2609.11115#bib.bib26)\], and ChemBench for chemistry\[[34](https://arxiv.org/html/2609.11115#bib.bib34)\]\. ESM\-BENCH tests agents’ understanding of Earth system model physics and code\[[59](https://arxiv.org/html/2609.11115#bib.bib59)\]; ResearchClawBench evaluates end\-to\-end autonomous scientific research\[[62](https://arxiv.org/html/2609.11115#bib.bib62)\]; and ASI\-Bench examines scientific exploration and execution with progressively less methodological guidance\[[65](https://arxiv.org/html/2609.11115#bib.bib65)\]\. Their tasks and scoring rules specify which model behaviors count as successful performance\.

Finding a benchmark, its dataset or repository, and reports of its use requires searching paper servers, code hosting sites, dataset hubs, vendor releases, blogs, and benchmark catalogs\. Existing resources such as LLM Stats, OpenCompass, and Artificial Analysis provide leaderboards, evaluation platforms, and model\-analysis views\[[31](https://arxiv.org/html/2609.11115#bib.bib31),[39](https://arxiv.org/html/2609.11115#bib.bib39),[4](https://arxiv.org/html/2609.11115#bib.bib4)\]\. Connecting newly released benchmarks to their task materials and later use in model reports can still require consulting several separate resources\. Benchmark Radar addresses this gap by combining catalog retrieval with daily discovery, mentions in model reports, and scores with documented evaluation settings and sources\.

Benchmark Radar gathers benchmark\-related artifacts from public sources, groups observations with matching identifiers, and exposes a searchable index with source labels, dates, benchmark mentions, and scores \(Figure[1](https://arxiv.org/html/2609.11115#S0.F1)\)\. We present the search system, describe the collection and ranking methods needed to reproduce its outputs, and examine benchmark coverage, documentation and scored\-model coverage across all catalog sources, source concentration, and gaps in evaluation settings\.111Source code:[https://github\.com/ktwu01/benchmark\-radar](https://github.com/ktwu01/benchmark-radar)\.

The system preserves one record per source benchmark, including entries without scores, dates, or citations\. Reviewed identity links connect related records while retaining their separate measurements\. We contribute this living search system, shared web and offline access to its evidence, and a reproducible full\-catalog census\. Section[5](https://arxiv.org/html/2609.11115#S5)shows how a contributor used retrieval and source inspection to assemble prior art\.

## 2Related Work and Scope

#### Benchmark catalogs and evaluations\.

LLM Stats publishes benchmark descriptions and reported model results\[[31](https://arxiv.org/html/2609.11115#bib.bib31)\]\. OpenCompass provides an evaluation platform and a benchmark registry with artifact metadata\[[39](https://arxiv.org/html/2609.11115#bib.bib39)\]\. Artificial Analysis publishes model evaluations and their methodology\[[4](https://arxiv.org/html/2609.11115#bib.bib4)\]\. Benchmark Radar uses records from these sources alongside model\-report evidence\. Benchmark Radar adds daily discovery, artifact histories, benchmark retrieval, and source inspection through shared web and offline access, helping readers investigate evaluations across the contributing catalogs\.

#### Documenting evaluation evidence\.

Model cards and datasheets motivate documenting evaluation conditions and dataset characteristics\[[35](https://arxiv.org/html/2609.11115#bib.bib35),[11](https://arxiv.org/html/2609.11115#bib.bib11)\]\. Benchmark Radar retains that information when the collected sources provide it, with citations for follow\-up review\. Benchmarks such as GPQA\[[42](https://arxiv.org/html/2609.11115#bib.bib42)\], SWE\-bench\[[21](https://arxiv.org/html/2609.11115#bib.bib21)\], and SciBench\[[56](https://arxiv.org/html/2609.11115#bib.bib56)\]define different tasks\. The census measures which evidence is available for inspection and which metadata still needs review\.

#### Evaluating benchmarks themselves\.

Recent work examines benchmark saturation, item quality, and the interpretation of aggregate scores\. In a systematic study of 60 language model benchmarks,[Akhtar et al\. \[1\]](https://arxiv.org/html/2609.11115#bib.bib1)define saturation and report that nearly half exhibit it, with prevalence increasing with benchmark age\. They associate resilience with expert curation rather than test\-data privacy\. Sample\-level auditing of MMLU, ARC, WinoGrande, HellaSwag, and TruthfulQA identifies within\-benchmark variation obscured by aggregate accuracy\[[49](https://arxiv.org/html/2609.11115#bib.bib49)\]\. A reference\-free judging framework assesses conversational\-agent benchmarks on consistency, complexity, and policy coverage\[[25](https://arxiv.org/html/2609.11115#bib.bib25)\]\. For safety benchmarks developed for larger models, rankings of smaller models vary with the treatment of ambiguous responses\[[44](https://arxiv.org/html/2609.11115#bib.bib44)\]\. Inverse\-density weighting reduces the influence of benchmark multiplicity on aggregate scores\[[30](https://arxiv.org/html/2609.11115#bib.bib30)\]\.[Gilda and Gilda \[13\]](https://arxiv.org/html/2609.11115#bib.bib13)argue that evaluation scores should state their evidential scope and validity window, with conservative aggregation when component signals differ in reliability\.

Benchmark Radar complements these methods by making benchmark records, available measurements, and provenance searchable\. We used its command\-line client to identify candidate papers for this section, supplemented the results with coauthor recommendations, and reviewed the source papers\.

## 3System and Methods

### 3\.1System Overview and Daily Discovery

Benchmark Radar adapts BuilderPulse’s daily public\-source collection approach\[[61](https://arxiv.org/html/2609.11115#bib.bib61)\]\. Figure[2](https://arxiv.org/html/2609.11115#S3.F2)separates the benchmark catalog from discovery history\. Model reports include model cards, technical reports, system cards, and release posts; they contribute through the same record structure as benchmark registries\.

Table[1](https://arxiv.org/html/2609.11115#S3.T1)summarizes the four catalog sources and their primary uses in the v0\.11\.0 release\.

Table 1:Catalog sources in the v0\.11\.0 release\. Rows count source\-specific benchmark records, including records without scores\.

### 3\.2Discovery Collection

Daily discovery observations describe mentions, releases, and updates found across public sources\. An observation is one collected record; an artifact is a paper, repository, dataset, release, or page linked by exact identifiers\. These objects differ from source\-specific benchmark records\. We retain their histories alongside the catalog without adding discovery observations to the benchmark total\.

Each collection run searches a 48\-hour window, records counts and errors by source, removes future\-dated rows, and requires healthy core sources before publication\. At the cutoff, arXiv\[[5](https://arxiv.org/html/2609.11115#bib.bib5)\], Hugging Face Hub\[[18](https://arxiv.org/html/2609.11115#bib.bib18)\], and GitHub Search\[[14](https://arxiv.org/html/2609.11115#bib.bib14)\]were the core sources\. Across 13 direct connectors and 24 first\-party feeds, additional routes cover scholarly indexes, dataset hosts, repository releases, and institutional feeds\. Appendix[D](https://arxiv.org/html/2609.11115#A4)records their cutoff status\.

Figure 2:Two input paths support publication: dated discovery snapshots preserve mention and release evidence, while benchmark registries and model reports populate the shared catalog\. Clients use the catalog’s stable source\-record IDs\.Table[2](https://arxiv.org/html/2609.11115#S3.T2)describes the interfaces\. Search and exports retain the full catalog; display filters affect only the selected view\.

Table 2:Reader questions and evidence scope\.

### 3\.3Preserve Records Before Comparing Measurements

A source record is one benchmark entry from one contributing source\. We normalize names, identifiers, artifact links, score observations, model identities, and cited documents into common fields\. A record remains in the catalog if a score, date, or citation is absent\. Reviewed identity links connect related records while preserving their separate observations and counts\.

Daily discovery contributes a different kind of evidence: collected mentions, releases, and updates\. Exact identifiers such as DOIs, arXiv IDs, and repository URLs link those observations to artifacts\. Discovery observations do not increase the benchmark catalog total\. Appendix[C](https://arxiv.org/html/2609.11115#A3)records detailed collection settings and display filters; Appendix[D](https://arxiv.org/html/2609.11115#A4)records source health at the cutoff\.

### 3\.4Retrieve Candidates with Their Evidence

The same benchmark IDs reach web search, detail pages, dataset exports, and offline clients\. Lexical search uses BM25F, a field\-weighted word\-matching score\[[43](https://arxiv.org/html/2609.11115#bib.bib43)\], with bounded boosts for name and phrase matches\. Each result exposes matched and missing query words, the fields they occur in, and the score components\. Source membership does not change the ranking\. A shared query service supplies the CLI and HTTP interfaces with the same response format and local data provenance\.

Candidate retrieval precedes suitability judgment\. An analyst or agent can try focused query variants, inspect a record’s tasks and score settings, and follow its citations\. The interface preserves the evidence needed for that review\. This paper evaluates catalog and measurement coverage; the contributor case illustrates usage without measuring retrieval accuracy or time saved\.

### 3\.5Audit the Full Population

The census starts with every record in the rebuilt catalog index and reads its detail file\. It applies no date, score, or interface filter\. We count finite numeric score observations once by observation ID\. Within each benchmark record, we count scored models by source model ID, preserving separately evaluated configurations, and cited documents by document ID\. Repeated observations do not create additional models or documents\. The global model registry uses its recorded identity links; per\-benchmark model counts are not summed into a global total\.

Eligibility depends on the measurement a calculation needs\. A declared percentage unit, known score direction, and numeric values within 0–100 permit a percentage\-scale summary\. Rescaling a displayed value or reading an aggregator’s declared maximum does not establish that unit\. Matching scales also do not establish matching test versions, prompts, tools, attempts, or evaluators\.

Date coverage counts valid recorded benchmark release dates\. Score entries retain their own date basis, including model announcements and document publication\. We do not substitute those dates for an evaluation date\. Appendix[F](https://arxiv.org/html/2609.11115#A6)provides the software revision, input hashes, census script, and validation procedure\.

## 4Results

Appendix[A](https://arxiv.org/html/2609.11115#A1)provides the complete linked census; Appendix[B](https://arxiv.org/html/2609.11115#A2)details document, model, score, and date coverage\.

### 4\.1Catalog Coverage and Task Materials

The rebuilt catalog contains 1,283 source records across 4 sources\. We found 12,916 numeric score observations on 790 records, with 493 records lacking numeric scores \(Table[3](https://arxiv.org/html/2609.11115#S4.T3)\)\. Two sources can describe a related benchmark, and we retain both source records\.

[![[Uncaptioned image]](https://arxiv.org/html/2609.11115v1/figures/leaderboard-frontier.png)](https://benchmark-radar.org/leaderboard/)

Figure 3:Benchmark Frontier on the Leaderboard page\. The view combines reported scores, scored\-model counts, and benchmark release dates or first\-score date proxies\. Gold rings mark the interface’s Pareto candidates; hollow marks flag unverified scales or counts, and dotted outlines flag model\-release date proxies\. Click the image to explore the view\.
Table 3:Score coverage across the full catalog: 790 records have numeric observations and 493 do not\. Scores count observations, not distinct models\.
[![[Uncaptioned image]](https://arxiv.org/html/2609.11115v1/figures/hle-score-history.png)](https://benchmark-radar.org/saturation/?lscore=70&lfrontier=artificial-analysis-humanitys-last-exam)

Figure 4:Inspecting Humanity’s Last Exam in Benchmark Radar\. This Artificial Analysis record contains 577 reported scores; the highest displayed score is 55\.47\. Marks identify model organizations, and the line connects successive best scores ordered by model release date\. Click the image to open the interactive view\.
Of the 493 unscored records, 464 have at least one paper, repository, or dataset link\. In the full catalog, 475 records link to papers, 506 to repositories, and 293 to datasets\. A record can contain more than one type of link\. For example, the OpenCompass Hub record for A\-Bench links a paper, code repository, and dataset despite having no archived score\.

For scored records, Figure[3](https://arxiv.org/html/2609.11115#S4.F3)lets readers browse by date, reported score, and number of scored models\. Figure[4](https://arxiv.org/html/2609.11115#S4.F4)shows the reported model scores within one source record\.

### 4\.2Benchmark Taxonomy Across the Full Catalog

Most source records carry a capability label\. We classify 1,279 of 1,283 records into 11 top\-level domains and 63 sub\-domains \(Figure[5](https://arxiv.org/html/2609.11115#S4.F5)\)\. Labels come from the publishers’ own fields—OpenCompass Hub dimensions, LLM Stats categories, Artificial Analysis categories, and the model\-report registry domains—so these 1,279 records trace to a named source field\. The remaining 4 records are LLM Stats community rows whose crawl supplied no description, category, or modality; we record that reason rather than assigning a class from the title\.

Interaction paradigm and input modality are recorded as*facets*: properties held beside a record’s domain rather than inside it, so every record carries exactly one Level 1 class and, independently, any number of facet values\. Facets therefore overlap each other and the Level 1 classes, and their counts do not sum to the population\.

The separation matters because a benchmark that resolves repository issues is a coding benchmark run as an agent, not an agent benchmark\. Of the 345 agentic records, 128 take Agentic & Tool Use as their Level 1 class and 117 sit under Coding & Software Engineering, with the rest spread across 6 further classes\. A scheme with one axis has to choose, and choosing the domain hides those 117 records from any count of agentic evaluation\.

Figure 5:Capability taxonomy over the full catalog\. Ribbon height is one unit per source record, so both columns carry all 1,283 records\. Level 1 is one primary label per record; interaction paradigm and modality are recorded as separate facets and are not drawn here\.Figure[6](https://arxiv.org/html/2609.11115#S4.F6)places the 615 records that carry a benchmark release date on their release year\. The 668 records without one keep their classification in a separate column rather than leaving the figure\. A year’s share is read only where the evidence supports one, which takes more than a sufficient count: the OpenCompass Hub crawl stops at the discovery cutoff, so the truncated final year is drawn mostly from model reports and its share would measure the change of catalog rather than a change in the field\. We therefore also require a year’s source mix to stay close to the pooled mix\. Over the reported years that mix is stable, and reweighting each year to a common source composition moves the agentic share by at most 1\.1 percentage points, so the rise is not an artifact of which catalog supplied a given year’s records\.

Figure 6:Release\-year composition of the classified catalog\. Panel A holds every record: 615 on the year axis and 668 in the undated column, which carries its own scale\. Panel B reports shares only for years with at least 30 dated records and a source mix close to the pooled one; the excluded years hold 108 dated records between them and remain counted in Panel A\. Series marked*facet*are cross\-cutting properties rather than Level 1 classes, so the lines in Panel B overlap and do not sum to 100%\.
### 4\.3Discovery Coverage Alongside the Catalog

The daily discovery collection contains 11,068 observations and 6,546 artifacts linked by exact identifiers across 46 snapshots\. 4 snapshots are simulated historical backfills; their dates describe reconstructed collection windows\. These discovery units remain separate from benchmark records\.

Five discovery source labels account for 9,743 of 11,068 observations \(88\.0%\)\. Figure[7](https://arxiv.org/html/2609.11115#S4.F7)includes the remaining labels in one aggregate bar\. Source caps and collection failures can affect this mix\. Of the 6,546 artifacts, 59 have observations from multiple sources\. Missing or inconsistent identifiers may prevent additional cross\-source matches\.

Figure 7:Discovery observations by source through 2026\-09\-07\. Repeat sightings count as observations\.Figure[8](https://arxiv.org/html/2609.11115#S4.F8)complements source coverage with the daily reading view\. Its category cards separate new releases from updates, while the chart exposes changes in surfaced evidence and attention alongside collection failures\.

[![Refer to caption](https://arxiv.org/html/2609.11115v1/figures/discovery-trends.png)](https://benchmark-radar.org/trends/)

Figure 8:Discovery trends through September 7, 2026\. Category cards show newly surfaced releases and track updates separately; the bars show daily evidence and attention volume\. Category tags overlap\. The visible coverage notice reports failed sources\. Click the image to open Trends\.

## 5Worked Example: Checking Prior Art

Before designing a new evaluation, a contributor surveyed August work on credit assignment in agentic training, with small Qwen\-series models as a requirement for reproducible baselines\. A coding agent installed the Benchmark Radar client and its public Skill, downloaded the corpus, and searched locally\. It inspected the recorded paper, repository, and dataset links, tried additional web searches for work described in different terms, and read the source evidence before assembling the related\-work table in Table[4](https://arxiv.org/html/2609.11115#S5.T4)\.

The contributor used the table to assess whether the proposed evaluation duplicated existing work\. The workflow separates candidate retrieval from comparison: Benchmark Radar retrieves candidates and exposes their evidence; the researcher or agent judges their relevance and compares the designs\. Appendix[E](https://arxiv.org/html/2609.11115#A5)retains the session screenshots and an earlier manually assembled comparison\.

Table 4:Summary table of recent work on credit assignment in agentic training, assembled during the session\. Each row links to its arXiv record and, where available, its repository\.

## 6Limitations and Future Work

The census describes this catalog at its recorded cutoff\. Collection limits, failed requests, missing identifiers, and different snapshot dates affect its coverage\. Source records are not a count of distinct underlying tests\. Broader coverage requires additional source collection and review of the evidence already present\.

Retrieval precision, task suitability, and time saved remain to be evaluated\. The worked example combines local queries with web search and has no controlled baseline\. Lexical matching can miss paraphrases and renamed tasks\. Evaluating semantic retrieval\[[41](https://arxiv.org/html/2609.11115#bib.bib41)\]will require reviewed relevance judgments across queries and candidate records, including less familiar benchmark families\.

The arXiv discovery route collects new submissions; it does not backfill papers first posted before the collection window when later versions appear\. The searches used for Section[2](https://arxiv.org/html/2609.11115#S2)missed two relevant earlier studies\[[63](https://arxiv.org/html/2609.11115#bib.bib63),[1](https://arxiv.org/html/2609.11115#bib.bib1)\], which a coauthor identified and read\.

Measuring benchmark saturation or score stagnation requires comparable test versions and settings, with dates tied to score reporting or evaluation\.

Task\-capability classification also remains unvalidated in this rebuild\. The deterministic null extractor used in CI assigns no capability levels to its 5,863 discovery\-derived tracks\. Completing and evaluating those labels is a separate task from maintaining the benchmark catalog\.

## 7Conclusion

Benchmark Radar brings daily benchmark discovery, catalog search, model\-report mentions, and score histories into one living search engine\. Readers can find candidate evaluations, locate task materials, inspect reporting choices, and follow the settings and citations behind a score\. Shared benchmark IDs connect the web dashboard, downloadable catalog, and offline query clients\.

The v0\.11\.0 release makes 1,283 source records searchable and preserves 464 unscored records with artifact links\. Its full\-catalog analyses distinguish benchmark records, scored models, cited documents, and numeric observations\.

## Author Contributions

Koutian Wu led the work and manuscript preparation, built the initial collection pipeline, and implemented data aggregation across sources\. Junjie Zhou prepared the score\-archive audit and contributed report revisions\. Ergan Shang prepared figures and contributed copyediting\. Jiayu Wang contributed the worked use case and its supporting evidence\. Pengqian Han contributed data analysis and copyediting\. Wanghan Xu contributed review and copyediting\. Junkai Wang contributed review and copyediting\.

## References

- \[1\]Mubashara Akhtar, Anka Reuel, Prajna Soni, Sanchit Ahuja, Pawan Sasanka Ammanamanchi, Ruchit Rawal, Vilém Zouhar, Srishti Yadav, Chenxi Whitehouse, Dayeon Ki, Jennifer Mickel, Leshem Choshen, Marek Šuppa, Jan Batzner, Jenny Chim, Jeba Sania, Yanan Long, Hossein A\. Rahmani, Christina Knight, Yiyang Nan, Jyoutir Raj, Yu Fan, Shubham Singh, Subramanyam Sahoo, Eliya Habba, Usman Gohar, Siddhesh Pawar, Robert Scholz, Arjun Subramonian, Jingwei Ni, Mykel Kochenderfer, Sanmi Koyejo, Mrinmaya Sachan, Stella Biderman, Zeerak Talat, Avijit Ghosh, and Irene Solaiman\.When AI benchmarks plateau: A systematic study of benchmark saturation, 2026\.URL[https://arxiv\.org/abs/2602\.16763](https://arxiv.org/abs/2602.16763)\.Published at ICML 2026\.
- \[2\]Anthropic\.Introducing Claude Fable 5\.1 and Claude Mythos 5\.1, 2026\.URL[https://www\.anthropic\.com/claude\-fable\-and\-mythos\-5\-1](https://www.anthropic.com/claude-fable-and-mythos-5-1)\.Accessed 2026\-09\-07\.
- \[3\]Lisa P\. Argyle, Ethan C\. Busby, Nancy Fulda, Joshua R\. Gubler, Christopher Rytting, and David Wingate\.Out of one, many: Using language models to simulate human samples\.*Political Analysis*, 31\(3\):337–351, 2023\.doi:10\.1017/pan\.2023\.2\.
- \[4\]Artificial Analysis\.Artificial analysis intelligence benchmarking methodology, 2026\.URL[https://artificialanalysis\.ai/methodology/intelligence\-benchmarking](https://artificialanalysis.ai/methodology/intelligence-benchmarking)\.Accessed 2026\-09\-06\.
- \[5\]arXiv\.arXiv API User Manual, 2026\.URL[https://info\.arxiv\.org/help/api/user\-manual\.html](https://info.arxiv.org/help/api/user-manual.html)\.Accessed 2026\-09\-06\.
- \[6\]Jonathan Bragg, Mike D’Arcy, Nishant Balepur, Dan Bareket, Bhavana Dalvi, Sergey Feldman, Dany Haddad, Jena D Hwang, Peter Jansen, Varsha Kishore, et al\.AstaBench: Rigorous benchmarking of AI agents with a scientific research suite\.*arXiv preprint arXiv:2510\.21652*, 2025\.
- \[7\]Jun Shern Chan, Neil Chowdhury, Oliver Jaffe, James Aung, Dane Sherburn, Evan Mays, Giulio Starace, Kevin Liu, Leon Maksin, Tejal Patwardhan, et al\.MLE\-Bench: Evaluating machine learning agents on machine learning engineering\.In*International Conference on Learning Representations*, volume 2025, pages 50466–50494, 2025\.
- \[8\]Hui Chen, Miao Xiong, Yujie Lu, Wei Han, Ailin Deng, Yufei He, Jiaying Wu, Yibo Li, Yue Liu, and Bryan Hooi\.MLR\-Bench: Evaluating AI agents on open\-ended machine learning research\.*Advances in Neural Information Processing Systems*, 38, 2026\.
- \[9\]Citation File Format developers\.Citation file format 1\.2\.0, 2021\.URL[https://citation\-file\-format\.github\.io/](https://citation-file-format.github.io/)\.
- \[10\]Haotian Cui, Chloe Wang, Hassaan Maan, Kuan Pang, Fengning Luo, Nan Duan, and Bo Wang\.scGPT: Toward building a foundation model for single\-cell multi\-omics using generative AI\.*Nature Methods*, 21:1470–1480, 2024\.doi:10\.1038/s41592\-024\-02201\-0\.
- \[11\]Timnit Gebru, Jamie Morgenstern, Briana Vecchione, Jennifer Wortman Vaughan, Hanna Wallach, Hal Daume, and Kate Crawford\.Datasheets for datasets\.*Communications of the ACM*, 64\(12\):86–92, 2021\.doi:10\.1145/3458723\.
- \[12\]Fabrizio Gilardi, Meysam Alizadeh, and Mael Kubli\.ChatGPT outperforms crowd workers for text\-annotation tasks\.*Proceedings of the National Academy of Sciences*, 120\(30\):e2305016120, 2023\.doi:10\.1073/pnas\.2305016120\.
- \[13\]Sankalp Gilda and Shlok Gilda\.Position: Evaluation scores are perishable knowledge claims, 2026\.URL[https://arxiv\.org/abs/2607\.26191](https://arxiv.org/abs/2607.26191)\.
- \[14\]GitHub Docs\.REST API Endpoints for Search, 2026\.URL[https://docs\.github\.com/en/rest/search/search](https://docs.github.com/en/rest/search/search)\.Accessed 2026\-09\-06\.
- \[15\]Dan Hendrycks, Collin Burns, Steven Basart, Andy Zou, Mantas Mazeika, Dawn Song, and Jacob Steinhardt\.Measuring massive multitask language understanding\.*International Conference on Learning Representations*, 2021a\.URL[https://arxiv\.org/abs/2009\.03300](https://arxiv.org/abs/2009.03300)\.
- \[16\]Dan Hendrycks, Collin Burns, Saurav Kadavath, Akul Arora, Steven Basart, Eric Tang, Dawn Song, and Jacob Steinhardt\.Measuring mathematical problem solving with the MATH dataset\.*arXiv preprint arXiv:2103\.03874*, 2021b\.URL[https://arxiv\.org/abs/2103\.03874](https://arxiv.org/abs/2103.03874)\.
- \[17\]Tianyu Hua, Harper Hua, Violet Xiang, Benjamin Klieger, Sang Truong, Weixin Liang, Fan\-Yun Sun, and Nick Haber\.ResearchCodeBench: Benchmarking LLMs on implementing novel machine learning research code\.*Advances in Neural Information Processing Systems*, 38, 2026\.
- \[18\]Hugging Face\.Hugging Face Hub Documentation, 2026\.URL[https://huggingface\.co/docs/hub/index](https://huggingface.co/docs/hub/index)\.Accessed 2026\-09\-06\.
- \[19\]Pranab Islam, Anand Kannappan, Douwe Kiela, Rebecca Qian, Nino Scherrer, and Bertie Vidgen\.FinanceBench: A new benchmark for financial question answering\.*arXiv preprint arXiv:2311\.11944*, 2023\.URL[https://arxiv\.org/abs/2311\.11944](https://arxiv.org/abs/2311.11944)\.
- \[20\]Naman Jain, King Han, Alex Gu, Wen\-Ding Li, Fanjia Yan, Tianjun Zhang, Sida Wang, Armando Solar\-Lezama, Koushik Sen, and Ion Stoica\.LiveCodeBench: Holistic and contamination free evaluation of large language models for code\.*arXiv preprint arXiv:2403\.07974*, 2024\.URL[https://arxiv\.org/abs/2403\.07974](https://arxiv.org/abs/2403.07974)\.
- \[21\]Carlos E\. Jimenez, John Yang, Alexander Wettig, Shunyu Yao, Kexin Pei, Ofir Press, and Karthik Narasimhan\.SWE\-bench: Can language models resolve real\-world GitHub issues?*arXiv preprint arXiv:2310\.06770*, 2023\.URL[https://arxiv\.org/abs/2310\.06770](https://arxiv.org/abs/2310.06770)\.
- \[22\]Wang\-Cheng Kang and Julian McAuley\.Self\-attentive sequential recommendation\.In*2018 IEEE International Conference on Data Mining*, pages 197–206, 2018\.doi:10\.1109/ICDM\.2018\.00035\.
- \[23\]Daniel S\. Katz et al\.Recognizing the value of software: a software citation guide\.*F1000Research*, 9:1257, 2021\.doi:10\.12688/f1000research\.26932\.2\.URL[https://doi\.org/10\.12688/f1000research\.26932\.2](https://doi.org/10.12688/f1000research.26932.2)\.
- \[24\]Patrick Tser Jern Kon, Jiachen Liu, Xinyi Zhu, Qiuyi Ding, Jingjia Peng, Jiarong Xing, Yibo Huang, Yiming Qiu, Jayanth Srinivasa, Myungjin Lee, et al\.EXP\-Bench: Can AI conduct AI research experiments?*arXiv preprint arXiv:2505\.24785*, 2025\.
- \[25\]Noam Koren, Roy Bar\-Haim, and Abigail Goldsteen\.Benchmarking the benchmarks: Evaluating benchmarks for conversational agents, 2026\.URL[https://arxiv\.org/abs/2608\.06329](https://arxiv.org/abs/2608.06329)\.
- \[26\]Jon M\. Laurent, Joseph D\. Janizek, Michael Ruzo, Michaela M\. Hinks, Michael J\. Hammerling, Siddharth Narayanan, Manvitha Ponnapati, Andrew D\. White, and Samuel G\. Rodriques\.LAB\-Bench: Measuring capabilities of language models for biology research\.*arXiv preprint arXiv:2407\.10362*, 2024\.URL[https://arxiv\.org/abs/2407\.10362](https://arxiv.org/abs/2407.10362)\.
- \[27\]Jure Leskovec, Daniel Huttenlocher, and Jon Kleinberg\.Signed networks in social media\.In*Proceedings of the SIGCHI Conference on Human Factors in Computing Systems*, pages 1361–1370, 2010\.doi:10\.1145/1753326\.1753532\.
- \[28\]Xiaomin Li, Yuexing Hao, Jianheng Hou, Jintao Huang, Qianfeng Wen, Shirley Huang, Yifan Liu, Xiaoyi Liu, Yilan Fan, Yijun Wang, et al\.MatrAIx: Simulating the world with 8\.3 billion persona agents\.*arXiv preprint arXiv:2608\.04205*, 2026a\.
- \[29\]Zongxia Li, Zhongzhi Li, Yucheng Shi, Ruhan Wang, Junyao Yang, Zhichao Liu, Xiyang Wu, Anhao Li, Yue Yu, Ninghao Liu, et al\.Long\-Horizon\-Terminal\-Bench: Testing the limits of agents on long\-horizon terminal tasks with dense reward\-based grading\.*arXiv preprint arXiv:2607\.08964*, 2026b\.
- \[30\]Jhen\-Ke Lin\.Balance of benchmarks: Semantic density reweighting for benchmark multiplicity and task\-conditioned evaluation, 2026\.URL[https://arxiv\.org/abs/2608\.30044](https://arxiv.org/abs/2608.30044)\.
- \[31\]LLM Stats\.AI and LLM benchmarks 2026: Rankings, scores and results, 2026\.URL[https://llm\-stats\.com/benchmarks/](https://llm-stats.com/benchmarks/)\.Accessed 2026\-09\-06\.
- \[32\]Alisia Lupidi, Bhavul Gauri, Thomas Simon Foster, Bassel Al Omari, Despoina Magka, Alberto Pepe, Alexis Audran\-Reiss, Muna Aghamelu, Nicolas Baldwin, Lucia Cipolina\-Kun, et al\.AIRS\-Bench: A suite of tasks for frontier AI research science agents\.*arXiv preprint arXiv:2602\.06855*, 2026\.
- \[33\]Mike A\. Merrill et al\.Terminal\-Bench: Benchmarking agents on hard, realistic tasks in command line interfaces, 2026\.URL[https://arxiv\.org/abs/2601\.11868](https://arxiv.org/abs/2601.11868)\.
- \[34\]Adrian Mirza et al\.Are large language models superhuman chemists?*arXiv preprint arXiv:2404\.01475*, 2024\.URL[https://arxiv\.org/abs/2404\.01475](https://arxiv.org/abs/2404.01475)\.
- \[35\]Margaret Mitchell, Simone Wu, Andrew Zaldivar, Parker Barnes, Lucy Vasserman, Ben Hutchinson, Elena Spitzer, Inioluwa Deborah Raji, and Timnit Gebru\.Model cards for model reporting\.In*Proceedings of the Conference on Fairness, Accountability, and Transparency*, pages 220–229, 2019\.doi:10\.1145/3287560\.3287596\.
- \[36\]Deepak Nathani, Lovish Madaan, Nicholas Roberts, Nikolay Bashlykov, Ajay Menon, Vincent Moens, Amar Budhiraja, Despoina Magka, Vladislav Vorotilov, Gaurav Chaurasia, et al\.MLGym: A new framework and benchmark for advancing AI research agents\.*arXiv preprint arXiv:2502\.14499*, 2025\.
- \[37\]Sky Ng, Brihi Joshi, Ishan Gupta, Shirley Huang, Zonglin Di, Yun Shen, Qianfeng Wen, Yifan Simon Liu, Ruoqi Gao, Zhiwei Zhang, et al\.MicroVerse: An instrument for measuring self\-authored identity drift in long\-horizon multi\-agent language\-model simulations\.*arXiv preprint arXiv:2608\.15844*, 2026\.
- \[38\]OpenAI\.GPT\-6 Astra model, 2026\.URL[https://developers\.openai\.com/api/docs/models/gpt\-6\-astra](https://developers.openai.com/api/docs/models/gpt-6-astra)\.Accessed 2026\-09\-07\.
- \[39\]OpenCompass Contributors\.Dataset statistics, 2026\.URL[https://opencompass\.readthedocs\.io/en/latest/dataset\_statistics\.html](https://opencompass.readthedocs.io/en/latest/dataset_statistics.html)\.Accessed 2026\-09\-06\.
- \[40\]Long Phan et al\.Humanity’s last exam\.*arXiv preprint arXiv:2501\.14249*, 2025\.URL[https://arxiv\.org/abs/2501\.14249](https://arxiv.org/abs/2501.14249)\.
- \[41\]Nils Reimers and Iryna Gurevych\.Sentence\-BERT: Sentence embeddings using Siamese BERT\-networks\.In*Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing*, pages 3982–3992, 2019\.doi:10\.18653/v1/D19\-1410\.
- \[42\]David Rein, Betty Li Hou, Asa Cooper Stickland, Jackson Petty, Richard Yuanzhe Pang, Julien Dirani, Julian Michael, and Samuel R\. Bowman\.GPQA: A graduate\-level google\-proof Q&A benchmark\.*arXiv preprint arXiv:2311\.12022*, 2023\.URL[https://arxiv\.org/abs/2311\.12022](https://arxiv.org/abs/2311.12022)\.
- \[43\]Stephen Robertson, Hugo Zaragoza, and Michael Taylor\.Simple BM25 extension to multiple weighted fields\.In*Proceedings of the Thirteenth ACM International Conference on Information and Knowledge Management*, 2004\.doi:10\.1145/1031171\.1031181\.
- \[44\]Nyamtulla Shaik, Fengjun Li, and Bo Luo\.Benchmarking the benchmarks: Evaluating automated safety benchmarks for small language models, 2026\.URL[https://arxiv\.org/abs/2608\.17183](https://arxiv.org/abs/2608.17183)\.
- \[45\]Ergan Shang and Flavio Sales Truzzi\.ERASE: EaRly bAckpropagation SchEdule for Faster Training of Modern Recommendation Systems\.*arXiv preprint arXiv:2608\.18469*, 2026\.
- \[46\]Ergan Shang, Yuting Wei, and Kathryn Roeder\.Predicting the unseen: a diffusion\-based debiasing framework for transcriptional response prediction at single\-cell resolution\.*Proceedings of the National Academy of Sciences*, 122\(52\):e2525268122, 2025\.doi:10\.1073/pnas\.2525268122\.URL[https://doi\.org/10\.1073/pnas\.2525268122](https://doi.org/10.1073/pnas.2525268122)\.
- \[47\]Ergan Shang, Weijing Tang, and Yinqiu He\.LLM Evaluation on Unseen Questions: Contextual Multidimensional IRT Model\.*arXiv preprint arXiv:2608\.22295*, 2026a\.
- \[48\]Ergan Shang, Yuan Zhang, and Weijing Tang\.Inference for Balance in Dynamic Signed Networks\.*arXiv preprint arXiv:2606\.08786*, 2026b\.
- \[49\]Philipp D\. Siedler and Jordan Sassoon\.Benchmarks are not monolithic: Sample\-level auditing and orchestration for LLM evaluation, 2026\.URL[https://arxiv\.org/abs/2607\.28801](https://arxiv.org/abs/2607.28801)\.
- \[50\]Arfon M\. Smith, Daniel S\. Katz, and Kyle E\. Niemeyer\.Software citation principles\.*PeerJ Computer Science*, 2:e86, 2016\.doi:10\.7717/peerj\-cs\.86\.URL[https://doi\.org/10\.7717/peerj\-cs\.86](https://doi.org/10.7717/peerj-cs.86)\.
- \[51\]Giulio Starace, Oliver Jaffe, Dane Sherburn, James Aung, Jun Shern Chan, Leon Maksin, Rachel Dias, Evan Mays, Benjamin Kinsella, Wyatt Thompson, et al\.Paperbench: Evaluating ai’s ability to replicate ai research\.*arXiv preprint arXiv:2504\.01848*, 2025\.
- \[52\]Fei Sun, Jun Liu, Jian Wu, Changhua Pei, Xiao Lin, Wenwu Ou, and Peng Jiang\.BERT4Rec: Sequential recommendation with bidirectional encoder representations from transformer\.In*Proceedings of the 28th ACM International Conference on Information and Knowledge Management*, pages 1441–1450, 2019\.doi:10\.1145/3357384\.3357895\.
- \[53\]Qiushi Sun, Zhoumianze Liu, Chang Ma, Zichen Ding, Fangzhi Xu, Zhangyue Yin, Haiteng Zhao, Zhenyu Wu, Kanzhi Cheng, Zhaoyang Liu, et al\.ScienceBoard: Evaluating multimodal autonomous agents in realistic scientific workflows\.*arXiv preprint arXiv:2505\.19897*, 2025\.
- \[54\]Christina V\. Theodoris et al\.Transfer learning enables predictions in network biology\.*Nature*, 618:616–624, 2023\.doi:10\.1038/s41586\-023\-06139\-9\.
- \[55\]Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N\. Gomez, Lukasz Kaiser, and Illia Polosukhin\.Attention is all you need\.In*Advances in Neural Information Processing Systems*, volume 30, 2017\.URL[https://arxiv\.org/abs/1706\.03762](https://arxiv.org/abs/1706.03762)\.
- \[56\]Xiaoxuan Wang, Ziniu Hu, Pan Lu, Yanqiao Zhu, Jieyu Zhang, Satyen Subramaniam, Arjun R\. Loomba, Shichang Zhang, Yizhou Sun, and Wei Wang\.SciBench: Evaluating college\-level scientific problem\-solving abilities of large language models\.*arXiv preprint arXiv:2307\.10635*, 2023\.URL[https://arxiv\.org/abs/2307\.10635](https://arxiv.org/abs/2307.10635)\.
- \[57\]Kyle Waters, Lucas Nuzzi, Tadhg Looram, Alessandro Tomasiello, Ariel Ghislain Kemogne Kamdoum, Bikun Li, Damien Sileo, Egor Kretov, Francesco Fournier\-Facio, Georgios Soloupis, et al\.Composite\-stem\.*arXiv preprint arXiv:2604\.09836*, 2026\.
- \[58\]Koutian Wu, Wen Yi, Xianghui Xue, Iain Murray Reid, and Maolin Lu\.Diurnal and seasonal variations of meteor speed and arrival angle observed by mengcheng meteor radar\.*Journal of Geophysical Research: Space Physics*, 129\(10\):e2024JA032767, 2024\.doi:10\.1029/2024JA032767\.URL[https://doi\.org/10\.1029/2024JA032767](https://doi.org/10.1029/2024JA032767)\.
- \[59\]Koutian Wu, Yuxuan Cao, Gengchen Mai, and Zeping Liu\.ESM\-BENCH: A benchmark for evaluating whether AI agents understand earth system model physics and code\.In*HydroML 2026 Conference Poster*\. HydroML, 2026\.URL[https://zenodo\.org/records/19802836](https://zenodo.org/records/19802836)\.
- \[60\]Yunze Wu, Dayuan Fu, Weiye Si, Zhen Huang, Mohan Jiang, Keyu Li, Shijie Xia, Jie Sun, Tianze Xu, Xiangkun Hu, et al\.Innovatorbench: Evaluating agents’ ability to conduct innovative llm research\.*arXiv preprint arXiv:2510\.27598*, 2025\.
- \[61\]L\. Xiaopai\.Builderpulse: Ai\-powered daily intelligence for indie hackers and builders\.GitHub, 2026\.URL[https://github\.com/BuilderPulse/BuilderPulse](https://github.com/BuilderPulse/BuilderPulse)\.
- \[62\]Wanghan Xu, Shuo Li, Tianlin Ye, Qinglong Cao, Yixin Chen, Hengjian Gao, Yiheng Wang, Qi Li, Kun Li, Sheng Xu, et al\.ResearchClawBench: A benchmark for end\-to\-end autonomous scientific research\.*arXiv preprint arXiv:2606\.07591*, 2026\.
- \[63\]Eddie Yang and Dashun Wang\.Benchmark illusion: Disagreement among LLMs and its scientific consequences, 2026\.URL[https://arxiv\.org/abs/2602\.11898](https://arxiv.org/abs/2602.11898)\.
- \[64\]Tianyu Zhang, Ergan Shang, and Kathryn Roeder\.Genetic Convergence Analysis of CRISPR Perturbations Deciphers Gene Functional Similarity\.*bioRxiv*, 2025\.doi:10\.1101/2025\.11\.13\.688060\.URL[https://doi\.org/10\.1101/2025\.11\.13\.688060](https://doi.org/10.1101/2025.11.13.688060)\.
- \[65\]Junwei Zhou, Zhen Sun, Binyu Li, Jiangyu Zhou, Yuexi Pan, Hengyu Wang, Honghe Ren, Xiaohan Jia, Xueyang Zhou, Xiaoyu Cao, et al\.ASI\-Bench: At the Dawn of Artificial Superintelligence\.*arXiv preprint arXiv:2608\.17271*, 2026\.

Appendix

## Appendix AFull\-Catalog Census

This census retains all 1,283 source records, including those without scores\.

1,283 records\. 790 with scores\. 493 without\.LLM Stats687 recordsOpenCompass Hub461 recordsArtificial Analysis25 recordsModel reports110 records[https://benchmark-radar.org/benchmarks/llm-stats-aa-briefcase/](https://benchmark-radar.org/benchmarks/llm-stats-aa-briefcase/)[https://benchmark-radar.org/benchmarks/llm-stats-aa-index/](https://benchmark-radar.org/benchmarks/llm-stats-aa-index/)[https://benchmark-radar.org/benchmarks/llm-stats-aa-lcr/](https://benchmark-radar.org/benchmarks/llm-stats-aa-lcr/)[https://benchmark-radar.org/benchmarks/llm-stats-aa-omniscience-index/](https://benchmark-radar.org/benchmarks/llm-stats-aa-omniscience-index/)[https://benchmark-radar.org/benchmarks/llm-stats-acebench/](https://benchmark-radar.org/benchmarks/llm-stats-acebench/)[https://benchmark-radar.org/benchmarks/llm-stats-activitynet/](https://benchmark-radar.org/benchmarks/llm-stats-activitynet/)[https://benchmark-radar.org/benchmarks/llm-stats-advancedif/](https://benchmark-radar.org/benchmarks/llm-stats-advancedif/)[https://benchmark-radar.org/benchmarks/llm-stats-aethercode/](https://benchmark-radar.org/benchmarks/llm-stats-aethercode/)[https://benchmark-radar.org/benchmarks/llm-stats-agent-startup-bench/](https://benchmark-radar.org/benchmarks/llm-stats-agent-startup-bench/)[https://benchmark-radar.org/benchmarks/llm-stats-agents-last-exam/](https://benchmark-radar.org/benchmarks/llm-stats-agents-last-exam/)[https://benchmark-radar.org/benchmarks/llm-stats-agieval/](https://benchmark-radar.org/benchmarks/llm-stats-agieval/)[https://benchmark-radar.org/benchmarks/llm-stats-ai2-reasoning-challenge-arc/](https://benchmark-radar.org/benchmarks/llm-stats-ai2-reasoning-challenge-arc/)[https://benchmark-radar.org/benchmarks/llm-stats-ai2d/](https://benchmark-radar.org/benchmarks/llm-stats-ai2d/)[https://benchmark-radar.org/benchmarks/llm-stats-aider/](https://benchmark-radar.org/benchmarks/llm-stats-aider/)[https://benchmark-radar.org/benchmarks/llm-stats-aider-polyglot/](https://benchmark-radar.org/benchmarks/llm-stats-aider-polyglot/)[https://benchmark-radar.org/benchmarks/llm-stats-aider-polyglot-edit/](https://benchmark-radar.org/benchmarks/llm-stats-aider-polyglot-edit/)[https://benchmark-radar.org/benchmarks/llm-stats-aime/](https://benchmark-radar.org/benchmarks/llm-stats-aime/)[https://benchmark-radar.org/benchmarks/llm-stats-aime-2024/](https://benchmark-radar.org/benchmarks/llm-stats-aime-2024/)[https://benchmark-radar.org/benchmarks/llm-stats-aime-2025/](https://benchmark-radar.org/benchmarks/llm-stats-aime-2025/)[https://benchmark-radar.org/benchmarks/llm-stats-aime-2026/](https://benchmark-radar.org/benchmarks/llm-stats-aime-2026/)[https://benchmark-radar.org/benchmarks/llm-stats-air-bench/](https://benchmark-radar.org/benchmarks/llm-stats-air-bench/)[https://benchmark-radar.org/benchmarks/llm-stats-aitz-em/](https://benchmark-radar.org/benchmarks/llm-stats-aitz-em/)[https://benchmark-radar.org/benchmarks/llm-stats-alignbench/](https://benchmark-radar.org/benchmarks/llm-stats-alignbench/)[https://benchmark-radar.org/benchmarks/llm-stats-alpacaeval-2-0/](https://benchmark-radar.org/benchmarks/llm-stats-alpacaeval-2-0/)[https://benchmark-radar.org/benchmarks/llm-stats-amc-2022-23/](https://benchmark-radar.org/benchmarks/llm-stats-amc-2022-23/)[https://benchmark-radar.org/benchmarks/llm-stats-amo-bench/](https://benchmark-radar.org/benchmarks/llm-stats-amo-bench/)[https://benchmark-radar.org/benchmarks/llm-stats-android-control-high-em/](https://benchmark-radar.org/benchmarks/llm-stats-android-control-high-em/)[https://benchmark-radar.org/benchmarks/llm-stats-android-control-low-em/](https://benchmark-radar.org/benchmarks/llm-stats-android-control-low-em/)[https://benchmark-radar.org/benchmarks/llm-stats-androidbench/](https://benchmark-radar.org/benchmarks/llm-stats-androidbench/)[https://benchmark-radar.org/benchmarks/llm-stats-androidworld/](https://benchmark-radar.org/benchmarks/llm-stats-androidworld/)[https://benchmark-radar.org/benchmarks/llm-stats-androidworld-sr/](https://benchmark-radar.org/benchmarks/llm-stats-androidworld-sr/)[https://benchmark-radar.org/benchmarks/llm-stats-apex/](https://benchmark-radar.org/benchmarks/llm-stats-apex/)[https://benchmark-radar.org/benchmarks/llm-stats-apex-agents/](https://benchmark-radar.org/benchmarks/llm-stats-apex-agents/)[https://benchmark-radar.org/benchmarks/llm-stats-apex-swe/](https://benchmark-radar.org/benchmarks/llm-stats-apex-swe/)[https://benchmark-radar.org/benchmarks/llm-stats-api-bank/](https://benchmark-radar.org/benchmarks/llm-stats-api-bank/)[https://benchmark-radar.org/benchmarks/llm-stats-arc/](https://benchmark-radar.org/benchmarks/llm-stats-arc/)[https://benchmark-radar.org/benchmarks/llm-stats-arc-agi/](https://benchmark-radar.org/benchmarks/llm-stats-arc-agi/)[https://benchmark-radar.org/benchmarks/llm-stats-arc-agi-3/](https://benchmark-radar.org/benchmarks/llm-stats-arc-agi-3/)[https://benchmark-radar.org/benchmarks/llm-stats-arc-agi-v2/](https://benchmark-radar.org/benchmarks/llm-stats-arc-agi-v2/)[https://benchmark-radar.org/benchmarks/llm-stats-arc-c/](https://benchmark-radar.org/benchmarks/llm-stats-arc-c/)[https://benchmark-radar.org/benchmarks/llm-stats-arc-e/](https://benchmark-radar.org/benchmarks/llm-stats-arc-e/)[https://benchmark-radar.org/benchmarks/llm-stats-arcagi2/](https://benchmark-radar.org/benchmarks/llm-stats-arcagi2/)[https://benchmark-radar.org/benchmarks/llm-stats-arena-hard/](https://benchmark-radar.org/benchmarks/llm-stats-arena-hard/)[https://benchmark-radar.org/benchmarks/llm-stats-arena-hard-v2/](https://benchmark-radar.org/benchmarks/llm-stats-arena-hard-v2/)[https://benchmark-radar.org/benchmarks/llm-stats-arkitscenes/](https://benchmark-radar.org/benchmarks/llm-stats-arkitscenes/)[https://benchmark-radar.org/benchmarks/llm-stats-artifacts-bench/](https://benchmark-radar.org/benchmarks/llm-stats-artifacts-bench/)[https://benchmark-radar.org/benchmarks/llm-stats-artificial-analysis/](https://benchmark-radar.org/benchmarks/llm-stats-artificial-analysis/)[https://benchmark-radar.org/benchmarks/llm-stats-arxivmath/](https://benchmark-radar.org/benchmarks/llm-stats-arxivmath/)[https://benchmark-radar.org/benchmarks/llm-stats-attaq/](https://benchmark-radar.org/benchmarks/llm-stats-attaq/)[https://benchmark-radar.org/benchmarks/llm-stats-autologi/](https://benchmark-radar.org/benchmarks/llm-stats-autologi/)[https://benchmark-radar.org/benchmarks/llm-stats-automationbench/](https://benchmark-radar.org/benchmarks/llm-stats-automationbench/)[https://benchmark-radar.org/benchmarks/llm-stats-automationbench-aa/](https://benchmark-radar.org/benchmarks/llm-stats-automationbench-aa/)[https://benchmark-radar.org/benchmarks/llm-stats-babyvision/](https://benchmark-radar.org/benchmarks/llm-stats-babyvision/)[https://benchmark-radar.org/benchmarks/llm-stats-bankertoolbench/](https://benchmark-radar.org/benchmarks/llm-stats-bankertoolbench/)[https://benchmark-radar.org/benchmarks/llm-stats-bbh/](https://benchmark-radar.org/benchmarks/llm-stats-bbh/)[https://benchmark-radar.org/benchmarks/llm-stats-bc-vl/](https://benchmark-radar.org/benchmarks/llm-stats-bc-vl/)[https://benchmark-radar.org/benchmarks/llm-stats-beam-128k/](https://benchmark-radar.org/benchmarks/llm-stats-beam-128k/)[https://benchmark-radar.org/benchmarks/llm-stats-benchcad/](https://benchmark-radar.org/benchmarks/llm-stats-benchcad/)[https://benchmark-radar.org/benchmarks/llm-stats-benchcad-with-python-tool/](https://benchmark-radar.org/benchmarks/llm-stats-benchcad-with-python-tool/)[https://benchmark-radar.org/benchmarks/llm-stats-beyond-aime/](https://benchmark-radar.org/benchmarks/llm-stats-beyond-aime/)[https://benchmark-radar.org/benchmarks/llm-stats-bfcl/](https://benchmark-radar.org/benchmarks/llm-stats-bfcl/)[https://benchmark-radar.org/benchmarks/llm-stats-bfcl-v2/](https://benchmark-radar.org/benchmarks/llm-stats-bfcl-v2/)[https://benchmark-radar.org/benchmarks/llm-stats-bfcl-v3/](https://benchmark-radar.org/benchmarks/llm-stats-bfcl-v3/)[https://benchmark-radar.org/benchmarks/llm-stats-bfcl-v3-multiturn/](https://benchmark-radar.org/benchmarks/llm-stats-bfcl-v3-multiturn/)[https://benchmark-radar.org/benchmarks/llm-stats-bfcl-v4/](https://benchmark-radar.org/benchmarks/llm-stats-bfcl-v4/)[https://benchmark-radar.org/benchmarks/llm-stats-big-bench/](https://benchmark-radar.org/benchmarks/llm-stats-big-bench/)[https://benchmark-radar.org/benchmarks/llm-stats-big-bench-audio/](https://benchmark-radar.org/benchmarks/llm-stats-big-bench-audio/)[https://benchmark-radar.org/benchmarks/llm-stats-big-bench-extra-hard/](https://benchmark-radar.org/benchmarks/llm-stats-big-bench-extra-hard/)[https://benchmark-radar.org/benchmarks/llm-stats-big-bench-hard/](https://benchmark-radar.org/benchmarks/llm-stats-big-bench-hard/)[https://benchmark-radar.org/benchmarks/llm-stats-big-finance-bench/](https://benchmark-radar.org/benchmarks/llm-stats-big-finance-bench/)[https://benchmark-radar.org/benchmarks/llm-stats-bigcodebench/](https://benchmark-radar.org/benchmarks/llm-stats-bigcodebench/)[https://benchmark-radar.org/benchmarks/llm-stats-bigcodebench-full/](https://benchmark-radar.org/benchmarks/llm-stats-bigcodebench-full/)[https://benchmark-radar.org/benchmarks/llm-stats-bigcodebench-hard/](https://benchmark-radar.org/benchmarks/llm-stats-bigcodebench-hard/)[https://benchmark-radar.org/benchmarks/llm-stats-biolp-bench/](https://benchmark-radar.org/benchmarks/llm-stats-biolp-bench/)[https://benchmark-radar.org/benchmarks/llm-stats-biomysterybench/](https://benchmark-radar.org/benchmarks/llm-stats-biomysterybench/)[https://benchmark-radar.org/benchmarks/llm-stats-bird-sql-dev/](https://benchmark-radar.org/benchmarks/llm-stats-bird-sql-dev/)[https://benchmark-radar.org/benchmarks/llm-stats-bixbench/](https://benchmark-radar.org/benchmarks/llm-stats-bixbench/)[https://benchmark-radar.org/benchmarks/llm-stats-blink/](https://benchmark-radar.org/benchmarks/llm-stats-blink/)[https://benchmark-radar.org/benchmarks/llm-stats-blueprint-bench-2/](https://benchmark-radar.org/benchmarks/llm-stats-blueprint-bench-2/)[https://benchmark-radar.org/benchmarks/llm-stats-boolq/](https://benchmark-radar.org/benchmarks/llm-stats-boolq/)[https://benchmark-radar.org/benchmarks/llm-stats-browsecomp/](https://benchmark-radar.org/benchmarks/llm-stats-browsecomp/)[https://benchmark-radar.org/benchmarks/llm-stats-browsecomp-long-128k/](https://benchmark-radar.org/benchmarks/llm-stats-browsecomp-long-128k/)[https://benchmark-radar.org/benchmarks/llm-stats-browsecomp-long-256k/](https://benchmark-radar.org/benchmarks/llm-stats-browsecomp-long-256k/)[https://benchmark-radar.org/benchmarks/llm-stats-browsecomp-vl/](https://benchmark-radar.org/benchmarks/llm-stats-browsecomp-vl/)[https://benchmark-radar.org/benchmarks/llm-stats-browsecomp-zh/](https://benchmark-radar.org/benchmarks/llm-stats-browsecomp-zh/)[https://benchmark-radar.org/benchmarks/llm-stats-c-eval/](https://benchmark-radar.org/benchmarks/llm-stats-c-eval/)[https://benchmark-radar.org/benchmarks/llm-stats-capture-the-flag-challenges/](https://benchmark-radar.org/benchmarks/llm-stats-capture-the-flag-challenges/)[https://benchmark-radar.org/benchmarks/llm-stats-cbnsl/](https://benchmark-radar.org/benchmarks/llm-stats-cbnsl/)[https://benchmark-radar.org/benchmarks/llm-stats-cc-bench-v2-backend/](https://benchmark-radar.org/benchmarks/llm-stats-cc-bench-v2-backend/)[https://benchmark-radar.org/benchmarks/llm-stats-cc-bench-v2-frontend/](https://benchmark-radar.org/benchmarks/llm-stats-cc-bench-v2-frontend/)[https://benchmark-radar.org/benchmarks/llm-stats-cc-bench-v2-repo/](https://benchmark-radar.org/benchmarks/llm-stats-cc-bench-v2-repo/)[https://benchmark-radar.org/benchmarks/llm-stats-cc-ocr/](https://benchmark-radar.org/benchmarks/llm-stats-cc-ocr/)[https://benchmark-radar.org/benchmarks/llm-stats-cfeval/](https://benchmark-radar.org/benchmarks/llm-stats-cfeval/)[https://benchmark-radar.org/benchmarks/llm-stats-charadessta/](https://benchmark-radar.org/benchmarks/llm-stats-charadessta/)[https://benchmark-radar.org/benchmarks/llm-stats-chartmuseum/](https://benchmark-radar.org/benchmarks/llm-stats-chartmuseum/)[https://benchmark-radar.org/benchmarks/llm-stats-chartqa/](https://benchmark-radar.org/benchmarks/llm-stats-chartqa/)[https://benchmark-radar.org/benchmarks/llm-stats-chartqapro/](https://benchmark-radar.org/benchmarks/llm-stats-chartqapro/)[https://benchmark-radar.org/benchmarks/llm-stats-charxiv-d/](https://benchmark-radar.org/benchmarks/llm-stats-charxiv-d/)[https://benchmark-radar.org/benchmarks/llm-stats-charxiv-r/](https://benchmark-radar.org/benchmarks/llm-stats-charxiv-r/)[https://benchmark-radar.org/benchmarks/llm-stats-chexpert-cxr/](https://benchmark-radar.org/benchmarks/llm-stats-chexpert-cxr/)[https://benchmark-radar.org/benchmarks/llm-stats-ci-memories-coverage/](https://benchmark-radar.org/benchmarks/llm-stats-ci-memories-coverage/)[https://benchmark-radar.org/benchmarks/llm-stats-ci-memories-violation/](https://benchmark-radar.org/benchmarks/llm-stats-ci-memories-violation/)[https://benchmark-radar.org/benchmarks/llm-stats-cl-bench/](https://benchmark-radar.org/benchmarks/llm-stats-cl-bench/)[https://benchmark-radar.org/benchmarks/llm-stats-cl-bench-life/](https://benchmark-radar.org/benchmarks/llm-stats-cl-bench-life/)[https://benchmark-radar.org/benchmarks/llm-stats-claw-eval/](https://benchmark-radar.org/benchmarks/llm-stats-claw-eval/)[https://benchmark-radar.org/benchmarks/llm-stats-claw-eval-mm/](https://benchmark-radar.org/benchmarks/llm-stats-claw-eval-mm/)[https://benchmark-radar.org/benchmarks/llm-stats-cloningscenarios/](https://benchmark-radar.org/benchmarks/llm-stats-cloningscenarios/)[https://benchmark-radar.org/benchmarks/llm-stats-cluewsc/](https://benchmark-radar.org/benchmarks/llm-stats-cluewsc/)[https://benchmark-radar.org/benchmarks/llm-stats-cmmlu/](https://benchmark-radar.org/benchmarks/llm-stats-cmmlu/)[https://benchmark-radar.org/benchmarks/llm-stats-cmt-benchmark/](https://benchmark-radar.org/benchmarks/llm-stats-cmt-benchmark/)[https://benchmark-radar.org/benchmarks/llm-stats-cnmo-2024/](https://benchmark-radar.org/benchmarks/llm-stats-cnmo-2024/)[https://benchmark-radar.org/benchmarks/llm-stats-codeforces/](https://benchmark-radar.org/benchmarks/llm-stats-codeforces/)[https://benchmark-radar.org/benchmarks/llm-stats-codegolf-v2-2/](https://benchmark-radar.org/benchmarks/llm-stats-codegolf-v2-2/)[https://benchmark-radar.org/benchmarks/llm-stats-cohere-agentic-question-answering/](https://benchmark-radar.org/benchmarks/llm-stats-cohere-agentic-question-answering/)[https://benchmark-radar.org/benchmarks/llm-stats-cohere-data-analysis/](https://benchmark-radar.org/benchmarks/llm-stats-cohere-data-analysis/)[https://benchmark-radar.org/benchmarks/llm-stats-cohere-memory-usage-quality/](https://benchmark-radar.org/benchmarks/llm-stats-cohere-memory-usage-quality/)[https://benchmark-radar.org/benchmarks/llm-stats-collie/](https://benchmark-radar.org/benchmarks/llm-stats-collie/)[https://benchmark-radar.org/benchmarks/llm-stats-common-voice-15/](https://benchmark-radar.org/benchmarks/llm-stats-common-voice-15/)[https://benchmark-radar.org/benchmarks/llm-stats-commonsenseqa/](https://benchmark-radar.org/benchmarks/llm-stats-commonsenseqa/)[https://benchmark-radar.org/benchmarks/llm-stats-community-07c9946d-dcf0-4977-a640-a6b1356b4f0b/](https://benchmark-radar.org/benchmarks/llm-stats-community-07c9946d-dcf0-4977-a640-a6b1356b4f0b/)[https://benchmark-radar.org/benchmarks/llm-stats-community-2256e9c9-b256-4444-b639-7cc3b1855d96/](https://benchmark-radar.org/benchmarks/llm-stats-community-2256e9c9-b256-4444-b639-7cc3b1855d96/)[https://benchmark-radar.org/benchmarks/llm-stats-community-5f95f778-c521-43fa-b80e-6a55465601e3/](https://benchmark-radar.org/benchmarks/llm-stats-community-5f95f778-c521-43fa-b80e-6a55465601e3/)[https://benchmark-radar.org/benchmarks/llm-stats-community-64d67847-06bd-423a-923c-c2acfab82281/](https://benchmark-radar.org/benchmarks/llm-stats-community-64d67847-06bd-423a-923c-c2acfab82281/)[https://benchmark-radar.org/benchmarks/llm-stats-community-ed90e889-4678-4fbd-98ab-0e654f4bf35e/](https://benchmark-radar.org/benchmarks/llm-stats-community-ed90e889-4678-4fbd-98ab-0e654f4bf35e/)[https://benchmark-radar.org/benchmarks/llm-stats-community-fd462fc2-283c-4967-bd7d-b39d7c661807/](https://benchmark-radar.org/benchmarks/llm-stats-community-fd462fc2-283c-4967-bd7d-b39d7c661807/)[https://benchmark-radar.org/benchmarks/llm-stats-complexfuncbench/](https://benchmark-radar.org/benchmarks/llm-stats-complexfuncbench/)[https://benchmark-radar.org/benchmarks/llm-stats-contphy/](https://benchmark-radar.org/benchmarks/llm-stats-contphy/)[https://benchmark-radar.org/benchmarks/llm-stats-corpusqa/](https://benchmark-radar.org/benchmarks/llm-stats-corpusqa/)[https://benchmark-radar.org/benchmarks/llm-stats-corpusqa-1m/](https://benchmark-radar.org/benchmarks/llm-stats-corpusqa-1m/)[https://benchmark-radar.org/benchmarks/llm-stats-countbench/](https://benchmark-radar.org/benchmarks/llm-stats-countbench/)[https://benchmark-radar.org/benchmarks/llm-stats-countqa/](https://benchmark-radar.org/benchmarks/llm-stats-countqa/)[https://benchmark-radar.org/benchmarks/llm-stats-covost2/](https://benchmark-radar.org/benchmarks/llm-stats-covost2/)[https://benchmark-radar.org/benchmarks/llm-stats-covost2-en-zh/](https://benchmark-radar.org/benchmarks/llm-stats-covost2-en-zh/)[https://benchmark-radar.org/benchmarks/llm-stats-coworkbench/](https://benchmark-radar.org/benchmarks/llm-stats-coworkbench/)[https://benchmark-radar.org/benchmarks/llm-stats-crag/](https://benchmark-radar.org/benchmarks/llm-stats-crag/)[https://benchmark-radar.org/benchmarks/llm-stats-creative-writing-v3/](https://benchmark-radar.org/benchmarks/llm-stats-creative-writing-v3/)[https://benchmark-radar.org/benchmarks/llm-stats-creativework/](https://benchmark-radar.org/benchmarks/llm-stats-creativework/)[https://benchmark-radar.org/benchmarks/llm-stats-critpt/](https://benchmark-radar.org/benchmarks/llm-stats-critpt/)[https://benchmark-radar.org/benchmarks/llm-stats-crossvid/](https://benchmark-radar.org/benchmarks/llm-stats-crossvid/)[https://benchmark-radar.org/benchmarks/llm-stats-crperelation/](https://benchmark-radar.org/benchmarks/llm-stats-crperelation/)[https://benchmark-radar.org/benchmarks/llm-stats-crux-o/](https://benchmark-radar.org/benchmarks/llm-stats-crux-o/)[https://benchmark-radar.org/benchmarks/llm-stats-cruxeval-input-cot/](https://benchmark-radar.org/benchmarks/llm-stats-cruxeval-input-cot/)[https://benchmark-radar.org/benchmarks/llm-stats-cruxeval-o/](https://benchmark-radar.org/benchmarks/llm-stats-cruxeval-o/)[https://benchmark-radar.org/benchmarks/llm-stats-cruxeval-output-cot/](https://benchmark-radar.org/benchmarks/llm-stats-cruxeval-output-cot/)[https://benchmark-radar.org/benchmarks/llm-stats-csimpleqa/](https://benchmark-radar.org/benchmarks/llm-stats-csimpleqa/)[https://benchmark-radar.org/benchmarks/llm-stats-cursorbench-3-2/](https://benchmark-radar.org/benchmarks/llm-stats-cursorbench-3-2/)[https://benchmark-radar.org/benchmarks/llm-stats-cvtg-2k/](https://benchmark-radar.org/benchmarks/llm-stats-cvtg-2k/)[https://benchmark-radar.org/benchmarks/llm-stats-cybench/](https://benchmark-radar.org/benchmarks/llm-stats-cybench/)[https://benchmark-radar.org/benchmarks/llm-stats-cybergym/](https://benchmark-radar.org/benchmarks/llm-stats-cybergym/)[https://benchmark-radar.org/benchmarks/llm-stats-cyberseceval-4/](https://benchmark-radar.org/benchmarks/llm-stats-cyberseceval-4/)[https://benchmark-radar.org/benchmarks/llm-stats-cybersecurity-ctfs/](https://benchmark-radar.org/benchmarks/llm-stats-cybersecurity-ctfs/)[https://benchmark-radar.org/benchmarks/llm-stats-dailyomni/](https://benchmark-radar.org/benchmarks/llm-stats-dailyomni/)[https://benchmark-radar.org/benchmarks/llm-stats-deck-bench/](https://benchmark-radar.org/benchmarks/llm-stats-deck-bench/)[https://benchmark-radar.org/benchmarks/llm-stats-deep-planning/](https://benchmark-radar.org/benchmarks/llm-stats-deep-planning/)[https://benchmark-radar.org/benchmarks/llm-stats-deepsearchqa/](https://benchmark-radar.org/benchmarks/llm-stats-deepsearchqa/)[https://benchmark-radar.org/benchmarks/llm-stats-deepswe/](https://benchmark-radar.org/benchmarks/llm-stats-deepswe/)[https://benchmark-radar.org/benchmarks/llm-stats-deepswe-1-0/](https://benchmark-radar.org/benchmarks/llm-stats-deepswe-1-0/)[https://benchmark-radar.org/benchmarks/llm-stats-deepswe-1-1/](https://benchmark-radar.org/benchmarks/llm-stats-deepswe-1-1/)[https://benchmark-radar.org/benchmarks/llm-stats-dermmcqa/](https://benchmark-radar.org/benchmarks/llm-stats-dermmcqa/)[https://benchmark-radar.org/benchmarks/llm-stats-design2code/](https://benchmark-radar.org/benchmarks/llm-stats-design2code/)[https://benchmark-radar.org/benchmarks/llm-stats-docvqa/](https://benchmark-radar.org/benchmarks/llm-stats-docvqa/)[https://benchmark-radar.org/benchmarks/llm-stats-docvqatest/](https://benchmark-radar.org/benchmarks/llm-stats-docvqatest/)[https://benchmark-radar.org/benchmarks/llm-stats-doubao-multi-turn-bench/](https://benchmark-radar.org/benchmarks/llm-stats-doubao-multi-turn-bench/)[https://benchmark-radar.org/benchmarks/llm-stats-draco/](https://benchmark-radar.org/benchmarks/llm-stats-draco/)[https://benchmark-radar.org/benchmarks/llm-stats-drop/](https://benchmark-radar.org/benchmarks/llm-stats-drop/)[https://benchmark-radar.org/benchmarks/llm-stats-ds-arena-code/](https://benchmark-radar.org/benchmarks/llm-stats-ds-arena-code/)[https://benchmark-radar.org/benchmarks/llm-stats-ds-fim-eval/](https://benchmark-radar.org/benchmarks/llm-stats-ds-fim-eval/)[https://benchmark-radar.org/benchmarks/llm-stats-dsbench-fullstack/](https://benchmark-radar.org/benchmarks/llm-stats-dsbench-fullstack/)[https://benchmark-radar.org/benchmarks/llm-stats-dsbench-hard/](https://benchmark-radar.org/benchmarks/llm-stats-dsbench-hard/)[https://benchmark-radar.org/benchmarks/llm-stats-dude/](https://benchmark-radar.org/benchmarks/llm-stats-dude/)[https://benchmark-radar.org/benchmarks/llm-stats-dynamath/](https://benchmark-radar.org/benchmarks/llm-stats-dynamath/)[https://benchmark-radar.org/benchmarks/llm-stats-eclektic/](https://benchmark-radar.org/benchmarks/llm-stats-eclektic/)[https://benchmark-radar.org/benchmarks/llm-stats-egoschema/](https://benchmark-radar.org/benchmarks/llm-stats-egoschema/)[https://benchmark-radar.org/benchmarks/llm-stats-embspatialbench/](https://benchmark-radar.org/benchmarks/llm-stats-embspatialbench/)[https://benchmark-radar.org/benchmarks/llm-stats-emma/](https://benchmark-radar.org/benchmarks/llm-stats-emma/)[https://benchmark-radar.org/benchmarks/llm-stats-eq-bench/](https://benchmark-radar.org/benchmarks/llm-stats-eq-bench/)[https://benchmark-radar.org/benchmarks/llm-stats-erqa/](https://benchmark-radar.org/benchmarks/llm-stats-erqa/)[https://benchmark-radar.org/benchmarks/llm-stats-evalplus/](https://benchmark-radar.org/benchmarks/llm-stats-evalplus/)[https://benchmark-radar.org/benchmarks/llm-stats-exploitbench/](https://benchmark-radar.org/benchmarks/llm-stats-exploitbench/)[https://benchmark-radar.org/benchmarks/llm-stats-exploitgym/](https://benchmark-radar.org/benchmarks/llm-stats-exploitgym/)[https://benchmark-radar.org/benchmarks/llm-stats-facts-grounding/](https://benchmark-radar.org/benchmarks/llm-stats-facts-grounding/)[https://benchmark-radar.org/benchmarks/llm-stats-factscore/](https://benchmark-radar.org/benchmarks/llm-stats-factscore/)[https://benchmark-radar.org/benchmarks/llm-stats-figqa/](https://benchmark-radar.org/benchmarks/llm-stats-figqa/)[https://benchmark-radar.org/benchmarks/llm-stats-finance-agent/](https://benchmark-radar.org/benchmarks/llm-stats-finance-agent/)[https://benchmark-radar.org/benchmarks/llm-stats-finance-agent-v1-1/](https://benchmark-radar.org/benchmarks/llm-stats-finance-agent-v1-1/)[https://benchmark-radar.org/benchmarks/llm-stats-finance-agent-v2/](https://benchmark-radar.org/benchmarks/llm-stats-finance-agent-v2/)[https://benchmark-radar.org/benchmarks/llm-stats-finqa/](https://benchmark-radar.org/benchmarks/llm-stats-finqa/)[https://benchmark-radar.org/benchmarks/llm-stats-finsearchcomp-t2-t3/](https://benchmark-radar.org/benchmarks/llm-stats-finsearchcomp-t2-t3/)[https://benchmark-radar.org/benchmarks/llm-stats-finsearchcomp-t3/](https://benchmark-radar.org/benchmarks/llm-stats-finsearchcomp-t3/)[https://benchmark-radar.org/benchmarks/llm-stats-flame-vlm-code/](https://benchmark-radar.org/benchmarks/llm-stats-flame-vlm-code/)[https://benchmark-radar.org/benchmarks/llm-stats-flenqa/](https://benchmark-radar.org/benchmarks/llm-stats-flenqa/)[https://benchmark-radar.org/benchmarks/llm-stats-fleurs/](https://benchmark-radar.org/benchmarks/llm-stats-fleurs/)[https://benchmark-radar.org/benchmarks/llm-stats-frames/](https://benchmark-radar.org/benchmarks/llm-stats-frames/)[https://benchmark-radar.org/benchmarks/llm-stats-french-mmlu/](https://benchmark-radar.org/benchmarks/llm-stats-french-mmlu/)[https://benchmark-radar.org/benchmarks/llm-stats-frontier-bench-v0-1/](https://benchmark-radar.org/benchmarks/llm-stats-frontier-bench-v0-1/)[https://benchmark-radar.org/benchmarks/llm-stats-frontier-science/](https://benchmark-radar.org/benchmarks/llm-stats-frontier-science/)[https://benchmark-radar.org/benchmarks/llm-stats-frontier-swe-impl/](https://benchmark-radar.org/benchmarks/llm-stats-frontier-swe-impl/)[https://benchmark-radar.org/benchmarks/llm-stats-frontiercode/](https://benchmark-radar.org/benchmarks/llm-stats-frontiercode/)[https://benchmark-radar.org/benchmarks/llm-stats-frontiercode-1-1/](https://benchmark-radar.org/benchmarks/llm-stats-frontiercode-1-1/)[https://benchmark-radar.org/benchmarks/llm-stats-frontiercs/](https://benchmark-radar.org/benchmarks/llm-stats-frontiercs/)[https://benchmark-radar.org/benchmarks/llm-stats-frontiermath/](https://benchmark-radar.org/benchmarks/llm-stats-frontiermath/)[https://benchmark-radar.org/benchmarks/llm-stats-frontiermath-tier-4-v2/](https://benchmark-radar.org/benchmarks/llm-stats-frontiermath-tier-4-v2/)[https://benchmark-radar.org/benchmarks/llm-stats-frontierscience-olympiad/](https://benchmark-radar.org/benchmarks/llm-stats-frontierscience-olympiad/)[https://benchmark-radar.org/benchmarks/llm-stats-frontierscience-research/](https://benchmark-radar.org/benchmarks/llm-stats-frontierscience-research/)[https://benchmark-radar.org/benchmarks/llm-stats-frontierswe/](https://benchmark-radar.org/benchmarks/llm-stats-frontierswe/)[https://benchmark-radar.org/benchmarks/llm-stats-fullstackbench-en/](https://benchmark-radar.org/benchmarks/llm-stats-fullstackbench-en/)[https://benchmark-radar.org/benchmarks/llm-stats-fullstackbench-zh/](https://benchmark-radar.org/benchmarks/llm-stats-fullstackbench-zh/)[https://benchmark-radar.org/benchmarks/llm-stats-functionalmath/](https://benchmark-radar.org/benchmarks/llm-stats-functionalmath/)[https://benchmark-radar.org/benchmarks/llm-stats-gaia2/](https://benchmark-radar.org/benchmarks/llm-stats-gaia2/)[https://benchmark-radar.org/benchmarks/llm-stats-gameworld/](https://benchmark-radar.org/benchmarks/llm-stats-gameworld/)[https://benchmark-radar.org/benchmarks/llm-stats-gdp-pdf/](https://benchmark-radar.org/benchmarks/llm-stats-gdp-pdf/)[https://benchmark-radar.org/benchmarks/llm-stats-gdpval/](https://benchmark-radar.org/benchmarks/llm-stats-gdpval/)[https://benchmark-radar.org/benchmarks/llm-stats-gdpval-aa/](https://benchmark-radar.org/benchmarks/llm-stats-gdpval-aa/)[https://benchmark-radar.org/benchmarks/llm-stats-gdpval-mm/](https://benchmark-radar.org/benchmarks/llm-stats-gdpval-mm/)[https://benchmark-radar.org/benchmarks/llm-stats-gdpval-rubrics/](https://benchmark-radar.org/benchmarks/llm-stats-gdpval-rubrics/)[https://benchmark-radar.org/benchmarks/llm-stats-genebench/](https://benchmark-radar.org/benchmarks/llm-stats-genebench/)[https://benchmark-radar.org/benchmarks/llm-stats-genebench-pro/](https://benchmark-radar.org/benchmarks/llm-stats-genebench-pro/)[https://benchmark-radar.org/benchmarks/llm-stats-giantsteps-tempo/](https://benchmark-radar.org/benchmarks/llm-stats-giantsteps-tempo/)[https://benchmark-radar.org/benchmarks/llm-stats-global-mmlu/](https://benchmark-radar.org/benchmarks/llm-stats-global-mmlu/)[https://benchmark-radar.org/benchmarks/llm-stats-global-mmlu-lite/](https://benchmark-radar.org/benchmarks/llm-stats-global-mmlu-lite/)[https://benchmark-radar.org/benchmarks/llm-stats-global-piqa/](https://benchmark-radar.org/benchmarks/llm-stats-global-piqa/)[https://benchmark-radar.org/benchmarks/llm-stats-gorilla-benchmark-api-bench/](https://benchmark-radar.org/benchmarks/llm-stats-gorilla-benchmark-api-bench/)[https://benchmark-radar.org/benchmarks/llm-stats-govreport/](https://benchmark-radar.org/benchmarks/llm-stats-govreport/)[https://benchmark-radar.org/benchmarks/llm-stats-gpqa/](https://benchmark-radar.org/benchmarks/llm-stats-gpqa/)[https://benchmark-radar.org/benchmarks/llm-stats-gpqa-biology/](https://benchmark-radar.org/benchmarks/llm-stats-gpqa-biology/)[https://benchmark-radar.org/benchmarks/llm-stats-gpqa-chemistry/](https://benchmark-radar.org/benchmarks/llm-stats-gpqa-chemistry/)[https://benchmark-radar.org/benchmarks/llm-stats-gpqa-physics/](https://benchmark-radar.org/benchmarks/llm-stats-gpqa-physics/)[https://benchmark-radar.org/benchmarks/llm-stats-graphwalks/](https://benchmark-radar.org/benchmarks/llm-stats-graphwalks/)[https://benchmark-radar.org/benchmarks/llm-stats-graphwalks-bfs-1m/](https://benchmark-radar.org/benchmarks/llm-stats-graphwalks-bfs-1m/)[https://benchmark-radar.org/benchmarks/llm-stats-graphwalks-bfs-128k/](https://benchmark-radar.org/benchmarks/llm-stats-graphwalks-bfs-128k/)[https://benchmark-radar.org/benchmarks/llm-stats-graphwalks-bfs-128k-2/](https://benchmark-radar.org/benchmarks/llm-stats-graphwalks-bfs-128k-2/)[https://benchmark-radar.org/benchmarks/llm-stats-graphwalks-parents-128k/](https://benchmark-radar.org/benchmarks/llm-stats-graphwalks-parents-128k/)[https://benchmark-radar.org/benchmarks/llm-stats-graphwalks-parents-128k-2/](https://benchmark-radar.org/benchmarks/llm-stats-graphwalks-parents-128k-2/)[https://benchmark-radar.org/benchmarks/llm-stats-groundui-1k/](https://benchmark-radar.org/benchmarks/llm-stats-groundui-1k/)[https://benchmark-radar.org/benchmarks/llm-stats-gsm-8k-cot/](https://benchmark-radar.org/benchmarks/llm-stats-gsm-8k-cot/)[https://benchmark-radar.org/benchmarks/llm-stats-gsm8k/](https://benchmark-radar.org/benchmarks/llm-stats-gsm8k/)[https://benchmark-radar.org/benchmarks/llm-stats-gsm8k-chat/](https://benchmark-radar.org/benchmarks/llm-stats-gsm8k-chat/)[https://benchmark-radar.org/benchmarks/llm-stats-hallusion-bench/](https://benchmark-radar.org/benchmarks/llm-stats-hallusion-bench/)[https://benchmark-radar.org/benchmarks/llm-stats-harvey-lab/](https://benchmark-radar.org/benchmarks/llm-stats-harvey-lab/)[https://benchmark-radar.org/benchmarks/llm-stats-harvey-lab-aa/](https://benchmark-radar.org/benchmarks/llm-stats-harvey-lab-aa/)[https://benchmark-radar.org/benchmarks/llm-stats-healthbench/](https://benchmark-radar.org/benchmarks/llm-stats-healthbench/)[https://benchmark-radar.org/benchmarks/llm-stats-healthbench-consensus/](https://benchmark-radar.org/benchmarks/llm-stats-healthbench-consensus/)[https://benchmark-radar.org/benchmarks/llm-stats-healthbench-hard/](https://benchmark-radar.org/benchmarks/llm-stats-healthbench-hard/)[https://benchmark-radar.org/benchmarks/llm-stats-healthbench-professional/](https://benchmark-radar.org/benchmarks/llm-stats-healthbench-professional/)[https://benchmark-radar.org/benchmarks/llm-stats-hellaswag/](https://benchmark-radar.org/benchmarks/llm-stats-hellaswag/)[https://benchmark-radar.org/benchmarks/llm-stats-hiddenmath/](https://benchmark-radar.org/benchmarks/llm-stats-hiddenmath/)[https://benchmark-radar.org/benchmarks/llm-stats-hipho/](https://benchmark-radar.org/benchmarks/llm-stats-hipho/)[https://benchmark-radar.org/benchmarks/llm-stats-hle-verified/](https://benchmark-radar.org/benchmarks/llm-stats-hle-verified/)[https://benchmark-radar.org/benchmarks/llm-stats-hmmt-2025/](https://benchmark-radar.org/benchmarks/llm-stats-hmmt-2025/)[https://benchmark-radar.org/benchmarks/llm-stats-hmmt-feb-26/](https://benchmark-radar.org/benchmarks/llm-stats-hmmt-feb-26/)[https://benchmark-radar.org/benchmarks/llm-stats-hmmt25/](https://benchmark-radar.org/benchmarks/llm-stats-hmmt25/)[https://benchmark-radar.org/benchmarks/llm-stats-horizonmath/](https://benchmark-radar.org/benchmarks/llm-stats-horizonmath/)[https://benchmark-radar.org/benchmarks/llm-stats-hr-bench-4k/](https://benchmark-radar.org/benchmarks/llm-stats-hr-bench-4k/)[https://benchmark-radar.org/benchmarks/llm-stats-humaneval/](https://benchmark-radar.org/benchmarks/llm-stats-humaneval/)[https://benchmark-radar.org/benchmarks/llm-stats-humaneval-2/](https://benchmark-radar.org/benchmarks/llm-stats-humaneval-2/)[https://benchmark-radar.org/benchmarks/llm-stats-humaneval-average/](https://benchmark-radar.org/benchmarks/llm-stats-humaneval-average/)[https://benchmark-radar.org/benchmarks/llm-stats-humaneval-er/](https://benchmark-radar.org/benchmarks/llm-stats-humaneval-er/)[https://benchmark-radar.org/benchmarks/llm-stats-humaneval-mul/](https://benchmark-radar.org/benchmarks/llm-stats-humaneval-mul/)[https://benchmark-radar.org/benchmarks/llm-stats-humaneval-plus/](https://benchmark-radar.org/benchmarks/llm-stats-humaneval-plus/)[https://benchmark-radar.org/benchmarks/llm-stats-humanevalfim-average/](https://benchmark-radar.org/benchmarks/llm-stats-humanevalfim-average/)[https://benchmark-radar.org/benchmarks/llm-stats-humanity-s-last-exam/](https://benchmark-radar.org/benchmarks/llm-stats-humanity-s-last-exam/)[https://benchmark-radar.org/benchmarks/llm-stats-humanity-s-last-exam-no-tools-text-only/](https://benchmark-radar.org/benchmarks/llm-stats-humanity-s-last-exam-no-tools-text-only/)[https://benchmark-radar.org/benchmarks/llm-stats-humanity-s-last-exam-with-tools-text-only/](https://benchmark-radar.org/benchmarks/llm-stats-humanity-s-last-exam-with-tools-text-only/)[https://benchmark-radar.org/benchmarks/llm-stats-hypersim/](https://benchmark-radar.org/benchmarks/llm-stats-hypersim/)[https://benchmark-radar.org/benchmarks/llm-stats-if/](https://benchmark-radar.org/benchmarks/llm-stats-if/)[https://benchmark-radar.org/benchmarks/llm-stats-ifbench/](https://benchmark-radar.org/benchmarks/llm-stats-ifbench/)[https://benchmark-radar.org/benchmarks/llm-stats-ifeval/](https://benchmark-radar.org/benchmarks/llm-stats-ifeval/)[https://benchmark-radar.org/benchmarks/llm-stats-image2floorplan/](https://benchmark-radar.org/benchmarks/llm-stats-image2floorplan/)[https://benchmark-radar.org/benchmarks/llm-stats-imagemining/](https://benchmark-radar.org/benchmarks/llm-stats-imagemining/)[https://benchmark-radar.org/benchmarks/llm-stats-imo-2025/](https://benchmark-radar.org/benchmarks/llm-stats-imo-2025/)[https://benchmark-radar.org/benchmarks/llm-stats-imo-answerbench/](https://benchmark-radar.org/benchmarks/llm-stats-imo-answerbench/)[https://benchmark-radar.org/benchmarks/llm-stats-imoproof-adv/](https://benchmark-radar.org/benchmarks/llm-stats-imoproof-adv/)[https://benchmark-radar.org/benchmarks/llm-stats-include/](https://benchmark-radar.org/benchmarks/llm-stats-include/)[https://benchmark-radar.org/benchmarks/llm-stats-infinitebench-en-mc/](https://benchmark-radar.org/benchmarks/llm-stats-infinitebench-en-mc/)[https://benchmark-radar.org/benchmarks/llm-stats-infinitebench-en-qa/](https://benchmark-radar.org/benchmarks/llm-stats-infinitebench-en-qa/)[https://benchmark-radar.org/benchmarks/llm-stats-infographicsqa/](https://benchmark-radar.org/benchmarks/llm-stats-infographicsqa/)[https://benchmark-radar.org/benchmarks/llm-stats-infovqa/](https://benchmark-radar.org/benchmarks/llm-stats-infovqa/)[https://benchmark-radar.org/benchmarks/llm-stats-infovqatest/](https://benchmark-radar.org/benchmarks/llm-stats-infovqatest/)[https://benchmark-radar.org/benchmarks/llm-stats-instruct-humaneval/](https://benchmark-radar.org/benchmarks/llm-stats-instruct-humaneval/)[https://benchmark-radar.org/benchmarks/llm-stats-intergps/](https://benchmark-radar.org/benchmarks/llm-stats-intergps/)[https://benchmark-radar.org/benchmarks/llm-stats-internal-api-instruction-following-hard/](https://benchmark-radar.org/benchmarks/llm-stats-internal-api-instruction-following-hard/)[https://benchmark-radar.org/benchmarks/llm-stats-internal-research-debugging-evaluation/](https://benchmark-radar.org/benchmarks/llm-stats-internal-research-debugging-evaluation/)[https://benchmark-radar.org/benchmarks/llm-stats-ipho-2025/](https://benchmark-radar.org/benchmarks/llm-stats-ipho-2025/)[https://benchmark-radar.org/benchmarks/llm-stats-job-bench/](https://benchmark-radar.org/benchmarks/llm-stats-job-bench/)[https://benchmark-radar.org/benchmarks/llm-stats-kernel-bench-l3/](https://benchmark-radar.org/benchmarks/llm-stats-kernel-bench-l3/)[https://benchmark-radar.org/benchmarks/llm-stats-kernelbench-hard/](https://benchmark-radar.org/benchmarks/llm-stats-kernelbench-hard/)[https://benchmark-radar.org/benchmarks/llm-stats-kernelgen-1p/](https://benchmark-radar.org/benchmarks/llm-stats-kernelgen-1p/)[https://benchmark-radar.org/benchmarks/llm-stats-kimi-claw-24-7-bench/](https://benchmark-radar.org/benchmarks/llm-stats-kimi-claw-24-7-bench/)[https://benchmark-radar.org/benchmarks/llm-stats-kimi-code-bench-v2/](https://benchmark-radar.org/benchmarks/llm-stats-kimi-code-bench-v2/)[https://benchmark-radar.org/benchmarks/llm-stats-kina/](https://benchmark-radar.org/benchmarks/llm-stats-kina/)[https://benchmark-radar.org/benchmarks/llm-stats-labbench2/](https://benchmark-radar.org/benchmarks/llm-stats-labbench2/)[https://benchmark-radar.org/benchmarks/llm-stats-lbpp-v2/](https://benchmark-radar.org/benchmarks/llm-stats-lbpp-v2/)[https://benchmark-radar.org/benchmarks/llm-stats-legal-agent-benchmark/](https://benchmark-radar.org/benchmarks/llm-stats-legal-agent-benchmark/)[https://benchmark-radar.org/benchmarks/llm-stats-lifescibench/](https://benchmark-radar.org/benchmarks/llm-stats-lifescibench/)[https://benchmark-radar.org/benchmarks/llm-stats-lingoqa/](https://benchmark-radar.org/benchmarks/llm-stats-lingoqa/)[https://benchmark-radar.org/benchmarks/llm-stats-livebench/](https://benchmark-radar.org/benchmarks/llm-stats-livebench/)[https://benchmark-radar.org/benchmarks/llm-stats-livebench-20241125/](https://benchmark-radar.org/benchmarks/llm-stats-livebench-20241125/)[https://benchmark-radar.org/benchmarks/llm-stats-livecodebench/](https://benchmark-radar.org/benchmarks/llm-stats-livecodebench/)[https://benchmark-radar.org/benchmarks/llm-stats-livecodebench-01-09/](https://benchmark-radar.org/benchmarks/llm-stats-livecodebench-01-09/)[https://benchmark-radar.org/benchmarks/llm-stats-livecodebench-pro/](https://benchmark-radar.org/benchmarks/llm-stats-livecodebench-pro/)[https://benchmark-radar.org/benchmarks/llm-stats-livecodebench-v5/](https://benchmark-radar.org/benchmarks/llm-stats-livecodebench-v5/)[https://benchmark-radar.org/benchmarks/llm-stats-livecodebench-v5-24-12-25-2/](https://benchmark-radar.org/benchmarks/llm-stats-livecodebench-v5-24-12-25-2/)[https://benchmark-radar.org/benchmarks/llm-stats-livecodebench-v6/](https://benchmark-radar.org/benchmarks/llm-stats-livecodebench-v6/)[https://benchmark-radar.org/benchmarks/llm-stats-livemathematicianbench/](https://benchmark-radar.org/benchmarks/llm-stats-livemathematicianbench/)[https://benchmark-radar.org/benchmarks/llm-stats-livesports-3k/](https://benchmark-radar.org/benchmarks/llm-stats-livesports-3k/)[https://benchmark-radar.org/benchmarks/llm-stats-livesqlbench/](https://benchmark-radar.org/benchmarks/llm-stats-livesqlbench/)[https://benchmark-radar.org/benchmarks/llm-stats-lmarena-text/](https://benchmark-radar.org/benchmarks/llm-stats-lmarena-text/)[https://benchmark-radar.org/benchmarks/llm-stats-loca-bench-256k/](https://benchmark-radar.org/benchmarks/llm-stats-loca-bench-256k/)[https://benchmark-radar.org/benchmarks/llm-stats-longbench-v2/](https://benchmark-radar.org/benchmarks/llm-stats-longbench-v2/)[https://benchmark-radar.org/benchmarks/llm-stats-longcodebench/](https://benchmark-radar.org/benchmarks/llm-stats-longcodebench/)[https://benchmark-radar.org/benchmarks/llm-stats-longfact/](https://benchmark-radar.org/benchmarks/llm-stats-longfact/)[https://benchmark-radar.org/benchmarks/llm-stats-longfact-concepts/](https://benchmark-radar.org/benchmarks/llm-stats-longfact-concepts/)[https://benchmark-radar.org/benchmarks/llm-stats-longfact-objects/](https://benchmark-radar.org/benchmarks/llm-stats-longfact-objects/)[https://benchmark-radar.org/benchmarks/llm-stats-longtext-bench/](https://benchmark-radar.org/benchmarks/llm-stats-longtext-bench/)[https://benchmark-radar.org/benchmarks/llm-stats-longvideobench/](https://benchmark-radar.org/benchmarks/llm-stats-longvideobench/)[https://benchmark-radar.org/benchmarks/llm-stats-lsat/](https://benchmark-radar.org/benchmarks/llm-stats-lsat/)[https://benchmark-radar.org/benchmarks/llm-stats-lvbench/](https://benchmark-radar.org/benchmarks/llm-stats-lvbench/)[https://benchmark-radar.org/benchmarks/llm-stats-management-consulting-tasks/](https://benchmark-radar.org/benchmarks/llm-stats-management-consulting-tasks/)[https://benchmark-radar.org/benchmarks/llm-stats-mask/](https://benchmark-radar.org/benchmarks/llm-stats-mask/)[https://benchmark-radar.org/benchmarks/llm-stats-math/](https://benchmark-radar.org/benchmarks/llm-stats-math/)[https://benchmark-radar.org/benchmarks/llm-stats-math-cot/](https://benchmark-radar.org/benchmarks/llm-stats-math-cot/)[https://benchmark-radar.org/benchmarks/llm-stats-math-500/](https://benchmark-radar.org/benchmarks/llm-stats-math-500/)[https://benchmark-radar.org/benchmarks/llm-stats-matharena-apex/](https://benchmark-radar.org/benchmarks/llm-stats-matharena-apex/)[https://benchmark-radar.org/benchmarks/llm-stats-mathverse/](https://benchmark-radar.org/benchmarks/llm-stats-mathverse/)[https://benchmark-radar.org/benchmarks/llm-stats-mathverse-mini/](https://benchmark-radar.org/benchmarks/llm-stats-mathverse-mini/)[https://benchmark-radar.org/benchmarks/llm-stats-mathvision/](https://benchmark-radar.org/benchmarks/llm-stats-mathvision/)[https://benchmark-radar.org/benchmarks/llm-stats-mathvista/](https://benchmark-radar.org/benchmarks/llm-stats-mathvista/)[https://benchmark-radar.org/benchmarks/llm-stats-mathvista-mini/](https://benchmark-radar.org/benchmarks/llm-stats-mathvista-mini/)[https://benchmark-radar.org/benchmarks/llm-stats-maverix/](https://benchmark-radar.org/benchmarks/llm-stats-maverix/)[https://benchmark-radar.org/benchmarks/llm-stats-maxife/](https://benchmark-radar.org/benchmarks/llm-stats-maxife/)[https://benchmark-radar.org/benchmarks/llm-stats-mbpp/](https://benchmark-radar.org/benchmarks/llm-stats-mbpp/)[https://benchmark-radar.org/benchmarks/llm-stats-mbpp-2/](https://benchmark-radar.org/benchmarks/llm-stats-mbpp-2/)[https://benchmark-radar.org/benchmarks/llm-stats-mbpp-base-version/](https://benchmark-radar.org/benchmarks/llm-stats-mbpp-base-version/)[https://benchmark-radar.org/benchmarks/llm-stats-mbpp-evalplus/](https://benchmark-radar.org/benchmarks/llm-stats-mbpp-evalplus/)[https://benchmark-radar.org/benchmarks/llm-stats-mbpp-evalplus-base/](https://benchmark-radar.org/benchmarks/llm-stats-mbpp-evalplus-base/)[https://benchmark-radar.org/benchmarks/llm-stats-mbpp-pass-1/](https://benchmark-radar.org/benchmarks/llm-stats-mbpp-pass-1/)[https://benchmark-radar.org/benchmarks/llm-stats-mbpp-plus/](https://benchmark-radar.org/benchmarks/llm-stats-mbpp-plus/)[https://benchmark-radar.org/benchmarks/llm-stats-mcp-atlas/](https://benchmark-radar.org/benchmarks/llm-stats-mcp-atlas/)[https://benchmark-radar.org/benchmarks/llm-stats-mcp-mark/](https://benchmark-radar.org/benchmarks/llm-stats-mcp-mark/)[https://benchmark-radar.org/benchmarks/llm-stats-mcp-universe/](https://benchmark-radar.org/benchmarks/llm-stats-mcp-universe/)[https://benchmark-radar.org/benchmarks/llm-stats-measurebench/](https://benchmark-radar.org/benchmarks/llm-stats-measurebench/)[https://benchmark-radar.org/benchmarks/llm-stats-medchembench/](https://benchmark-radar.org/benchmarks/llm-stats-medchembench/)[https://benchmark-radar.org/benchmarks/llm-stats-medxpertqa/](https://benchmark-radar.org/benchmarks/llm-stats-medxpertqa/)[https://benchmark-radar.org/benchmarks/llm-stats-medxpertqa-mm/](https://benchmark-radar.org/benchmarks/llm-stats-medxpertqa-mm/)[https://benchmark-radar.org/benchmarks/llm-stats-mega-mlqa/](https://benchmark-radar.org/benchmarks/llm-stats-mega-mlqa/)[https://benchmark-radar.org/benchmarks/llm-stats-mega-tydi-qa/](https://benchmark-radar.org/benchmarks/llm-stats-mega-tydi-qa/)[https://benchmark-radar.org/benchmarks/llm-stats-mega-udpos/](https://benchmark-radar.org/benchmarks/llm-stats-mega-udpos/)[https://benchmark-radar.org/benchmarks/llm-stats-mega-xcopa/](https://benchmark-radar.org/benchmarks/llm-stats-mega-xcopa/)[https://benchmark-radar.org/benchmarks/llm-stats-mega-xstorycloze/](https://benchmark-radar.org/benchmarks/llm-stats-mega-xstorycloze/)[https://benchmark-radar.org/benchmarks/llm-stats-meld/](https://benchmark-radar.org/benchmarks/llm-stats-meld/)[https://benchmark-radar.org/benchmarks/llm-stats-meta-internal-coding-bench/](https://benchmark-radar.org/benchmarks/llm-stats-meta-internal-coding-bench/)[https://benchmark-radar.org/benchmarks/llm-stats-mewc/](https://benchmark-radar.org/benchmarks/llm-stats-mewc/)[https://benchmark-radar.org/benchmarks/llm-stats-mgsm/](https://benchmark-radar.org/benchmarks/llm-stats-mgsm/)[https://benchmark-radar.org/benchmarks/llm-stats-miabench/](https://benchmark-radar.org/benchmarks/llm-stats-miabench/)[https://benchmark-radar.org/benchmarks/llm-stats-mimic-cxr/](https://benchmark-radar.org/benchmarks/llm-stats-mimic-cxr/)[https://benchmark-radar.org/benchmarks/llm-stats-mimo-coding-bench/](https://benchmark-radar.org/benchmarks/llm-stats-mimo-coding-bench/)[https://benchmark-radar.org/benchmarks/llm-stats-minerva/](https://benchmark-radar.org/benchmarks/llm-stats-minerva/)[https://benchmark-radar.org/benchmarks/llm-stats-mle-bench/](https://benchmark-radar.org/benchmarks/llm-stats-mle-bench/)[https://benchmark-radar.org/benchmarks/llm-stats-mle-bench-lite/](https://benchmark-radar.org/benchmarks/llm-stats-mle-bench-lite/)[https://benchmark-radar.org/benchmarks/llm-stats-mls-bench-lite/](https://benchmark-radar.org/benchmarks/llm-stats-mls-bench-lite/)[https://benchmark-radar.org/benchmarks/llm-stats-mlvu/](https://benchmark-radar.org/benchmarks/llm-stats-mlvu/)[https://benchmark-radar.org/benchmarks/llm-stats-mlvu-m/](https://benchmark-radar.org/benchmarks/llm-stats-mlvu-m/)[https://benchmark-radar.org/benchmarks/llm-stats-mm-browsercomp/](https://benchmark-radar.org/benchmarks/llm-stats-mm-browsercomp/)[https://benchmark-radar.org/benchmarks/llm-stats-mm-clawbench/](https://benchmark-radar.org/benchmarks/llm-stats-mm-clawbench/)[https://benchmark-radar.org/benchmarks/llm-stats-mm-if-eval/](https://benchmark-radar.org/benchmarks/llm-stats-mm-if-eval/)[https://benchmark-radar.org/benchmarks/llm-stats-mm-mind2web/](https://benchmark-radar.org/benchmarks/llm-stats-mm-mind2web/)[https://benchmark-radar.org/benchmarks/llm-stats-mm-mt-bench/](https://benchmark-radar.org/benchmarks/llm-stats-mm-mt-bench/)[https://benchmark-radar.org/benchmarks/llm-stats-mmau/](https://benchmark-radar.org/benchmarks/llm-stats-mmau/)[https://benchmark-radar.org/benchmarks/llm-stats-mmau-music/](https://benchmark-radar.org/benchmarks/llm-stats-mmau-music/)[https://benchmark-radar.org/benchmarks/llm-stats-mmau-sound/](https://benchmark-radar.org/benchmarks/llm-stats-mmau-sound/)[https://benchmark-radar.org/benchmarks/llm-stats-mmau-speech/](https://benchmark-radar.org/benchmarks/llm-stats-mmau-speech/)[https://benchmark-radar.org/benchmarks/llm-stats-mmbc/](https://benchmark-radar.org/benchmarks/llm-stats-mmbc/)[https://benchmark-radar.org/benchmarks/llm-stats-mmbench/](https://benchmark-radar.org/benchmarks/llm-stats-mmbench/)[https://benchmark-radar.org/benchmarks/llm-stats-mmbench-v1-1/](https://benchmark-radar.org/benchmarks/llm-stats-mmbench-v1-1/)[https://benchmark-radar.org/benchmarks/llm-stats-mmbench-video/](https://benchmark-radar.org/benchmarks/llm-stats-mmbench-video/)[https://benchmark-radar.org/benchmarks/llm-stats-mme/](https://benchmark-radar.org/benchmarks/llm-stats-mme/)[https://benchmark-radar.org/benchmarks/llm-stats-mme-realworld/](https://benchmark-radar.org/benchmarks/llm-stats-mme-realworld/)[https://benchmark-radar.org/benchmarks/llm-stats-mmlongbench-128k/](https://benchmark-radar.org/benchmarks/llm-stats-mmlongbench-128k/)[https://benchmark-radar.org/benchmarks/llm-stats-mmlongbench-doc/](https://benchmark-radar.org/benchmarks/llm-stats-mmlongbench-doc/)[https://benchmark-radar.org/benchmarks/llm-stats-mmlu/](https://benchmark-radar.org/benchmarks/llm-stats-mmlu/)[https://benchmark-radar.org/benchmarks/llm-stats-mmlu-cot/](https://benchmark-radar.org/benchmarks/llm-stats-mmlu-cot/)[https://benchmark-radar.org/benchmarks/llm-stats-mmlu-base/](https://benchmark-radar.org/benchmarks/llm-stats-mmlu-base/)[https://benchmark-radar.org/benchmarks/llm-stats-mmlu-chat/](https://benchmark-radar.org/benchmarks/llm-stats-mmlu-chat/)[https://benchmark-radar.org/benchmarks/llm-stats-mmlu-french/](https://benchmark-radar.org/benchmarks/llm-stats-mmlu-french/)[https://benchmark-radar.org/benchmarks/llm-stats-mmlu-pro/](https://benchmark-radar.org/benchmarks/llm-stats-mmlu-pro/)[https://benchmark-radar.org/benchmarks/llm-stats-mmlu-prox/](https://benchmark-radar.org/benchmarks/llm-stats-mmlu-prox/)[https://benchmark-radar.org/benchmarks/llm-stats-mmlu-redux/](https://benchmark-radar.org/benchmarks/llm-stats-mmlu-redux/)[https://benchmark-radar.org/benchmarks/llm-stats-mmlu-redux-2-0/](https://benchmark-radar.org/benchmarks/llm-stats-mmlu-redux-2-0/)[https://benchmark-radar.org/benchmarks/llm-stats-mmlu-stem/](https://benchmark-radar.org/benchmarks/llm-stats-mmlu-stem/)[https://benchmark-radar.org/benchmarks/llm-stats-mmmlu/](https://benchmark-radar.org/benchmarks/llm-stats-mmmlu/)[https://benchmark-radar.org/benchmarks/llm-stats-mmmu/](https://benchmark-radar.org/benchmarks/llm-stats-mmmu/)[https://benchmark-radar.org/benchmarks/llm-stats-mmmu-val/](https://benchmark-radar.org/benchmarks/llm-stats-mmmu-val/)[https://benchmark-radar.org/benchmarks/llm-stats-mmmu-validation/](https://benchmark-radar.org/benchmarks/llm-stats-mmmu-validation/)[https://benchmark-radar.org/benchmarks/llm-stats-mmmu-pro/](https://benchmark-radar.org/benchmarks/llm-stats-mmmu-pro/)[https://benchmark-radar.org/benchmarks/llm-stats-mmmu-pro-with-tools/](https://benchmark-radar.org/benchmarks/llm-stats-mmmu-pro-with-tools/)[https://benchmark-radar.org/benchmarks/llm-stats-mmmuval/](https://benchmark-radar.org/benchmarks/llm-stats-mmmuval/)[https://benchmark-radar.org/benchmarks/llm-stats-mmsearch/](https://benchmark-radar.org/benchmarks/llm-stats-mmsearch/)[https://benchmark-radar.org/benchmarks/llm-stats-mmsearch-plus/](https://benchmark-radar.org/benchmarks/llm-stats-mmsearch-plus/)[https://benchmark-radar.org/benchmarks/llm-stats-mmsibench/](https://benchmark-radar.org/benchmarks/llm-stats-mmsibench/)[https://benchmark-radar.org/benchmarks/llm-stats-mmstar/](https://benchmark-radar.org/benchmarks/llm-stats-mmstar/)[https://benchmark-radar.org/benchmarks/llm-stats-mmt-bench/](https://benchmark-radar.org/benchmarks/llm-stats-mmt-bench/)[https://benchmark-radar.org/benchmarks/llm-stats-mmvet/](https://benchmark-radar.org/benchmarks/llm-stats-mmvet/)[https://benchmark-radar.org/benchmarks/llm-stats-mmvetgpt4turbo/](https://benchmark-radar.org/benchmarks/llm-stats-mmvetgpt4turbo/)[https://benchmark-radar.org/benchmarks/llm-stats-mmvu/](https://benchmark-radar.org/benchmarks/llm-stats-mmvu/)[https://benchmark-radar.org/benchmarks/llm-stats-mobileminiwob-sr/](https://benchmark-radar.org/benchmarks/llm-stats-mobileminiwob-sr/)[https://benchmark-radar.org/benchmarks/llm-stats-mobileworld/](https://benchmark-radar.org/benchmarks/llm-stats-mobileworld/)[https://benchmark-radar.org/benchmarks/llm-stats-motionbench/](https://benchmark-radar.org/benchmarks/llm-stats-motionbench/)[https://benchmark-radar.org/benchmarks/llm-stats-mrcr/](https://benchmark-radar.org/benchmarks/llm-stats-mrcr/)[https://benchmark-radar.org/benchmarks/llm-stats-mrcr-128k-2-needle/](https://benchmark-radar.org/benchmarks/llm-stats-mrcr-128k-2-needle/)[https://benchmark-radar.org/benchmarks/llm-stats-mrcr-128k-4-needle/](https://benchmark-radar.org/benchmarks/llm-stats-mrcr-128k-4-needle/)[https://benchmark-radar.org/benchmarks/llm-stats-mrcr-128k-8-needle/](https://benchmark-radar.org/benchmarks/llm-stats-mrcr-128k-8-needle/)[https://benchmark-radar.org/benchmarks/llm-stats-mrcr-1m/](https://benchmark-radar.org/benchmarks/llm-stats-mrcr-1m/)[https://benchmark-radar.org/benchmarks/llm-stats-mrcr-1m-pointwise/](https://benchmark-radar.org/benchmarks/llm-stats-mrcr-1m-pointwise/)[https://benchmark-radar.org/benchmarks/llm-stats-mrcr-64k-2-needle/](https://benchmark-radar.org/benchmarks/llm-stats-mrcr-64k-2-needle/)[https://benchmark-radar.org/benchmarks/llm-stats-mrcr-64k-4-needle/](https://benchmark-radar.org/benchmarks/llm-stats-mrcr-64k-4-needle/)[https://benchmark-radar.org/benchmarks/llm-stats-mrcr-64k-8-needle/](https://benchmark-radar.org/benchmarks/llm-stats-mrcr-64k-8-needle/)[https://benchmark-radar.org/benchmarks/llm-stats-mrcr-v2/](https://benchmark-radar.org/benchmarks/llm-stats-mrcr-v2/)[https://benchmark-radar.org/benchmarks/llm-stats-mrcr-v2-8-needle/](https://benchmark-radar.org/benchmarks/llm-stats-mrcr-v2-8-needle/)[https://benchmark-radar.org/benchmarks/llm-stats-mrcr-v2-8-needle-512k-1m/](https://benchmark-radar.org/benchmarks/llm-stats-mrcr-v2-8-needle-512k-1m/)[https://benchmark-radar.org/benchmarks/llm-stats-msqa/](https://benchmark-radar.org/benchmarks/llm-stats-msqa/)[https://benchmark-radar.org/benchmarks/llm-stats-mt-aime-2025/](https://benchmark-radar.org/benchmarks/llm-stats-mt-aime-2025/)[https://benchmark-radar.org/benchmarks/llm-stats-mt-bench/](https://benchmark-radar.org/benchmarks/llm-stats-mt-bench/)[https://benchmark-radar.org/benchmarks/llm-stats-mtvqa/](https://benchmark-radar.org/benchmarks/llm-stats-mtvqa/)[https://benchmark-radar.org/benchmarks/llm-stats-muirbench/](https://benchmark-radar.org/benchmarks/llm-stats-muirbench/)[https://benchmark-radar.org/benchmarks/llm-stats-multi-if/](https://benchmark-radar.org/benchmarks/llm-stats-multi-if/)[https://benchmark-radar.org/benchmarks/llm-stats-multi-swe-bench/](https://benchmark-radar.org/benchmarks/llm-stats-multi-swe-bench/)[https://benchmark-radar.org/benchmarks/llm-stats-multichallenge/](https://benchmark-radar.org/benchmarks/llm-stats-multichallenge/)[https://benchmark-radar.org/benchmarks/llm-stats-multilf/](https://benchmark-radar.org/benchmarks/llm-stats-multilf/)[https://benchmark-radar.org/benchmarks/llm-stats-multilingual-mgsm-cot/](https://benchmark-radar.org/benchmarks/llm-stats-multilingual-mgsm-cot/)[https://benchmark-radar.org/benchmarks/llm-stats-multilingual-mmlu/](https://benchmark-radar.org/benchmarks/llm-stats-multilingual-mmlu/)[https://benchmark-radar.org/benchmarks/llm-stats-multipl-e/](https://benchmark-radar.org/benchmarks/llm-stats-multipl-e/)[https://benchmark-radar.org/benchmarks/llm-stats-multipl-e-humaneval/](https://benchmark-radar.org/benchmarks/llm-stats-multipl-e-humaneval/)[https://benchmark-radar.org/benchmarks/llm-stats-multipl-e-mbpp/](https://benchmark-radar.org/benchmarks/llm-stats-multipl-e-mbpp/)[https://benchmark-radar.org/benchmarks/llm-stats-musiccaps/](https://benchmark-radar.org/benchmarks/llm-stats-musiccaps/)[https://benchmark-radar.org/benchmarks/llm-stats-musr/](https://benchmark-radar.org/benchmarks/llm-stats-musr/)[https://benchmark-radar.org/benchmarks/llm-stats-mvbench/](https://benchmark-radar.org/benchmarks/llm-stats-mvbench/)[https://benchmark-radar.org/benchmarks/llm-stats-nanogpt/](https://benchmark-radar.org/benchmarks/llm-stats-nanogpt/)[https://benchmark-radar.org/benchmarks/llm-stats-natural-questions/](https://benchmark-radar.org/benchmarks/llm-stats-natural-questions/)[https://benchmark-radar.org/benchmarks/llm-stats-natural2code/](https://benchmark-radar.org/benchmarks/llm-stats-natural2code/)[https://benchmark-radar.org/benchmarks/llm-stats-nexus/](https://benchmark-radar.org/benchmarks/llm-stats-nexus/)[https://benchmark-radar.org/benchmarks/llm-stats-nih-multi-needle/](https://benchmark-radar.org/benchmarks/llm-stats-nih-multi-needle/)[https://benchmark-radar.org/benchmarks/llm-stats-nl2repo/](https://benchmark-radar.org/benchmarks/llm-stats-nl2repo/)[https://benchmark-radar.org/benchmarks/llm-stats-nmos/](https://benchmark-radar.org/benchmarks/llm-stats-nmos/)[https://benchmark-radar.org/benchmarks/llm-stats-nolima-128k/](https://benchmark-radar.org/benchmarks/llm-stats-nolima-128k/)[https://benchmark-radar.org/benchmarks/llm-stats-nolima-32k/](https://benchmark-radar.org/benchmarks/llm-stats-nolima-32k/)[https://benchmark-radar.org/benchmarks/llm-stats-nolima-64k/](https://benchmark-radar.org/benchmarks/llm-stats-nolima-64k/)[https://benchmark-radar.org/benchmarks/llm-stats-nova-63/](https://benchmark-radar.org/benchmarks/llm-stats-nova-63/)[https://benchmark-radar.org/benchmarks/llm-stats-nq/](https://benchmark-radar.org/benchmarks/llm-stats-nq/)[https://benchmark-radar.org/benchmarks/llm-stats-nuscene/](https://benchmark-radar.org/benchmarks/llm-stats-nuscene/)[https://benchmark-radar.org/benchmarks/llm-stats-objectron/](https://benchmark-radar.org/benchmarks/llm-stats-objectron/)[https://benchmark-radar.org/benchmarks/llm-stats-ocrbench/](https://benchmark-radar.org/benchmarks/llm-stats-ocrbench/)[https://benchmark-radar.org/benchmarks/llm-stats-ocrbench-v2/](https://benchmark-radar.org/benchmarks/llm-stats-ocrbench-v2/)[https://benchmark-radar.org/benchmarks/llm-stats-ocrbench-v2-en/](https://benchmark-radar.org/benchmarks/llm-stats-ocrbench-v2-en/)[https://benchmark-radar.org/benchmarks/llm-stats-ocrbench-v2-zh/](https://benchmark-radar.org/benchmarks/llm-stats-ocrbench-v2-zh/)[https://benchmark-radar.org/benchmarks/llm-stats-octocodingbench/](https://benchmark-radar.org/benchmarks/llm-stats-octocodingbench/)[https://benchmark-radar.org/benchmarks/llm-stats-odinw/](https://benchmark-radar.org/benchmarks/llm-stats-odinw/)[https://benchmark-radar.org/benchmarks/llm-stats-officeqa-pro/](https://benchmark-radar.org/benchmarks/llm-stats-officeqa-pro/)[https://benchmark-radar.org/benchmarks/llm-stats-ojbench/](https://benchmark-radar.org/benchmarks/llm-stats-ojbench/)[https://benchmark-radar.org/benchmarks/llm-stats-ojbench-cpp/](https://benchmark-radar.org/benchmarks/llm-stats-ojbench-cpp/)[https://benchmark-radar.org/benchmarks/llm-stats-olympiadbench/](https://benchmark-radar.org/benchmarks/llm-stats-olympiadbench/)[https://benchmark-radar.org/benchmarks/llm-stats-omnibench/](https://benchmark-radar.org/benchmarks/llm-stats-omnibench/)[https://benchmark-radar.org/benchmarks/llm-stats-omnibench-music/](https://benchmark-radar.org/benchmarks/llm-stats-omnibench-music/)[https://benchmark-radar.org/benchmarks/llm-stats-omnidocbench/](https://benchmark-radar.org/benchmarks/llm-stats-omnidocbench/)[https://benchmark-radar.org/benchmarks/llm-stats-omnidocbench-1-5/](https://benchmark-radar.org/benchmarks/llm-stats-omnidocbench-1-5/)[https://benchmark-radar.org/benchmarks/llm-stats-omnigaia/](https://benchmark-radar.org/benchmarks/llm-stats-omnigaia/)[https://benchmark-radar.org/benchmarks/llm-stats-omnimath/](https://benchmark-radar.org/benchmarks/llm-stats-omnimath/)[https://benchmark-radar.org/benchmarks/llm-stats-omniscience/](https://benchmark-radar.org/benchmarks/llm-stats-omniscience/)[https://benchmark-radar.org/benchmarks/llm-stats-omniscience-non-hallucination-rate/](https://benchmark-radar.org/benchmarks/llm-stats-omniscience-non-hallucination-rate/)[https://benchmark-radar.org/benchmarks/llm-stats-onemillion-bench/](https://benchmark-radar.org/benchmarks/llm-stats-onemillion-bench/)[https://benchmark-radar.org/benchmarks/llm-stats-open-rewrite/](https://benchmark-radar.org/benchmarks/llm-stats-open-rewrite/)[https://benchmark-radar.org/benchmarks/llm-stats-openai-connectors/](https://benchmark-radar.org/benchmarks/llm-stats-openai-connectors/)[https://benchmark-radar.org/benchmarks/llm-stats-openai-mmlu/](https://benchmark-radar.org/benchmarks/llm-stats-openai-mmlu/)[https://benchmark-radar.org/benchmarks/llm-stats-openai-mrcr-2-needle-128k/](https://benchmark-radar.org/benchmarks/llm-stats-openai-mrcr-2-needle-128k/)[https://benchmark-radar.org/benchmarks/llm-stats-openai-mrcr-2-needle-1m/](https://benchmark-radar.org/benchmarks/llm-stats-openai-mrcr-2-needle-1m/)[https://benchmark-radar.org/benchmarks/llm-stats-openai-mrcr-2-needle-256k/](https://benchmark-radar.org/benchmarks/llm-stats-openai-mrcr-2-needle-256k/)[https://benchmark-radar.org/benchmarks/llm-stats-openai-search-function-calling/](https://benchmark-radar.org/benchmarks/llm-stats-openai-search-function-calling/)[https://benchmark-radar.org/benchmarks/llm-stats-openbookqa/](https://benchmark-radar.org/benchmarks/llm-stats-openbookqa/)[https://benchmark-radar.org/benchmarks/llm-stats-openrca/](https://benchmark-radar.org/benchmarks/llm-stats-openrca/)[https://benchmark-radar.org/benchmarks/llm-stats-osworld/](https://benchmark-radar.org/benchmarks/llm-stats-osworld/)[https://benchmark-radar.org/benchmarks/llm-stats-osworld-2-0/](https://benchmark-radar.org/benchmarks/llm-stats-osworld-2-0/)[https://benchmark-radar.org/benchmarks/llm-stats-osworld-extended/](https://benchmark-radar.org/benchmarks/llm-stats-osworld-extended/)[https://benchmark-radar.org/benchmarks/llm-stats-osworld-g/](https://benchmark-radar.org/benchmarks/llm-stats-osworld-g/)[https://benchmark-radar.org/benchmarks/llm-stats-osworld-screenshot-only/](https://benchmark-radar.org/benchmarks/llm-stats-osworld-screenshot-only/)[https://benchmark-radar.org/benchmarks/llm-stats-osworld-verified/](https://benchmark-radar.org/benchmarks/llm-stats-osworld-verified/)[https://benchmark-radar.org/benchmarks/llm-stats-ovbench/](https://benchmark-radar.org/benchmarks/llm-stats-ovbench/)[https://benchmark-radar.org/benchmarks/llm-stats-ovobench/](https://benchmark-radar.org/benchmarks/llm-stats-ovobench/)[https://benchmark-radar.org/benchmarks/llm-stats-paperbench/](https://benchmark-radar.org/benchmarks/llm-stats-paperbench/)[https://benchmark-radar.org/benchmarks/llm-stats-pathmcqa/](https://benchmark-radar.org/benchmarks/llm-stats-pathmcqa/)[https://benchmark-radar.org/benchmarks/llm-stats-perceptionbench/](https://benchmark-radar.org/benchmarks/llm-stats-perceptionbench/)[https://benchmark-radar.org/benchmarks/llm-stats-perceptiontest/](https://benchmark-radar.org/benchmarks/llm-stats-perceptiontest/)[https://benchmark-radar.org/benchmarks/llm-stats-phibench/](https://benchmark-radar.org/benchmarks/llm-stats-phibench/)[https://benchmark-radar.org/benchmarks/llm-stats-phybench/](https://benchmark-radar.org/benchmarks/llm-stats-phybench/)[https://benchmark-radar.org/benchmarks/llm-stats-physicsfinals/](https://benchmark-radar.org/benchmarks/llm-stats-physicsfinals/)[https://benchmark-radar.org/benchmarks/llm-stats-pinchbench/](https://benchmark-radar.org/benchmarks/llm-stats-pinchbench/)[https://benchmark-radar.org/benchmarks/llm-stats-piqa/](https://benchmark-radar.org/benchmarks/llm-stats-piqa/)[https://benchmark-radar.org/benchmarks/llm-stats-plawbench/](https://benchmark-radar.org/benchmarks/llm-stats-plawbench/)[https://benchmark-radar.org/benchmarks/llm-stats-pmc-vqa/](https://benchmark-radar.org/benchmarks/llm-stats-pmc-vqa/)[https://benchmark-radar.org/benchmarks/llm-stats-pointgrounding/](https://benchmark-radar.org/benchmarks/llm-stats-pointgrounding/)[https://benchmark-radar.org/benchmarks/llm-stats-polymath/](https://benchmark-radar.org/benchmarks/llm-stats-polymath/)[https://benchmark-radar.org/benchmarks/llm-stats-polymath-en/](https://benchmark-radar.org/benchmarks/llm-stats-polymath-en/)[https://benchmark-radar.org/benchmarks/llm-stats-pope/](https://benchmark-radar.org/benchmarks/llm-stats-pope/)[https://benchmark-radar.org/benchmarks/llm-stats-popqa/](https://benchmark-radar.org/benchmarks/llm-stats-popqa/)[https://benchmark-radar.org/benchmarks/llm-stats-posttrainbench/](https://benchmark-radar.org/benchmarks/llm-stats-posttrainbench/)[https://benchmark-radar.org/benchmarks/llm-stats-posttrainbench-lite/](https://benchmark-radar.org/benchmarks/llm-stats-posttrainbench-lite/)[https://benchmark-radar.org/benchmarks/llm-stats-prbench-finance/](https://benchmark-radar.org/benchmarks/llm-stats-prbench-finance/)[https://benchmark-radar.org/benchmarks/llm-stats-prbench-legal/](https://benchmark-radar.org/benchmarks/llm-stats-prbench-legal/)[https://benchmark-radar.org/benchmarks/llm-stats-presentbench/](https://benchmark-radar.org/benchmarks/llm-stats-presentbench/)[https://benchmark-radar.org/benchmarks/llm-stats-profbench/](https://benchmark-radar.org/benchmarks/llm-stats-profbench/)[https://benchmark-radar.org/benchmarks/llm-stats-program-bench/](https://benchmark-radar.org/benchmarks/llm-stats-program-bench/)[https://benchmark-radar.org/benchmarks/llm-stats-protocolqa/](https://benchmark-radar.org/benchmarks/llm-stats-protocolqa/)[https://benchmark-radar.org/benchmarks/llm-stats-qasper/](https://benchmark-radar.org/benchmarks/llm-stats-qasper/)[https://benchmark-radar.org/benchmarks/llm-stats-qmsum/](https://benchmark-radar.org/benchmarks/llm-stats-qmsum/)[https://benchmark-radar.org/benchmarks/llm-stats-qvhighlights/](https://benchmark-radar.org/benchmarks/llm-stats-qvhighlights/)[https://benchmark-radar.org/benchmarks/llm-stats-qwen-qoder-bench/](https://benchmark-radar.org/benchmarks/llm-stats-qwen-qoder-bench/)[https://benchmark-radar.org/benchmarks/llm-stats-qwen-react-bench/](https://benchmark-radar.org/benchmarks/llm-stats-qwen-react-bench/)[https://benchmark-radar.org/benchmarks/llm-stats-qwen-svg/](https://benchmark-radar.org/benchmarks/llm-stats-qwen-svg/)[https://benchmark-radar.org/benchmarks/llm-stats-qwen-swe-bench/](https://benchmark-radar.org/benchmarks/llm-stats-qwen-swe-bench/)[https://benchmark-radar.org/benchmarks/llm-stats-qwenclawbench/](https://benchmark-radar.org/benchmarks/llm-stats-qwenclawbench/)[https://benchmark-radar.org/benchmarks/llm-stats-qwenwebbench/](https://benchmark-radar.org/benchmarks/llm-stats-qwenwebbench/)[https://benchmark-radar.org/benchmarks/llm-stats-qwenworldbench/](https://benchmark-radar.org/benchmarks/llm-stats-qwenworldbench/)[https://benchmark-radar.org/benchmarks/llm-stats-realkie-fcc/](https://benchmark-radar.org/benchmarks/llm-stats-realkie-fcc/)[https://benchmark-radar.org/benchmarks/llm-stats-realworldqa/](https://benchmark-radar.org/benchmarks/llm-stats-realworldqa/)[https://benchmark-radar.org/benchmarks/llm-stats-recreationbench/](https://benchmark-radar.org/benchmarks/llm-stats-recreationbench/)[https://benchmark-radar.org/benchmarks/llm-stats-refcoco-avg/](https://benchmark-radar.org/benchmarks/llm-stats-refcoco-avg/)[https://benchmark-radar.org/benchmarks/llm-stats-refcocog/](https://benchmark-radar.org/benchmarks/llm-stats-refcocog/)[https://benchmark-radar.org/benchmarks/llm-stats-refspatialbench/](https://benchmark-radar.org/benchmarks/llm-stats-refspatialbench/)[https://benchmark-radar.org/benchmarks/llm-stats-repo-env/](https://benchmark-radar.org/benchmarks/llm-stats-repo-env/)[https://benchmark-radar.org/benchmarks/llm-stats-repobench/](https://benchmark-radar.org/benchmarks/llm-stats-repobench/)[https://benchmark-radar.org/benchmarks/llm-stats-repoqa/](https://benchmark-radar.org/benchmarks/llm-stats-repoqa/)[https://benchmark-radar.org/benchmarks/llm-stats-researchclawbench/](https://benchmark-radar.org/benchmarks/llm-stats-researchclawbench/)[https://benchmark-radar.org/benchmarks/llm-stats-robospatialhome/](https://benchmark-radar.org/benchmarks/llm-stats-robospatialhome/)[https://benchmark-radar.org/benchmarks/llm-stats-robust-if/](https://benchmark-radar.org/benchmarks/llm-stats-robust-if/)[https://benchmark-radar.org/benchmarks/llm-stats-rsi-index/](https://benchmark-radar.org/benchmarks/llm-stats-rsi-index/)[https://benchmark-radar.org/benchmarks/llm-stats-ruler/](https://benchmark-radar.org/benchmarks/llm-stats-ruler/)[https://benchmark-radar.org/benchmarks/llm-stats-ruler-1000k/](https://benchmark-radar.org/benchmarks/llm-stats-ruler-1000k/)[https://benchmark-radar.org/benchmarks/llm-stats-ruler-128k/](https://benchmark-radar.org/benchmarks/llm-stats-ruler-128k/)[https://benchmark-radar.org/benchmarks/llm-stats-ruler-2048k/](https://benchmark-radar.org/benchmarks/llm-stats-ruler-2048k/)[https://benchmark-radar.org/benchmarks/llm-stats-ruler-512k/](https://benchmark-radar.org/benchmarks/llm-stats-ruler-512k/)[https://benchmark-radar.org/benchmarks/llm-stats-ruler-64k/](https://benchmark-radar.org/benchmarks/llm-stats-ruler-64k/)[https://benchmark-radar.org/benchmarks/llm-stats-sat-math/](https://benchmark-radar.org/benchmarks/llm-stats-sat-math/)[https://benchmark-radar.org/benchmarks/llm-stats-scicode/](https://benchmark-radar.org/benchmarks/llm-stats-scicode/)[https://benchmark-radar.org/benchmarks/llm-stats-scienceqa/](https://benchmark-radar.org/benchmarks/llm-stats-scienceqa/)[https://benchmark-radar.org/benchmarks/llm-stats-scienceqa-visual/](https://benchmark-radar.org/benchmarks/llm-stats-scienceqa-visual/)[https://benchmark-radar.org/benchmarks/llm-stats-screenspot/](https://benchmark-radar.org/benchmarks/llm-stats-screenspot/)[https://benchmark-radar.org/benchmarks/llm-stats-screenspot-pro/](https://benchmark-radar.org/benchmarks/llm-stats-screenspot-pro/)[https://benchmark-radar.org/benchmarks/llm-stats-seal-0/](https://benchmark-radar.org/benchmarks/llm-stats-seal-0/)[https://benchmark-radar.org/benchmarks/llm-stats-sec-bench-pro/](https://benchmark-radar.org/benchmarks/llm-stats-sec-bench-pro/)[https://benchmark-radar.org/benchmarks/llm-stats-seccodebench/](https://benchmark-radar.org/benchmarks/llm-stats-seccodebench/)[https://benchmark-radar.org/benchmarks/llm-stats-seedclawbench/](https://benchmark-radar.org/benchmarks/llm-stats-seedclawbench/)[https://benchmark-radar.org/benchmarks/llm-stats-sifo/](https://benchmark-radar.org/benchmarks/llm-stats-sifo/)[https://benchmark-radar.org/benchmarks/llm-stats-sifo-multiturn/](https://benchmark-radar.org/benchmarks/llm-stats-sifo-multiturn/)[https://benchmark-radar.org/benchmarks/llm-stats-simpleqa/](https://benchmark-radar.org/benchmarks/llm-stats-simpleqa/)[https://benchmark-radar.org/benchmarks/llm-stats-simpleqa-verified/](https://benchmark-radar.org/benchmarks/llm-stats-simpleqa-verified/)[https://benchmark-radar.org/benchmarks/llm-stats-simplevqa/](https://benchmark-radar.org/benchmarks/llm-stats-simplevqa/)[https://benchmark-radar.org/benchmarks/llm-stats-siren-agentdojo-attack-success/](https://benchmark-radar.org/benchmarks/llm-stats-siren-agentdojo-attack-success/)[https://benchmark-radar.org/benchmarks/llm-stats-siren-agentdojo-utility/](https://benchmark-radar.org/benchmarks/llm-stats-siren-agentdojo-utility/)[https://benchmark-radar.org/benchmarks/llm-stats-skillsbench/](https://benchmark-radar.org/benchmarks/llm-stats-skillsbench/)[https://benchmark-radar.org/benchmarks/llm-stats-slakevqa/](https://benchmark-radar.org/benchmarks/llm-stats-slakevqa/)[https://benchmark-radar.org/benchmarks/llm-stats-social-iqa/](https://benchmark-radar.org/benchmarks/llm-stats-social-iqa/)[https://benchmark-radar.org/benchmarks/llm-stats-spider/](https://benchmark-radar.org/benchmarks/llm-stats-spider/)[https://benchmark-radar.org/benchmarks/llm-stats-spreadsheetbench-2/](https://benchmark-radar.org/benchmarks/llm-stats-spreadsheetbench-2/)[https://benchmark-radar.org/benchmarks/llm-stats-spreadsheetbench-v1/](https://benchmark-radar.org/benchmarks/llm-stats-spreadsheetbench-v1/)[https://benchmark-radar.org/benchmarks/llm-stats-squality/](https://benchmark-radar.org/benchmarks/llm-stats-squality/)[https://benchmark-radar.org/benchmarks/llm-stats-stem/](https://benchmark-radar.org/benchmarks/llm-stats-stem/)[https://benchmark-radar.org/benchmarks/llm-stats-summscreenfd/](https://benchmark-radar.org/benchmarks/llm-stats-summscreenfd/)[https://benchmark-radar.org/benchmarks/llm-stats-sunrgbd/](https://benchmark-radar.org/benchmarks/llm-stats-sunrgbd/)[https://benchmark-radar.org/benchmarks/llm-stats-superchem/](https://benchmark-radar.org/benchmarks/llm-stats-superchem/)[https://benchmark-radar.org/benchmarks/llm-stats-superglue/](https://benchmark-radar.org/benchmarks/llm-stats-superglue/)[https://benchmark-radar.org/benchmarks/llm-stats-supergpqa/](https://benchmark-radar.org/benchmarks/llm-stats-supergpqa/)[https://benchmark-radar.org/benchmarks/llm-stats-surds/](https://benchmark-radar.org/benchmarks/llm-stats-surds/)[https://benchmark-radar.org/benchmarks/llm-stats-svg-bench/](https://benchmark-radar.org/benchmarks/llm-stats-svg-bench/)[https://benchmark-radar.org/benchmarks/llm-stats-swe-atlas/](https://benchmark-radar.org/benchmarks/llm-stats-swe-atlas/)[https://benchmark-radar.org/benchmarks/llm-stats-swe-atlas-codebase-qna/](https://benchmark-radar.org/benchmarks/llm-stats-swe-atlas-codebase-qna/)[https://benchmark-radar.org/benchmarks/llm-stats-swe-atlas-test-writing/](https://benchmark-radar.org/benchmarks/llm-stats-swe-atlas-test-writing/)[https://benchmark-radar.org/benchmarks/llm-stats-swe-bench-multilingual/](https://benchmark-radar.org/benchmarks/llm-stats-swe-bench-multilingual/)[https://benchmark-radar.org/benchmarks/llm-stats-swe-bench-multimodal/](https://benchmark-radar.org/benchmarks/llm-stats-swe-bench-multimodal/)[https://benchmark-radar.org/benchmarks/llm-stats-swe-bench-pro/](https://benchmark-radar.org/benchmarks/llm-stats-swe-bench-pro/)[https://benchmark-radar.org/benchmarks/llm-stats-swe-bench-verified/](https://benchmark-radar.org/benchmarks/llm-stats-swe-bench-verified/)[https://benchmark-radar.org/benchmarks/llm-stats-swe-bench-verified-agentic-coding/](https://benchmark-radar.org/benchmarks/llm-stats-swe-bench-verified-agentic-coding/)[https://benchmark-radar.org/benchmarks/llm-stats-swe-bench-verified-agentless/](https://benchmark-radar.org/benchmarks/llm-stats-swe-bench-verified-agentless/)[https://benchmark-radar.org/benchmarks/llm-stats-swe-bench-verified-multiple-attempts/](https://benchmark-radar.org/benchmarks/llm-stats-swe-bench-verified-multiple-attempts/)[https://benchmark-radar.org/benchmarks/llm-stats-swe-fficiency/](https://benchmark-radar.org/benchmarks/llm-stats-swe-fficiency/)[https://benchmark-radar.org/benchmarks/llm-stats-swe-lancer/](https://benchmark-radar.org/benchmarks/llm-stats-swe-lancer/)[https://benchmark-radar.org/benchmarks/llm-stats-swe-lancer-ic-diamond-subset/](https://benchmark-radar.org/benchmarks/llm-stats-swe-lancer-ic-diamond-subset/)[https://benchmark-radar.org/benchmarks/llm-stats-swe-marathon/](https://benchmark-radar.org/benchmarks/llm-stats-swe-marathon/)[https://benchmark-radar.org/benchmarks/llm-stats-swe-mm/](https://benchmark-radar.org/benchmarks/llm-stats-swe-mm/)[https://benchmark-radar.org/benchmarks/llm-stats-swe-perf/](https://benchmark-radar.org/benchmarks/llm-stats-swe-perf/)[https://benchmark-radar.org/benchmarks/llm-stats-swe-review/](https://benchmark-radar.org/benchmarks/llm-stats-swe-review/)[https://benchmark-radar.org/benchmarks/llm-stats-swt-bench/](https://benchmark-radar.org/benchmarks/llm-stats-swt-bench/)[https://benchmark-radar.org/benchmarks/llm-stats-t2-bench/](https://benchmark-radar.org/benchmarks/llm-stats-t2-bench/)[https://benchmark-radar.org/benchmarks/llm-stats-tau-bench/](https://benchmark-radar.org/benchmarks/llm-stats-tau-bench/)[https://benchmark-radar.org/benchmarks/llm-stats-tau-bench-airline/](https://benchmark-radar.org/benchmarks/llm-stats-tau-bench-airline/)[https://benchmark-radar.org/benchmarks/llm-stats-tau-bench-retail/](https://benchmark-radar.org/benchmarks/llm-stats-tau-bench-retail/)[https://benchmark-radar.org/benchmarks/llm-stats-tau2-airline/](https://benchmark-radar.org/benchmarks/llm-stats-tau2-airline/)[https://benchmark-radar.org/benchmarks/llm-stats-tau2-retail/](https://benchmark-radar.org/benchmarks/llm-stats-tau2-retail/)[https://benchmark-radar.org/benchmarks/llm-stats-tau2-telecom/](https://benchmark-radar.org/benchmarks/llm-stats-tau2-telecom/)[https://benchmark-radar.org/benchmarks/llm-stats-tau3-airline/](https://benchmark-radar.org/benchmarks/llm-stats-tau3-airline/)[https://benchmark-radar.org/benchmarks/llm-stats-tau3-banking/](https://benchmark-radar.org/benchmarks/llm-stats-tau3-banking/)[https://benchmark-radar.org/benchmarks/llm-stats-tau3-bench/](https://benchmark-radar.org/benchmarks/llm-stats-tau3-bench/)[https://benchmark-radar.org/benchmarks/llm-stats-tau3-retail/](https://benchmark-radar.org/benchmarks/llm-stats-tau3-retail/)[https://benchmark-radar.org/benchmarks/llm-stats-tau3-telecom/](https://benchmark-radar.org/benchmarks/llm-stats-tau3-telecom/)[https://benchmark-radar.org/benchmarks/llm-stats-tempcompass/](https://benchmark-radar.org/benchmarks/llm-stats-tempcompass/)[https://benchmark-radar.org/benchmarks/llm-stats-terminal-bench/](https://benchmark-radar.org/benchmarks/llm-stats-terminal-bench/)[https://benchmark-radar.org/benchmarks/llm-stats-terminal-bench-2/](https://benchmark-radar.org/benchmarks/llm-stats-terminal-bench-2/)[https://benchmark-radar.org/benchmarks/llm-stats-terminal-bench-2-1/](https://benchmark-radar.org/benchmarks/llm-stats-terminal-bench-2-1/)[https://benchmark-radar.org/benchmarks/llm-stats-terminal-bench-3-0/](https://benchmark-radar.org/benchmarks/llm-stats-terminal-bench-3-0/)[https://benchmark-radar.org/benchmarks/llm-stats-terminal-bench-hard/](https://benchmark-radar.org/benchmarks/llm-stats-terminal-bench-hard/)[https://benchmark-radar.org/benchmarks/llm-stats-terminus/](https://benchmark-radar.org/benchmarks/llm-stats-terminus/)[https://benchmark-radar.org/benchmarks/llm-stats-textvqa/](https://benchmark-radar.org/benchmarks/llm-stats-textvqa/)[https://benchmark-radar.org/benchmarks/llm-stats-theoremqa/](https://benchmark-radar.org/benchmarks/llm-stats-theoremqa/)[https://benchmark-radar.org/benchmarks/llm-stats-tir-bench/](https://benchmark-radar.org/benchmarks/llm-stats-tir-bench/)[https://benchmark-radar.org/benchmarks/llm-stats-tldr9-test/](https://benchmark-radar.org/benchmarks/llm-stats-tldr9-test/)[https://benchmark-radar.org/benchmarks/llm-stats-tomato/](https://benchmark-radar.org/benchmarks/llm-stats-tomato/)[https://benchmark-radar.org/benchmarks/llm-stats-toolathlon/](https://benchmark-radar.org/benchmarks/llm-stats-toolathlon/)[https://benchmark-radar.org/benchmarks/llm-stats-trae-code-gen/](https://benchmark-radar.org/benchmarks/llm-stats-trae-code-gen/)[https://benchmark-radar.org/benchmarks/llm-stats-trae-error-fix/](https://benchmark-radar.org/benchmarks/llm-stats-trae-error-fix/)[https://benchmark-radar.org/benchmarks/llm-stats-translation-en-set1-comet22/](https://benchmark-radar.org/benchmarks/llm-stats-translation-en-set1-comet22/)[https://benchmark-radar.org/benchmarks/llm-stats-translation-en-set1-spbleu/](https://benchmark-radar.org/benchmarks/llm-stats-translation-en-set1-spbleu/)[https://benchmark-radar.org/benchmarks/llm-stats-translation-set1-en-comet22/](https://benchmark-radar.org/benchmarks/llm-stats-translation-set1-en-comet22/)[https://benchmark-radar.org/benchmarks/llm-stats-translation-set1-en-spbleu/](https://benchmark-radar.org/benchmarks/llm-stats-translation-set1-en-spbleu/)[https://benchmark-radar.org/benchmarks/llm-stats-treebench/](https://benchmark-radar.org/benchmarks/llm-stats-treebench/)[https://benchmark-radar.org/benchmarks/llm-stats-triviaqa/](https://benchmark-radar.org/benchmarks/llm-stats-triviaqa/)[https://benchmark-radar.org/benchmarks/llm-stats-truthfulqa/](https://benchmark-radar.org/benchmarks/llm-stats-truthfulqa/)[https://benchmark-radar.org/benchmarks/llm-stats-tvbench/](https://benchmark-radar.org/benchmarks/llm-stats-tvbench/)[https://benchmark-radar.org/benchmarks/llm-stats-tydiqa/](https://benchmark-radar.org/benchmarks/llm-stats-tydiqa/)[https://benchmark-radar.org/benchmarks/llm-stats-uniform-bar-exam/](https://benchmark-radar.org/benchmarks/llm-stats-uniform-bar-exam/)[https://benchmark-radar.org/benchmarks/llm-stats-usamo-2026/](https://benchmark-radar.org/benchmarks/llm-stats-usamo-2026/)[https://benchmark-radar.org/benchmarks/llm-stats-usamo25/](https://benchmark-radar.org/benchmarks/llm-stats-usamo25/)[https://benchmark-radar.org/benchmarks/llm-stats-v-star/](https://benchmark-radar.org/benchmarks/llm-stats-v-star/)[https://benchmark-radar.org/benchmarks/llm-stats-vatex/](https://benchmark-radar.org/benchmarks/llm-stats-vatex/)[https://benchmark-radar.org/benchmarks/llm-stats-vcr-en-easy/](https://benchmark-radar.org/benchmarks/llm-stats-vcr-en-easy/)[https://benchmark-radar.org/benchmarks/llm-stats-vct/](https://benchmark-radar.org/benchmarks/llm-stats-vct/)[https://benchmark-radar.org/benchmarks/llm-stats-vending-bench-2/](https://benchmark-radar.org/benchmarks/llm-stats-vending-bench-2/)[https://benchmark-radar.org/benchmarks/llm-stats-vibe/](https://benchmark-radar.org/benchmarks/llm-stats-vibe/)[https://benchmark-radar.org/benchmarks/llm-stats-vibe-android/](https://benchmark-radar.org/benchmarks/llm-stats-vibe-android/)[https://benchmark-radar.org/benchmarks/llm-stats-vibe-backend/](https://benchmark-radar.org/benchmarks/llm-stats-vibe-backend/)[https://benchmark-radar.org/benchmarks/llm-stats-vibe-eval/](https://benchmark-radar.org/benchmarks/llm-stats-vibe-eval/)[https://benchmark-radar.org/benchmarks/llm-stats-vibe-ios/](https://benchmark-radar.org/benchmarks/llm-stats-vibe-ios/)[https://benchmark-radar.org/benchmarks/llm-stats-vibe-pro/](https://benchmark-radar.org/benchmarks/llm-stats-vibe-pro/)[https://benchmark-radar.org/benchmarks/llm-stats-vibe-simulation/](https://benchmark-radar.org/benchmarks/llm-stats-vibe-simulation/)[https://benchmark-radar.org/benchmarks/llm-stats-vibe-v2/](https://benchmark-radar.org/benchmarks/llm-stats-vibe-v2/)[https://benchmark-radar.org/benchmarks/llm-stats-vibe-web/](https://benchmark-radar.org/benchmarks/llm-stats-vibe-web/)[https://benchmark-radar.org/benchmarks/llm-stats-video-mme/](https://benchmark-radar.org/benchmarks/llm-stats-video-mme/)[https://benchmark-radar.org/benchmarks/llm-stats-video-mme-long-no-subtitles/](https://benchmark-radar.org/benchmarks/llm-stats-video-mme-long-no-subtitles/)[https://benchmark-radar.org/benchmarks/llm-stats-videoholmes/](https://benchmark-radar.org/benchmarks/llm-stats-videoholmes/)[https://benchmark-radar.org/benchmarks/llm-stats-videomme-w-o-sub/](https://benchmark-radar.org/benchmarks/llm-stats-videomme-w-o-sub/)[https://benchmark-radar.org/benchmarks/llm-stats-videomme-w-sub/](https://benchmark-radar.org/benchmarks/llm-stats-videomme-w-sub/)[https://benchmark-radar.org/benchmarks/llm-stats-videommmu/](https://benchmark-radar.org/benchmarks/llm-stats-videommmu/)[https://benchmark-radar.org/benchmarks/llm-stats-videosimpleqa/](https://benchmark-radar.org/benchmarks/llm-stats-videosimpleqa/)[https://benchmark-radar.org/benchmarks/llm-stats-visfactor/](https://benchmark-radar.org/benchmarks/llm-stats-visfactor/)[https://benchmark-radar.org/benchmarks/llm-stats-vision2web/](https://benchmark-radar.org/benchmarks/llm-stats-vision2web/)[https://benchmark-radar.org/benchmarks/llm-stats-visualwebbench/](https://benchmark-radar.org/benchmarks/llm-stats-visualwebbench/)[https://benchmark-radar.org/benchmarks/llm-stats-visulogic/](https://benchmark-radar.org/benchmarks/llm-stats-visulogic/)[https://benchmark-radar.org/benchmarks/llm-stats-vita-bench/](https://benchmark-radar.org/benchmarks/llm-stats-vita-bench/)[https://benchmark-radar.org/benchmarks/llm-stats-vladbench/](https://benchmark-radar.org/benchmarks/llm-stats-vladbench/)[https://benchmark-radar.org/benchmarks/llm-stats-vlmsarebiased/](https://benchmark-radar.org/benchmarks/llm-stats-vlmsarebiased/)[https://benchmark-radar.org/benchmarks/llm-stats-vlmsareblind/](https://benchmark-radar.org/benchmarks/llm-stats-vlmsareblind/)[https://benchmark-radar.org/benchmarks/llm-stats-vocalsound/](https://benchmark-radar.org/benchmarks/llm-stats-vocalsound/)[https://benchmark-radar.org/benchmarks/llm-stats-voicebench-avg/](https://benchmark-radar.org/benchmarks/llm-stats-voicebench-avg/)[https://benchmark-radar.org/benchmarks/llm-stats-vqa-rad/](https://benchmark-radar.org/benchmarks/llm-stats-vqa-rad/)[https://benchmark-radar.org/benchmarks/llm-stats-vqav2/](https://benchmark-radar.org/benchmarks/llm-stats-vqav2/)[https://benchmark-radar.org/benchmarks/llm-stats-vqav2-test/](https://benchmark-radar.org/benchmarks/llm-stats-vqav2-test/)[https://benchmark-radar.org/benchmarks/llm-stats-vqav2-val/](https://benchmark-radar.org/benchmarks/llm-stats-vqav2-val/)[https://benchmark-radar.org/benchmarks/llm-stats-we-math/](https://benchmark-radar.org/benchmarks/llm-stats-we-math/)[https://benchmark-radar.org/benchmarks/llm-stats-web-bench/](https://benchmark-radar.org/benchmarks/llm-stats-web-bench/)[https://benchmark-radar.org/benchmarks/llm-stats-webarena-verified/](https://benchmark-radar.org/benchmarks/llm-stats-webarena-verified/)[https://benchmark-radar.org/benchmarks/llm-stats-webdev-arena/](https://benchmark-radar.org/benchmarks/llm-stats-webdev-arena/)[https://benchmark-radar.org/benchmarks/llm-stats-webvoyager/](https://benchmark-radar.org/benchmarks/llm-stats-webvoyager/)[https://benchmark-radar.org/benchmarks/llm-stats-widesearch/](https://benchmark-radar.org/benchmarks/llm-stats-widesearch/)[https://benchmark-radar.org/benchmarks/llm-stats-wild-bench/](https://benchmark-radar.org/benchmarks/llm-stats-wild-bench/)[https://benchmark-radar.org/benchmarks/llm-stats-wildclawbench/](https://benchmark-radar.org/benchmarks/llm-stats-wildclawbench/)[https://benchmark-radar.org/benchmarks/llm-stats-winogrande/](https://benchmark-radar.org/benchmarks/llm-stats-winogrande/)[https://benchmark-radar.org/benchmarks/llm-stats-wmdp/](https://benchmark-radar.org/benchmarks/llm-stats-wmdp/)[https://benchmark-radar.org/benchmarks/llm-stats-wmt23/](https://benchmark-radar.org/benchmarks/llm-stats-wmt23/)[https://benchmark-radar.org/benchmarks/llm-stats-wmt24/](https://benchmark-radar.org/benchmarks/llm-stats-wmt24/)[https://benchmark-radar.org/benchmarks/llm-stats-workspace-bench/](https://benchmark-radar.org/benchmarks/llm-stats-workspace-bench/)[https://benchmark-radar.org/benchmarks/llm-stats-worldbench/](https://benchmark-radar.org/benchmarks/llm-stats-worldbench/)[https://benchmark-radar.org/benchmarks/llm-stats-worldvqa/](https://benchmark-radar.org/benchmarks/llm-stats-worldvqa/)[https://benchmark-radar.org/benchmarks/llm-stats-writingbench/](https://benchmark-radar.org/benchmarks/llm-stats-writingbench/)[https://benchmark-radar.org/benchmarks/llm-stats-xdailybench/](https://benchmark-radar.org/benchmarks/llm-stats-xdailybench/)[https://benchmark-radar.org/benchmarks/llm-stats-xlsum-english/](https://benchmark-radar.org/benchmarks/llm-stats-xlsum-english/)[https://benchmark-radar.org/benchmarks/llm-stats-xstest/](https://benchmark-radar.org/benchmarks/llm-stats-xstest/)[https://benchmark-radar.org/benchmarks/llm-stats-yc-bench/](https://benchmark-radar.org/benchmarks/llm-stats-yc-bench/)[https://benchmark-radar.org/benchmarks/llm-stats-zclawbench/](https://benchmark-radar.org/benchmarks/llm-stats-zclawbench/)[https://benchmark-radar.org/benchmarks/llm-stats-zebralogic/](https://benchmark-radar.org/benchmarks/llm-stats-zebralogic/)[https://benchmark-radar.org/benchmarks/llm-stats-zerobench/](https://benchmark-radar.org/benchmarks/llm-stats-zerobench/)[https://benchmark-radar.org/benchmarks/llm-stats-zerobench-sub/](https://benchmark-radar.org/benchmarks/llm-stats-zerobench-sub/)[https://benchmark-radar.org/benchmarks/opencompass-1000-q-bench/](https://benchmark-radar.org/benchmarks/opencompass-1000-q-bench/)[https://benchmark-radar.org/benchmarks/opencompass-1003-s-eval/](https://benchmark-radar.org/benchmarks/opencompass-1003-s-eval/)[https://benchmark-radar.org/benchmarks/opencompass-1017-yue-benchmark/](https://benchmark-radar.org/benchmarks/opencompass-1017-yue-benchmark/)[https://benchmark-radar.org/benchmarks/opencompass-1052-calm/](https://benchmark-radar.org/benchmarks/opencompass-1052-calm/)[https://benchmark-radar.org/benchmarks/opencompass-1069-air-bench/](https://benchmark-radar.org/benchmarks/opencompass-1069-air-bench/)[https://benchmark-radar.org/benchmarks/opencompass-1070-olympiadbench/](https://benchmark-radar.org/benchmarks/opencompass-1070-olympiadbench/)[https://benchmark-radar.org/benchmarks/opencompass-1072-xcodeeval/](https://benchmark-radar.org/benchmarks/opencompass-1072-xcodeeval/)[https://benchmark-radar.org/benchmarks/opencompass-1073-safetybench/](https://benchmark-radar.org/benchmarks/opencompass-1073-safetybench/)[https://benchmark-radar.org/benchmarks/opencompass-1074-newsbench/](https://benchmark-radar.org/benchmarks/opencompass-1074-newsbench/)[https://benchmark-radar.org/benchmarks/opencompass-1075-alignbench/](https://benchmark-radar.org/benchmarks/opencompass-1075-alignbench/)[https://benchmark-radar.org/benchmarks/opencompass-1076-pca-bench/](https://benchmark-radar.org/benchmarks/opencompass-1076-pca-bench/)[https://benchmark-radar.org/benchmarks/opencompass-1077-salad-bench/](https://benchmark-radar.org/benchmarks/opencompass-1077-salad-bench/)[https://benchmark-radar.org/benchmarks/opencompass-1078-debugbench/](https://benchmark-radar.org/benchmarks/opencompass-1078-debugbench/)[https://benchmark-radar.org/benchmarks/opencompass-1079-cflue/](https://benchmark-radar.org/benchmarks/opencompass-1079-cflue/)[https://benchmark-radar.org/benchmarks/opencompass-1080-e-eval/](https://benchmark-radar.org/benchmarks/opencompass-1080-e-eval/)[https://benchmark-radar.org/benchmarks/opencompass-1081-naturalcodebench/](https://benchmark-radar.org/benchmarks/opencompass-1081-naturalcodebench/)[https://benchmark-radar.org/benchmarks/opencompass-1082-studenteval/](https://benchmark-radar.org/benchmarks/opencompass-1082-studenteval/)[https://benchmark-radar.org/benchmarks/opencompass-1083-gaokao-mm/](https://benchmark-radar.org/benchmarks/opencompass-1083-gaokao-mm/)[https://benchmark-radar.org/benchmarks/opencompass-1084-stabletoolbench/](https://benchmark-radar.org/benchmarks/opencompass-1084-stabletoolbench/)[https://benchmark-radar.org/benchmarks/opencompass-1085-infobench/](https://benchmark-radar.org/benchmarks/opencompass-1085-infobench/)[https://benchmark-radar.org/benchmarks/opencompass-1086-belebele/](https://benchmark-radar.org/benchmarks/opencompass-1086-belebele/)[https://benchmark-radar.org/benchmarks/opencompass-1087-reveal/](https://benchmark-radar.org/benchmarks/opencompass-1087-reveal/)[https://benchmark-radar.org/benchmarks/opencompass-1088-uhgeval/](https://benchmark-radar.org/benchmarks/opencompass-1088-uhgeval/)[https://benchmark-radar.org/benchmarks/opencompass-1089-mathbench/](https://benchmark-radar.org/benchmarks/opencompass-1089-mathbench/)[https://benchmark-radar.org/benchmarks/opencompass-1091-rolellm/](https://benchmark-radar.org/benchmarks/opencompass-1091-rolellm/)[https://benchmark-radar.org/benchmarks/opencompass-1093-apps/](https://benchmark-radar.org/benchmarks/opencompass-1093-apps/)[https://benchmark-radar.org/benchmarks/opencompass-1096-truthfulqa/](https://benchmark-radar.org/benchmarks/opencompass-1096-truthfulqa/)[https://benchmark-radar.org/benchmarks/opencompass-1097-hellobench/](https://benchmark-radar.org/benchmarks/opencompass-1097-hellobench/)[https://benchmark-radar.org/benchmarks/opencompass-1098-grailqa/](https://benchmark-radar.org/benchmarks/opencompass-1098-grailqa/)[https://benchmark-radar.org/benchmarks/opencompass-1099-mkqa/](https://benchmark-radar.org/benchmarks/opencompass-1099-mkqa/)[https://benchmark-radar.org/benchmarks/opencompass-1100-scienceqa/](https://benchmark-radar.org/benchmarks/opencompass-1100-scienceqa/)[https://benchmark-radar.org/benchmarks/opencompass-1102-ms-marco/](https://benchmark-radar.org/benchmarks/opencompass-1102-ms-marco/)[https://benchmark-radar.org/benchmarks/opencompass-1103-qasc/](https://benchmark-radar.org/benchmarks/opencompass-1103-qasc/)[https://benchmark-radar.org/benchmarks/opencompass-1107-strategyqa/](https://benchmark-radar.org/benchmarks/opencompass-1107-strategyqa/)[https://benchmark-radar.org/benchmarks/opencompass-1108-hotpotqa/](https://benchmark-radar.org/benchmarks/opencompass-1108-hotpotqa/)[https://benchmark-radar.org/benchmarks/opencompass-1109-winogrande/](https://benchmark-radar.org/benchmarks/opencompass-1109-winogrande/)[https://benchmark-radar.org/benchmarks/opencompass-1113-svamp/](https://benchmark-radar.org/benchmarks/opencompass-1113-svamp/)[https://benchmark-radar.org/benchmarks/opencompass-1114-asdiv/](https://benchmark-radar.org/benchmarks/opencompass-1114-asdiv/)[https://benchmark-radar.org/benchmarks/opencompass-1115-mathqa/](https://benchmark-radar.org/benchmarks/opencompass-1115-mathqa/)[https://benchmark-radar.org/benchmarks/opencompass-1116-aqua-rat/](https://benchmark-radar.org/benchmarks/opencompass-1116-aqua-rat/)[https://benchmark-radar.org/benchmarks/opencompass-1117-naturalproofs/](https://benchmark-radar.org/benchmarks/opencompass-1117-naturalproofs/)[https://benchmark-radar.org/benchmarks/opencompass-1120-proofnet/](https://benchmark-radar.org/benchmarks/opencompass-1120-proofnet/)[https://benchmark-radar.org/benchmarks/opencompass-1121-halueval/](https://benchmark-radar.org/benchmarks/opencompass-1121-halueval/)[https://benchmark-radar.org/benchmarks/opencompass-1123-crows-pairs/](https://benchmark-radar.org/benchmarks/opencompass-1123-crows-pairs/)[https://benchmark-radar.org/benchmarks/opencompass-1124-realtoxicityprompts/](https://benchmark-radar.org/benchmarks/opencompass-1124-realtoxicityprompts/)[https://benchmark-radar.org/benchmarks/opencompass-1125-mind2web/](https://benchmark-radar.org/benchmarks/opencompass-1125-mind2web/)[https://benchmark-radar.org/benchmarks/opencompass-1128-gorilla/](https://benchmark-radar.org/benchmarks/opencompass-1128-gorilla/)[https://benchmark-radar.org/benchmarks/opencompass-1129-wikisql/](https://benchmark-radar.org/benchmarks/opencompass-1129-wikisql/)[https://benchmark-radar.org/benchmarks/opencompass-1132-tabfact/](https://benchmark-radar.org/benchmarks/opencompass-1132-tabfact/)[https://benchmark-radar.org/benchmarks/opencompass-1133-spider/](https://benchmark-radar.org/benchmarks/opencompass-1133-spider/)[https://benchmark-radar.org/benchmarks/opencompass-1134-theoremqa/](https://benchmark-radar.org/benchmarks/opencompass-1134-theoremqa/)[https://benchmark-radar.org/benchmarks/opencompass-1135-gpqa/](https://benchmark-radar.org/benchmarks/opencompass-1135-gpqa/)[https://benchmark-radar.org/benchmarks/opencompass-1136-ifeval/](https://benchmark-radar.org/benchmarks/opencompass-1136-ifeval/)[https://benchmark-radar.org/benchmarks/opencompass-1137-cmb/](https://benchmark-radar.org/benchmarks/opencompass-1137-cmb/)[https://benchmark-radar.org/benchmarks/opencompass-1141-charm/](https://benchmark-radar.org/benchmarks/opencompass-1141-charm/)[https://benchmark-radar.org/benchmarks/opencompass-1142-mirage/](https://benchmark-radar.org/benchmarks/opencompass-1142-mirage/)[https://benchmark-radar.org/benchmarks/opencompass-1145-freb-tqa/](https://benchmark-radar.org/benchmarks/opencompass-1145-freb-tqa/)[https://benchmark-radar.org/benchmarks/opencompass-1146-bust/](https://benchmark-radar.org/benchmarks/opencompass-1146-bust/)[https://benchmark-radar.org/benchmarks/opencompass-1147-m3t/](https://benchmark-radar.org/benchmarks/opencompass-1147-m3t/)[https://benchmark-radar.org/benchmarks/opencompass-1148-abspyramid/](https://benchmark-radar.org/benchmarks/opencompass-1148-abspyramid/)[https://benchmark-radar.org/benchmarks/opencompass-1149-instrusum/](https://benchmark-radar.org/benchmarks/opencompass-1149-instrusum/)[https://benchmark-radar.org/benchmarks/opencompass-1152-sportqa/](https://benchmark-radar.org/benchmarks/opencompass-1152-sportqa/)[https://benchmark-radar.org/benchmarks/opencompass-1155-ada-leval/](https://benchmark-radar.org/benchmarks/opencompass-1155-ada-leval/)[https://benchmark-radar.org/benchmarks/opencompass-1164-taskbench/](https://benchmark-radar.org/benchmarks/opencompass-1164-taskbench/)[https://benchmark-radar.org/benchmarks/opencompass-1172-mt-bench-101/](https://benchmark-radar.org/benchmarks/opencompass-1172-mt-bench-101/)[https://benchmark-radar.org/benchmarks/opencompass-1175-mmstar/](https://benchmark-radar.org/benchmarks/opencompass-1175-mmstar/)[https://benchmark-radar.org/benchmarks/opencompass-1178-mathvista/](https://benchmark-radar.org/benchmarks/opencompass-1178-mathvista/)[https://benchmark-radar.org/benchmarks/opencompass-1206-mmbench/](https://benchmark-radar.org/benchmarks/opencompass-1206-mmbench/)[https://benchmark-radar.org/benchmarks/opencompass-1207-mmbench-video/](https://benchmark-radar.org/benchmarks/opencompass-1207-mmbench-video/)[https://benchmark-radar.org/benchmarks/opencompass-1219-cs-eval/](https://benchmark-radar.org/benchmarks/opencompass-1219-cs-eval/)[https://benchmark-radar.org/benchmarks/opencompass-1238-lingoly/](https://benchmark-radar.org/benchmarks/opencompass-1238-lingoly/)[https://benchmark-radar.org/benchmarks/opencompass-1239-cvqa/](https://benchmark-radar.org/benchmarks/opencompass-1239-cvqa/)[https://benchmark-radar.org/benchmarks/opencompass-1241-medcalc-bench/](https://benchmark-radar.org/benchmarks/opencompass-1241-medcalc-bench/)[https://benchmark-radar.org/benchmarks/opencompass-1242-agentboard/](https://benchmark-radar.org/benchmarks/opencompass-1242-agentboard/)[https://benchmark-radar.org/benchmarks/opencompass-1243-embodiedagentinterface/](https://benchmark-radar.org/benchmarks/opencompass-1243-embodiedagentinterface/)[https://benchmark-radar.org/benchmarks/opencompass-1244-omni-math/](https://benchmark-radar.org/benchmarks/opencompass-1244-omni-math/)[https://benchmark-radar.org/benchmarks/opencompass-1245-kor-bench/](https://benchmark-radar.org/benchmarks/opencompass-1245-kor-bench/)[https://benchmark-radar.org/benchmarks/opencompass-1246-livebench/](https://benchmark-radar.org/benchmarks/opencompass-1246-livebench/)[https://benchmark-radar.org/benchmarks/opencompass-1248-mmmu/](https://benchmark-radar.org/benchmarks/opencompass-1248-mmmu/)[https://benchmark-radar.org/benchmarks/opencompass-1250-collie/](https://benchmark-radar.org/benchmarks/opencompass-1250-collie/)[https://benchmark-radar.org/benchmarks/opencompass-1251-planbench/](https://benchmark-radar.org/benchmarks/opencompass-1251-planbench/)[https://benchmark-radar.org/benchmarks/opencompass-1252-re-bench/](https://benchmark-radar.org/benchmarks/opencompass-1252-re-bench/)[https://benchmark-radar.org/benchmarks/opencompass-1253-bigcodebench/](https://benchmark-radar.org/benchmarks/opencompass-1253-bigcodebench/)[https://benchmark-radar.org/benchmarks/opencompass-1266-babilong/](https://benchmark-radar.org/benchmarks/opencompass-1266-babilong/)[https://benchmark-radar.org/benchmarks/opencompass-1267-spreadsheetbench/](https://benchmark-radar.org/benchmarks/opencompass-1267-spreadsheetbench/)[https://benchmark-radar.org/benchmarks/opencompass-1268-ctibench/](https://benchmark-radar.org/benchmarks/opencompass-1268-ctibench/)[https://benchmark-radar.org/benchmarks/opencompass-1269-convbench/](https://benchmark-radar.org/benchmarks/opencompass-1269-convbench/)[https://benchmark-radar.org/benchmarks/opencompass-1270-spider2-v/](https://benchmark-radar.org/benchmarks/opencompass-1270-spider2-v/)[https://benchmark-radar.org/benchmarks/opencompass-1272-gsm1k/](https://benchmark-radar.org/benchmarks/opencompass-1272-gsm1k/)[https://benchmark-radar.org/benchmarks/opencompass-1273-molpuzzle/](https://benchmark-radar.org/benchmarks/opencompass-1273-molpuzzle/)[https://benchmark-radar.org/benchmarks/opencompass-1274-imdl-benco/](https://benchmark-radar.org/benchmarks/opencompass-1274-imdl-benco/)[https://benchmark-radar.org/benchmarks/opencompass-1275-mmlongbench-doc/](https://benchmark-radar.org/benchmarks/opencompass-1275-mmlongbench-doc/)[https://benchmark-radar.org/benchmarks/opencompass-1276-mmlu-pro/](https://benchmark-radar.org/benchmarks/opencompass-1276-mmlu-pro/)[https://benchmark-radar.org/benchmarks/opencompass-1277-videogui/](https://benchmark-radar.org/benchmarks/opencompass-1277-videogui/)[https://benchmark-radar.org/benchmarks/opencompass-1278-chronomagic-bench/](https://benchmark-radar.org/benchmarks/opencompass-1278-chronomagic-bench/)[https://benchmark-radar.org/benchmarks/opencompass-1279-whodunitbench/](https://benchmark-radar.org/benchmarks/opencompass-1279-whodunitbench/)[https://benchmark-radar.org/benchmarks/opencompass-1280-ambrosia/](https://benchmark-radar.org/benchmarks/opencompass-1280-ambrosia/)[https://benchmark-radar.org/benchmarks/opencompass-1283-p-mmeval/](https://benchmark-radar.org/benchmarks/opencompass-1283-p-mmeval/)[https://benchmark-radar.org/benchmarks/opencompass-1287-medbench/](https://benchmark-radar.org/benchmarks/opencompass-1287-medbench/)[https://benchmark-radar.org/benchmarks/opencompass-1317-repliqa/](https://benchmark-radar.org/benchmarks/opencompass-1317-repliqa/)[https://benchmark-radar.org/benchmarks/opencompass-1318-wikicontradict/](https://benchmark-radar.org/benchmarks/opencompass-1318-wikicontradict/)[https://benchmark-radar.org/benchmarks/opencompass-1319-actionatlas/](https://benchmark-radar.org/benchmarks/opencompass-1319-actionatlas/)[https://benchmark-radar.org/benchmarks/opencompass-1320-iac-eval/](https://benchmark-radar.org/benchmarks/opencompass-1320-iac-eval/)[https://benchmark-radar.org/benchmarks/opencompass-1321-shoppingmmlu/](https://benchmark-radar.org/benchmarks/opencompass-1321-shoppingmmlu/)[https://benchmark-radar.org/benchmarks/opencompass-1322-infibench/](https://benchmark-radar.org/benchmarks/opencompass-1322-infibench/)[https://benchmark-radar.org/benchmarks/opencompass-1323-scifibench/](https://benchmark-radar.org/benchmarks/opencompass-1323-scifibench/)[https://benchmark-radar.org/benchmarks/opencompass-1324-flub/](https://benchmark-radar.org/benchmarks/opencompass-1324-flub/)[https://benchmark-radar.org/benchmarks/opencompass-1325-llm-uncertainty-bench/](https://benchmark-radar.org/benchmarks/opencompass-1325-llm-uncertainty-bench/)[https://benchmark-radar.org/benchmarks/opencompass-1326-medjourney/](https://benchmark-radar.org/benchmarks/opencompass-1326-medjourney/)[https://benchmark-radar.org/benchmarks/opencompass-1327-ehrnoteqa/](https://benchmark-radar.org/benchmarks/opencompass-1327-ehrnoteqa/)[https://benchmark-radar.org/benchmarks/opencompass-1328-gta/](https://benchmark-radar.org/benchmarks/opencompass-1328-gta/)[https://benchmark-radar.org/benchmarks/opencompass-1329-olympicarena/](https://benchmark-radar.org/benchmarks/opencompass-1329-olympicarena/)[https://benchmark-radar.org/benchmarks/opencompass-1330-sg-bench/](https://benchmark-radar.org/benchmarks/opencompass-1330-sg-bench/)[https://benchmark-radar.org/benchmarks/opencompass-1331-medsafetybench/](https://benchmark-radar.org/benchmarks/opencompass-1331-medsafetybench/)[https://benchmark-radar.org/benchmarks/opencompass-1332-unibench/](https://benchmark-radar.org/benchmarks/opencompass-1332-unibench/)[https://benchmark-radar.org/benchmarks/opencompass-1333-redcode/](https://benchmark-radar.org/benchmarks/opencompass-1333-redcode/)[https://benchmark-radar.org/benchmarks/opencompass-1334-mmdu/](https://benchmark-radar.org/benchmarks/opencompass-1334-mmdu/)[https://benchmark-radar.org/benchmarks/opencompass-1335-ltmbenchmark/](https://benchmark-radar.org/benchmarks/opencompass-1335-ltmbenchmark/)[https://benchmark-radar.org/benchmarks/opencompass-1336-compbench/](https://benchmark-radar.org/benchmarks/opencompass-1336-compbench/)[https://benchmark-radar.org/benchmarks/opencompass-1337-jailtrickbench/](https://benchmark-radar.org/benchmarks/opencompass-1337-jailtrickbench/)[https://benchmark-radar.org/benchmarks/opencompass-1349-cyberseceval/](https://benchmark-radar.org/benchmarks/opencompass-1349-cyberseceval/)[https://benchmark-radar.org/benchmarks/opencompass-1351-agentharm/](https://benchmark-radar.org/benchmarks/opencompass-1351-agentharm/)[https://benchmark-radar.org/benchmarks/opencompass-1355-hallusionbench/](https://benchmark-radar.org/benchmarks/opencompass-1355-hallusionbench/)[https://benchmark-radar.org/benchmarks/opencompass-1356-mm-vet/](https://benchmark-radar.org/benchmarks/opencompass-1356-mm-vet/)[https://benchmark-radar.org/benchmarks/opencompass-1357-mme/](https://benchmark-radar.org/benchmarks/opencompass-1357-mme/)[https://benchmark-radar.org/benchmarks/opencompass-1358-video-mme/](https://benchmark-radar.org/benchmarks/opencompass-1358-video-mme/)[https://benchmark-radar.org/benchmarks/opencompass-1359-seed-bench/](https://benchmark-radar.org/benchmarks/opencompass-1359-seed-bench/)[https://benchmark-radar.org/benchmarks/opencompass-1360-llava-bench/](https://benchmark-radar.org/benchmarks/opencompass-1360-llava-bench/)[https://benchmark-radar.org/benchmarks/opencompass-1361-realworldqa/](https://benchmark-radar.org/benchmarks/opencompass-1361-realworldqa/)[https://benchmark-radar.org/benchmarks/opencompass-1362-pope/](https://benchmark-radar.org/benchmarks/opencompass-1362-pope/)[https://benchmark-radar.org/benchmarks/opencompass-1363-seed-bench-2/](https://benchmark-radar.org/benchmarks/opencompass-1363-seed-bench-2/)[https://benchmark-radar.org/benchmarks/opencompass-1364-mmt-bench/](https://benchmark-radar.org/benchmarks/opencompass-1364-mmt-bench/)[https://benchmark-radar.org/benchmarks/opencompass-1365-blink/](https://benchmark-radar.org/benchmarks/opencompass-1365-blink/)[https://benchmark-radar.org/benchmarks/opencompass-1367-a-okvqa/](https://benchmark-radar.org/benchmarks/opencompass-1367-a-okvqa/)[https://benchmark-radar.org/benchmarks/opencompass-1370-mathvision/](https://benchmark-radar.org/benchmarks/opencompass-1370-mathvision/)[https://benchmark-radar.org/benchmarks/opencompass-1371-mathverse/](https://benchmark-radar.org/benchmarks/opencompass-1371-mathverse/)[https://benchmark-radar.org/benchmarks/opencompass-1374-dynamath/](https://benchmark-radar.org/benchmarks/opencompass-1374-dynamath/)[https://benchmark-radar.org/benchmarks/opencompass-1375-vbench/](https://benchmark-radar.org/benchmarks/opencompass-1375-vbench/)[https://benchmark-radar.org/benchmarks/opencompass-1376-genai-bench/](https://benchmark-radar.org/benchmarks/opencompass-1376-genai-bench/)[https://benchmark-radar.org/benchmarks/opencompass-1395-seed-bench-2-plus/](https://benchmark-radar.org/benchmarks/opencompass-1395-seed-bench-2-plus/)[https://benchmark-radar.org/benchmarks/opencompass-1396-av-odyssey-bench/](https://benchmark-radar.org/benchmarks/opencompass-1396-av-odyssey-bench/)[https://benchmark-radar.org/benchmarks/opencompass-1397-livemathbench/](https://benchmark-radar.org/benchmarks/opencompass-1397-livemathbench/)[https://benchmark-radar.org/benchmarks/opencompass-1413-livecodebench/](https://benchmark-radar.org/benchmarks/opencompass-1413-livecodebench/)[https://benchmark-radar.org/benchmarks/opencompass-1451-mme-realworld/](https://benchmark-radar.org/benchmarks/opencompass-1451-mme-realworld/)[https://benchmark-radar.org/benchmarks/opencompass-1453-mmiu/](https://benchmark-radar.org/benchmarks/opencompass-1453-mmiu/)[https://benchmark-radar.org/benchmarks/opencompass-1500-crpe/](https://benchmark-radar.org/benchmarks/opencompass-1500-crpe/)[https://benchmark-radar.org/benchmarks/opencompass-1502-mtvqa/](https://benchmark-radar.org/benchmarks/opencompass-1502-mtvqa/)[https://benchmark-radar.org/benchmarks/opencompass-1509-mvbench/](https://benchmark-radar.org/benchmarks/opencompass-1509-mvbench/)[https://benchmark-radar.org/benchmarks/opencompass-1510-longvideobench/](https://benchmark-radar.org/benchmarks/opencompass-1510-longvideobench/)[https://benchmark-radar.org/benchmarks/opencompass-1512-mlvu/](https://benchmark-radar.org/benchmarks/opencompass-1512-mlvu/)[https://benchmark-radar.org/benchmarks/opencompass-1513-cg-bench/](https://benchmark-radar.org/benchmarks/opencompass-1513-cg-bench/)[https://benchmark-radar.org/benchmarks/opencompass-1518-minictx/](https://benchmark-radar.org/benchmarks/opencompass-1518-minictx/)[https://benchmark-radar.org/benchmarks/opencompass-1523-mmie/](https://benchmark-radar.org/benchmarks/opencompass-1523-mmie/)[https://benchmark-radar.org/benchmarks/opencompass-1524-rm-bench/](https://benchmark-radar.org/benchmarks/opencompass-1524-rm-bench/)[https://benchmark-radar.org/benchmarks/opencompass-1532-zerobench/](https://benchmark-radar.org/benchmarks/opencompass-1532-zerobench/)[https://benchmark-radar.org/benchmarks/opencompass-1533-nutritionqa/](https://benchmark-radar.org/benchmarks/opencompass-1533-nutritionqa/)[https://benchmark-radar.org/benchmarks/opencompass-1534-chase-code/](https://benchmark-radar.org/benchmarks/opencompass-1534-chase-code/)[https://benchmark-radar.org/benchmarks/opencompass-1537-mvl-sib/](https://benchmark-radar.org/benchmarks/opencompass-1537-mvl-sib/)[https://benchmark-radar.org/benchmarks/opencompass-1538-supergpqa/](https://benchmark-radar.org/benchmarks/opencompass-1538-supergpqa/)[https://benchmark-radar.org/benchmarks/opencompass-1539-mm-rlhf/](https://benchmark-radar.org/benchmarks/opencompass-1539-mm-rlhf/)[https://benchmark-radar.org/benchmarks/opencompass-1541-vlm2-bench/](https://benchmark-radar.org/benchmarks/opencompass-1541-vlm2-bench/)[https://benchmark-radar.org/benchmarks/opencompass-1542-structflowbench/](https://benchmark-radar.org/benchmarks/opencompass-1542-structflowbench/)[https://benchmark-radar.org/benchmarks/opencompass-1543-kitab-bench/](https://benchmark-radar.org/benchmarks/opencompass-1543-kitab-bench/)[https://benchmark-radar.org/benchmarks/opencompass-1546-codecriticbench/](https://benchmark-radar.org/benchmarks/opencompass-1546-codecriticbench/)[https://benchmark-radar.org/benchmarks/opencompass-1547-mmir/](https://benchmark-radar.org/benchmarks/opencompass-1547-mmir/)[https://benchmark-radar.org/benchmarks/opencompass-1548-medhallu/](https://benchmark-radar.org/benchmarks/opencompass-1548-medhallu/)[https://benchmark-radar.org/benchmarks/opencompass-1552-ceb/](https://benchmark-radar.org/benchmarks/opencompass-1552-ceb/)[https://benchmark-radar.org/benchmarks/opencompass-1553-omnialign-v/](https://benchmark-radar.org/benchmarks/opencompass-1553-omnialign-v/)[https://benchmark-radar.org/benchmarks/opencompass-1554-jl1-cd/](https://benchmark-radar.org/benchmarks/opencompass-1554-jl1-cd/)[https://benchmark-radar.org/benchmarks/opencompass-1555-wildbench/](https://benchmark-radar.org/benchmarks/opencompass-1555-wildbench/)[https://benchmark-radar.org/benchmarks/opencompass-1557-airbench-2024/](https://benchmark-radar.org/benchmarks/opencompass-1557-airbench-2024/)[https://benchmark-radar.org/benchmarks/opencompass-1558-mm-alignbench/](https://benchmark-radar.org/benchmarks/opencompass-1558-mm-alignbench/)[https://benchmark-radar.org/benchmarks/opencompass-1562-benchmax/](https://benchmark-radar.org/benchmarks/opencompass-1562-benchmax/)[https://benchmark-radar.org/benchmarks/opencompass-1564-embodiedbench/](https://benchmark-radar.org/benchmarks/opencompass-1564-embodiedbench/)[https://benchmark-radar.org/benchmarks/opencompass-1565-mme-cot/](https://benchmark-radar.org/benchmarks/opencompass-1565-mme-cot/)[https://benchmark-radar.org/benchmarks/opencompass-1566-mm-iq/](https://benchmark-radar.org/benchmarks/opencompass-1566-mm-iq/)[https://benchmark-radar.org/benchmarks/opencompass-1571-bright/](https://benchmark-radar.org/benchmarks/opencompass-1571-bright/)[https://benchmark-radar.org/benchmarks/opencompass-1572-loki/](https://benchmark-radar.org/benchmarks/opencompass-1572-loki/)[https://benchmark-radar.org/benchmarks/opencompass-1574-text2world/](https://benchmark-radar.org/benchmarks/opencompass-1574-text2world/)[https://benchmark-radar.org/benchmarks/opencompass-1576-physreason/](https://benchmark-radar.org/benchmarks/opencompass-1576-physreason/)[https://benchmark-radar.org/benchmarks/opencompass-1578-mmke-bench/](https://benchmark-radar.org/benchmarks/opencompass-1578-mmke-bench/)[https://benchmark-radar.org/benchmarks/opencompass-1579-postersum/](https://benchmark-radar.org/benchmarks/opencompass-1579-postersum/)[https://benchmark-radar.org/benchmarks/opencompass-1580-a-bench/](https://benchmark-radar.org/benchmarks/opencompass-1580-a-bench/)[https://benchmark-radar.org/benchmarks/opencompass-1581-holobench/](https://benchmark-radar.org/benchmarks/opencompass-1581-holobench/)[https://benchmark-radar.org/benchmarks/opencompass-1582-codemmlu/](https://benchmark-radar.org/benchmarks/opencompass-1582-codemmlu/)[https://benchmark-radar.org/benchmarks/opencompass-1583-judgebench/](https://benchmark-radar.org/benchmarks/opencompass-1583-judgebench/)[https://benchmark-radar.org/benchmarks/opencompass-1584-mmsearch/](https://benchmark-radar.org/benchmarks/opencompass-1584-mmsearch/)[https://benchmark-radar.org/benchmarks/opencompass-1585-mmad/](https://benchmark-radar.org/benchmarks/opencompass-1585-mmad/)[https://benchmark-radar.org/benchmarks/opencompass-1586-mrag-bench/](https://benchmark-radar.org/benchmarks/opencompass-1586-mrag-bench/)[https://benchmark-radar.org/benchmarks/opencompass-1587-mr-gsm8k/](https://benchmark-radar.org/benchmarks/opencompass-1587-mr-gsm8k/)[https://benchmark-radar.org/benchmarks/opencompass-1599-gaia/](https://benchmark-radar.org/benchmarks/opencompass-1599-gaia/)[https://benchmark-radar.org/benchmarks/opencompass-1604-egonormia/](https://benchmark-radar.org/benchmarks/opencompass-1604-egonormia/)[https://benchmark-radar.org/benchmarks/opencompass-1605-deepfake-eval-2024/](https://benchmark-radar.org/benchmarks/opencompass-1605-deepfake-eval-2024/)[https://benchmark-radar.org/benchmarks/opencompass-1606-mcitebench/](https://benchmark-radar.org/benchmarks/opencompass-1606-mcitebench/)[https://benchmark-radar.org/benchmarks/opencompass-1607-toolret/](https://benchmark-radar.org/benchmarks/opencompass-1607-toolret/)[https://benchmark-radar.org/benchmarks/opencompass-1608-swiltra-bench/](https://benchmark-radar.org/benchmarks/opencompass-1608-swiltra-bench/)[https://benchmark-radar.org/benchmarks/opencompass-1609-mask/](https://benchmark-radar.org/benchmarks/opencompass-1609-mask/)[https://benchmark-radar.org/benchmarks/opencompass-1617-ifir/](https://benchmark-radar.org/benchmarks/opencompass-1617-ifir/)[https://benchmark-radar.org/benchmarks/opencompass-1618-fedmabench/](https://benchmark-radar.org/benchmarks/opencompass-1618-fedmabench/)[https://benchmark-radar.org/benchmarks/opencompass-1621-processbench/](https://benchmark-radar.org/benchmarks/opencompass-1621-processbench/)[https://benchmark-radar.org/benchmarks/opencompass-1622-coral/](https://benchmark-radar.org/benchmarks/opencompass-1622-coral/)[https://benchmark-radar.org/benchmarks/opencompass-1623-mj-bench/](https://benchmark-radar.org/benchmarks/opencompass-1623-mj-bench/)[https://benchmark-radar.org/benchmarks/opencompass-1624-codeelo/](https://benchmark-radar.org/benchmarks/opencompass-1624-codeelo/)[https://benchmark-radar.org/benchmarks/opencompass-1625-ubuntu-osworld/](https://benchmark-radar.org/benchmarks/opencompass-1625-ubuntu-osworld/)[https://benchmark-radar.org/benchmarks/opencompass-1626-crag/](https://benchmark-radar.org/benchmarks/opencompass-1626-crag/)[https://benchmark-radar.org/benchmarks/opencompass-1632-probench/](https://benchmark-radar.org/benchmarks/opencompass-1632-probench/)[https://benchmark-radar.org/benchmarks/opencompass-1633-projudge/](https://benchmark-radar.org/benchmarks/opencompass-1633-projudge/)[https://benchmark-radar.org/benchmarks/opencompass-1634-visualsimpleqa/](https://benchmark-radar.org/benchmarks/opencompass-1634-visualsimpleqa/)[https://benchmark-radar.org/benchmarks/opencompass-1635-knowlogic/](https://benchmark-radar.org/benchmarks/opencompass-1635-knowlogic/)[https://benchmark-radar.org/benchmarks/opencompass-1636-urbanvideo-bench/](https://benchmark-radar.org/benchmarks/opencompass-1636-urbanvideo-bench/)[https://benchmark-radar.org/benchmarks/opencompass-1640-emma/](https://benchmark-radar.org/benchmarks/opencompass-1640-emma/)[https://benchmark-radar.org/benchmarks/opencompass-1641-medagents-bench/](https://benchmark-radar.org/benchmarks/opencompass-1641-medagents-bench/)[https://benchmark-radar.org/benchmarks/opencompass-1643-creation-mmbench/](https://benchmark-radar.org/benchmarks/opencompass-1643-creation-mmbench/)[https://benchmark-radar.org/benchmarks/opencompass-1645-mastermindeval/](https://benchmark-radar.org/benchmarks/opencompass-1645-mastermindeval/)[https://benchmark-radar.org/benchmarks/opencompass-1648-dme/](https://benchmark-radar.org/benchmarks/opencompass-1648-dme/)[https://benchmark-radar.org/benchmarks/opencompass-1654-v-star/](https://benchmark-radar.org/benchmarks/opencompass-1654-v-star/)[https://benchmark-radar.org/benchmarks/opencompass-1656-rfuav/](https://benchmark-radar.org/benchmarks/opencompass-1656-rfuav/)[https://benchmark-radar.org/benchmarks/opencompass-1658-milic-eval/](https://benchmark-radar.org/benchmarks/opencompass-1658-milic-eval/)[https://benchmark-radar.org/benchmarks/opencompass-1667-microvqa/](https://benchmark-radar.org/benchmarks/opencompass-1667-microvqa/)[https://benchmark-radar.org/benchmarks/opencompass-1668-timetravel/](https://benchmark-radar.org/benchmarks/opencompass-1668-timetravel/)[https://benchmark-radar.org/benchmarks/opencompass-1670-indicmmlu-pro/](https://benchmark-radar.org/benchmarks/opencompass-1670-indicmmlu-pro/)[https://benchmark-radar.org/benchmarks/opencompass-1671-forensics-bench/](https://benchmark-radar.org/benchmarks/opencompass-1671-forensics-bench/)[https://benchmark-radar.org/benchmarks/opencompass-1675-pokerbench/](https://benchmark-radar.org/benchmarks/opencompass-1675-pokerbench/)[https://benchmark-radar.org/benchmarks/opencompass-1678-rsmmvp/](https://benchmark-radar.org/benchmarks/opencompass-1678-rsmmvp/)[https://benchmark-radar.org/benchmarks/opencompass-1679-contextualjudgebench/](https://benchmark-radar.org/benchmarks/opencompass-1679-contextualjudgebench/)[https://benchmark-radar.org/benchmarks/opencompass-1680-bigobench/](https://benchmark-radar.org/benchmarks/opencompass-1680-bigobench/)[https://benchmark-radar.org/benchmarks/opencompass-1681-prmbench-preview/](https://benchmark-radar.org/benchmarks/opencompass-1681-prmbench-preview/)[https://benchmark-radar.org/benchmarks/opencompass-1682-motionbench/](https://benchmark-radar.org/benchmarks/opencompass-1682-motionbench/)[https://benchmark-radar.org/benchmarks/opencompass-1694-maritimebench/](https://benchmark-radar.org/benchmarks/opencompass-1694-maritimebench/)[https://benchmark-radar.org/benchmarks/opencompass-1701-writingbench/](https://benchmark-radar.org/benchmarks/opencompass-1701-writingbench/)[https://benchmark-radar.org/benchmarks/opencompass-1704-mono2stereo/](https://benchmark-radar.org/benchmarks/opencompass-1704-mono2stereo/)[https://benchmark-radar.org/benchmarks/opencompass-1705-olymmath/](https://benchmark-radar.org/benchmarks/opencompass-1705-olymmath/)[https://benchmark-radar.org/benchmarks/opencompass-1706-koffvqa/](https://benchmark-radar.org/benchmarks/opencompass-1706-koffvqa/)[https://benchmark-radar.org/benchmarks/opencompass-1707-rxrx3-core/](https://benchmark-radar.org/benchmarks/opencompass-1707-rxrx3-core/)[https://benchmark-radar.org/benchmarks/opencompass-1712-toolhop/](https://benchmark-radar.org/benchmarks/opencompass-1712-toolhop/)[https://benchmark-radar.org/benchmarks/opencompass-1717-vilbench/](https://benchmark-radar.org/benchmarks/opencompass-1717-vilbench/)[https://benchmark-radar.org/benchmarks/opencompass-1730-paperbench/](https://benchmark-radar.org/benchmarks/opencompass-1730-paperbench/)[https://benchmark-radar.org/benchmarks/opencompass-1731-dove/](https://benchmark-radar.org/benchmarks/opencompass-1731-dove/)[https://benchmark-radar.org/benchmarks/opencompass-1732-scam/](https://benchmark-radar.org/benchmarks/opencompass-1732-scam/)[https://benchmark-radar.org/benchmarks/opencompass-1733-feabench/](https://benchmark-radar.org/benchmarks/opencompass-1733-feabench/)[https://benchmark-radar.org/benchmarks/opencompass-1734-thai-local-benchmark/](https://benchmark-radar.org/benchmarks/opencompass-1734-thai-local-benchmark/)[https://benchmark-radar.org/benchmarks/opencompass-1735-worldscore/](https://benchmark-radar.org/benchmarks/opencompass-1735-worldscore/)[https://benchmark-radar.org/benchmarks/opencompass-1736-mmtb/](https://benchmark-radar.org/benchmarks/opencompass-1736-mmtb/)[https://benchmark-radar.org/benchmarks/opencompass-1737-fortisavqa/](https://benchmark-radar.org/benchmarks/opencompass-1737-fortisavqa/)[https://benchmark-radar.org/benchmarks/opencompass-1738-rulistening/](https://benchmark-radar.org/benchmarks/opencompass-1738-rulistening/)[https://benchmark-radar.org/benchmarks/opencompass-1739-crosswordbench/](https://benchmark-radar.org/benchmarks/opencompass-1739-crosswordbench/)[https://benchmark-radar.org/benchmarks/opencompass-1740-gpt-imgeval/](https://benchmark-radar.org/benchmarks/opencompass-1740-gpt-imgeval/)[https://benchmark-radar.org/benchmarks/opencompass-1742-u-niah/](https://benchmark-radar.org/benchmarks/opencompass-1742-u-niah/)[https://benchmark-radar.org/benchmarks/opencompass-1744-stylerec/](https://benchmark-radar.org/benchmarks/opencompass-1744-stylerec/)[https://benchmark-radar.org/benchmarks/opencompass-1748-visualpuzzles/](https://benchmark-radar.org/benchmarks/opencompass-1748-visualpuzzles/)[https://benchmark-radar.org/benchmarks/opencompass-1751-multiloko/](https://benchmark-radar.org/benchmarks/opencompass-1751-multiloko/)[https://benchmark-radar.org/benchmarks/opencompass-1752-llm-srbench/](https://benchmark-radar.org/benchmarks/opencompass-1752-llm-srbench/)[https://benchmark-radar.org/benchmarks/opencompass-1753-agmmu/](https://benchmark-radar.org/benchmarks/opencompass-1753-agmmu/)[https://benchmark-radar.org/benchmarks/opencompass-1754-openturingbench/](https://benchmark-radar.org/benchmarks/opencompass-1754-openturingbench/)[https://benchmark-radar.org/benchmarks/opencompass-1755-real/](https://benchmark-radar.org/benchmarks/opencompass-1755-real/)[https://benchmark-radar.org/benchmarks/opencompass-1772-s1-bench/](https://benchmark-radar.org/benchmarks/opencompass-1772-s1-bench/)[https://benchmark-radar.org/benchmarks/opencompass-1777-colorbench/](https://benchmark-radar.org/benchmarks/opencompass-1777-colorbench/)[https://benchmark-radar.org/benchmarks/opencompass-1778-agentrewardbench/](https://benchmark-radar.org/benchmarks/opencompass-1778-agentrewardbench/)[https://benchmark-radar.org/benchmarks/opencompass-1779-mlrc-bench/](https://benchmark-radar.org/benchmarks/opencompass-1779-mlrc-bench/)[https://benchmark-radar.org/benchmarks/opencompass-1780-c-faith/](https://benchmark-radar.org/benchmarks/opencompass-1780-c-faith/)[https://benchmark-radar.org/benchmarks/opencompass-1781-mieb/](https://benchmark-radar.org/benchmarks/opencompass-1781-mieb/)[https://benchmark-radar.org/benchmarks/opencompass-1782-hypobench/](https://benchmark-radar.org/benchmarks/opencompass-1782-hypobench/)[https://benchmark-radar.org/benchmarks/opencompass-1783-nppc/](https://benchmark-radar.org/benchmarks/opencompass-1783-nppc/)[https://benchmark-radar.org/benchmarks/opencompass-1784-xverify/](https://benchmark-radar.org/benchmarks/opencompass-1784-xverify/)[https://benchmark-radar.org/benchmarks/opencompass-1786-hypoeval/](https://benchmark-radar.org/benchmarks/opencompass-1786-hypoeval/)[https://benchmark-radar.org/benchmarks/opencompass-1787-livelongbench/](https://benchmark-radar.org/benchmarks/opencompass-1787-livelongbench/)[https://benchmark-radar.org/benchmarks/opencompass-1801-omnigirl/](https://benchmark-radar.org/benchmarks/opencompass-1801-omnigirl/)[https://benchmark-radar.org/benchmarks/opencompass-1829-mms-vpr/](https://benchmark-radar.org/benchmarks/opencompass-1829-mms-vpr/)[https://benchmark-radar.org/benchmarks/opencompass-1832-medbrowsecomp/](https://benchmark-radar.org/benchmarks/opencompass-1832-medbrowsecomp/)[https://benchmark-radar.org/benchmarks/opencompass-1833-csts/](https://benchmark-radar.org/benchmarks/opencompass-1833-csts/)[https://benchmark-radar.org/benchmarks/opencompass-1834-clever/](https://benchmark-radar.org/benchmarks/opencompass-1834-clever/)[https://benchmark-radar.org/benchmarks/opencompass-1835-audiojailbreak/](https://benchmark-radar.org/benchmarks/opencompass-1835-audiojailbreak/)[https://benchmark-radar.org/benchmarks/opencompass-1836-pashtoocr/](https://benchmark-radar.org/benchmarks/opencompass-1836-pashtoocr/)[https://benchmark-radar.org/benchmarks/opencompass-1838-llm-babybench/](https://benchmark-radar.org/benchmarks/opencompass-1838-llm-babybench/)[https://benchmark-radar.org/benchmarks/opencompass-1839-tiny-qa-benchmark-pp/](https://benchmark-radar.org/benchmarks/opencompass-1839-tiny-qa-benchmark-pp/)[https://benchmark-radar.org/benchmarks/opencompass-1840-iqbench/](https://benchmark-radar.org/benchmarks/opencompass-1840-iqbench/)[https://benchmark-radar.org/benchmarks/opencompass-1842-hardmath2/](https://benchmark-radar.org/benchmarks/opencompass-1842-hardmath2/)[https://benchmark-radar.org/benchmarks/opencompass-1843-ewmbench/](https://benchmark-radar.org/benchmarks/opencompass-1843-ewmbench/)[https://benchmark-radar.org/benchmarks/opencompass-1844-miracl-vision/](https://benchmark-radar.org/benchmarks/opencompass-1844-miracl-vision/)[https://benchmark-radar.org/benchmarks/opencompass-1845-stark-10k/](https://benchmark-radar.org/benchmarks/opencompass-1845-stark-10k/)[https://benchmark-radar.org/benchmarks/opencompass-1846-tglg/](https://benchmark-radar.org/benchmarks/opencompass-1846-tglg/)[https://benchmark-radar.org/benchmarks/opencompass-1847-massive-steps/](https://benchmark-radar.org/benchmarks/opencompass-1847-massive-steps/)[https://benchmark-radar.org/benchmarks/opencompass-1848-mavos-dd/](https://benchmark-radar.org/benchmarks/opencompass-1848-mavos-dd/)[https://benchmark-radar.org/benchmarks/opencompass-1849-cleanpatrick/](https://benchmark-radar.org/benchmarks/opencompass-1849-cleanpatrick/)[https://benchmark-radar.org/benchmarks/opencompass-1851-mmlongbench/](https://benchmark-radar.org/benchmarks/opencompass-1851-mmlongbench/)[https://benchmark-radar.org/benchmarks/opencompass-1853-minilongbench/](https://benchmark-radar.org/benchmarks/opencompass-1853-minilongbench/)[https://benchmark-radar.org/benchmarks/opencompass-1855-transbench/](https://benchmark-radar.org/benchmarks/opencompass-1855-transbench/)[https://benchmark-radar.org/benchmarks/opencompass-1865-gitgoodbench/](https://benchmark-radar.org/benchmarks/opencompass-1865-gitgoodbench/)[https://benchmark-radar.org/benchmarks/opencompass-1874-medarabiq/](https://benchmark-radar.org/benchmarks/opencompass-1874-medarabiq/)[https://benchmark-radar.org/benchmarks/opencompass-1875-vibe/](https://benchmark-radar.org/benchmarks/opencompass-1875-vibe/)[https://benchmark-radar.org/benchmarks/opencompass-1876-aneumo/](https://benchmark-radar.org/benchmarks/opencompass-1876-aneumo/)[https://benchmark-radar.org/benchmarks/opencompass-1891-medxpertqa/](https://benchmark-radar.org/benchmarks/opencompass-1891-medxpertqa/)[https://benchmark-radar.org/benchmarks/opencompass-1892-er-reason/](https://benchmark-radar.org/benchmarks/opencompass-1892-er-reason/)[https://benchmark-radar.org/benchmarks/opencompass-1893-medal/](https://benchmark-radar.org/benchmarks/opencompass-1893-medal/)[https://benchmark-radar.org/benchmarks/opencompass-1900-videoreasonbench/](https://benchmark-radar.org/benchmarks/opencompass-1900-videoreasonbench/)[https://benchmark-radar.org/benchmarks/opencompass-1905-mvpbench/](https://benchmark-radar.org/benchmarks/opencompass-1905-mvpbench/)[https://benchmark-radar.org/benchmarks/opencompass-1907-cfinbench/](https://benchmark-radar.org/benchmarks/opencompass-1907-cfinbench/)[https://benchmark-radar.org/benchmarks/opencompass-1908-audiotrust/](https://benchmark-radar.org/benchmarks/opencompass-1908-audiotrust/)[https://benchmark-radar.org/benchmarks/opencompass-1910-mmar/](https://benchmark-radar.org/benchmarks/opencompass-1910-mmar/)[https://benchmark-radar.org/benchmarks/opencompass-1915-rewardbench/](https://benchmark-radar.org/benchmarks/opencompass-1915-rewardbench/)[https://benchmark-radar.org/benchmarks/opencompass-1917-orak/](https://benchmark-radar.org/benchmarks/opencompass-1917-orak/)[https://benchmark-radar.org/benchmarks/opencompass-1918-rdb2g-bench/](https://benchmark-radar.org/benchmarks/opencompass-1918-rdb2g-bench/)[https://benchmark-radar.org/benchmarks/opencompass-1920-medbookvqa/](https://benchmark-radar.org/benchmarks/opencompass-1920-medbookvqa/)[https://benchmark-radar.org/benchmarks/opencompass-1922-mmsi-bench/](https://benchmark-radar.org/benchmarks/opencompass-1922-mmsi-bench/)[https://benchmark-radar.org/benchmarks/opencompass-1924-lamp-qa/](https://benchmark-radar.org/benchmarks/opencompass-1924-lamp-qa/)[https://benchmark-radar.org/benchmarks/opencompass-1926-videomathqa/](https://benchmark-radar.org/benchmarks/opencompass-1926-videomathqa/)[https://benchmark-radar.org/benchmarks/opencompass-1927-gmaimmbench/](https://benchmark-radar.org/benchmarks/opencompass-1927-gmaimmbench/)[https://benchmark-radar.org/benchmarks/opencompass-1929-mtcmb/](https://benchmark-radar.org/benchmarks/opencompass-1929-mtcmb/)[https://benchmark-radar.org/benchmarks/opencompass-1938-worldgenbench/](https://benchmark-radar.org/benchmarks/opencompass-1938-worldgenbench/)[https://benchmark-radar.org/benchmarks/opencompass-1942-omnidocbench/](https://benchmark-radar.org/benchmarks/opencompass-1942-omnidocbench/)[https://benchmark-radar.org/benchmarks/opencompass-1943-combibench/](https://benchmark-radar.org/benchmarks/opencompass-1943-combibench/)[https://benchmark-radar.org/benchmarks/opencompass-1944-loopnav/](https://benchmark-radar.org/benchmarks/opencompass-1944-loopnav/)[https://benchmark-radar.org/benchmarks/opencompass-1954-climateviz/](https://benchmark-radar.org/benchmarks/opencompass-1954-climateviz/)[https://benchmark-radar.org/benchmarks/opencompass-1959-personalens/](https://benchmark-radar.org/benchmarks/opencompass-1959-personalens/)[https://benchmark-radar.org/benchmarks/opencompass-1961-sfe/](https://benchmark-radar.org/benchmarks/opencompass-1961-sfe/)[https://benchmark-radar.org/benchmarks/opencompass-1966-amsbench/](https://benchmark-radar.org/benchmarks/opencompass-1966-amsbench/)[https://benchmark-radar.org/benchmarks/opencompass-1969-ale-bench/](https://benchmark-radar.org/benchmarks/opencompass-1969-ale-bench/)[https://benchmark-radar.org/benchmarks/opencompass-1970-editinspector/](https://benchmark-radar.org/benchmarks/opencompass-1970-editinspector/)[https://benchmark-radar.org/benchmarks/opencompass-1971-dycodeeval/](https://benchmark-radar.org/benchmarks/opencompass-1971-dycodeeval/)[https://benchmark-radar.org/benchmarks/opencompass-1972-cpret/](https://benchmark-radar.org/benchmarks/opencompass-1972-cpret/)[https://benchmark-radar.org/benchmarks/opencompass-1975-causalvqa/](https://benchmark-radar.org/benchmarks/opencompass-1975-causalvqa/)[https://benchmark-radar.org/benchmarks/opencompass-1976-intphys2/](https://benchmark-radar.org/benchmarks/opencompass-1976-intphys2/)[https://benchmark-radar.org/benchmarks/opencompass-1979-openunlearning/](https://benchmark-radar.org/benchmarks/opencompass-1979-openunlearning/)[https://benchmark-radar.org/benchmarks/opencompass-1980-falsereject/](https://benchmark-radar.org/benchmarks/opencompass-1980-falsereject/)[https://benchmark-radar.org/benchmarks/opencompass-1981-omnibench/](https://benchmark-radar.org/benchmarks/opencompass-1981-omnibench/)[https://benchmark-radar.org/benchmarks/opencompass-1982-webui-bench/](https://benchmark-radar.org/benchmarks/opencompass-1982-webui-bench/)[https://benchmark-radar.org/benchmarks/opencompass-1983-bytemorph/](https://benchmark-radar.org/benchmarks/opencompass-1983-bytemorph/)[https://benchmark-radar.org/benchmarks/opencompass-1984-swe-bench-live/](https://benchmark-radar.org/benchmarks/opencompass-1984-swe-bench-live/)[https://benchmark-radar.org/benchmarks/opencompass-1985-cvdp/](https://benchmark-radar.org/benchmarks/opencompass-1985-cvdp/)[https://benchmark-radar.org/benchmarks/opencompass-1986-sec-bench/](https://benchmark-radar.org/benchmarks/opencompass-1986-sec-bench/)[https://benchmark-radar.org/benchmarks/opencompass-1987-deepresearchbench/](https://benchmark-radar.org/benchmarks/opencompass-1987-deepresearchbench/)[https://benchmark-radar.org/benchmarks/opencompass-1989-swe-factory/](https://benchmark-radar.org/benchmarks/opencompass-1989-swe-factory/)[https://benchmark-radar.org/benchmarks/opencompass-1990-opt-bench/](https://benchmark-radar.org/benchmarks/opencompass-1990-opt-bench/)[https://benchmark-radar.org/benchmarks/opencompass-1991-assetopsbench/](https://benchmark-radar.org/benchmarks/opencompass-1991-assetopsbench/)[https://benchmark-radar.org/benchmarks/opencompass-1992-htfllib/](https://benchmark-radar.org/benchmarks/opencompass-1992-htfllib/)[https://benchmark-radar.org/benchmarks/opencompass-1993-vistorybench/](https://benchmark-radar.org/benchmarks/opencompass-1993-vistorybench/)[https://benchmark-radar.org/benchmarks/opencompass-1995-airtbench/](https://benchmark-radar.org/benchmarks/opencompass-1995-airtbench/)[https://benchmark-radar.org/benchmarks/opencompass-1999-morse-500/](https://benchmark-radar.org/benchmarks/opencompass-1999-morse-500/)[https://benchmark-radar.org/benchmarks/opencompass-2005-oss-bench/](https://benchmark-radar.org/benchmarks/opencompass-2005-oss-bench/)[https://benchmark-radar.org/benchmarks/opencompass-2014-utboost/](https://benchmark-radar.org/benchmarks/opencompass-2014-utboost/)[https://benchmark-radar.org/benchmarks/opencompass-2025-tableeval/](https://benchmark-radar.org/benchmarks/opencompass-2025-tableeval/)[https://benchmark-radar.org/benchmarks/opencompass-2027-groundingsuite/](https://benchmark-radar.org/benchmarks/opencompass-2027-groundingsuite/)[https://benchmark-radar.org/benchmarks/opencompass-2029-smmile/](https://benchmark-radar.org/benchmarks/opencompass-2029-smmile/)[https://benchmark-radar.org/benchmarks/opencompass-2030-dabstep/](https://benchmark-radar.org/benchmarks/opencompass-2030-dabstep/)[https://benchmark-radar.org/benchmarks/opencompass-2031-herb/](https://benchmark-radar.org/benchmarks/opencompass-2031-herb/)[https://benchmark-radar.org/benchmarks/opencompass-2032-dice-bench/](https://benchmark-radar.org/benchmarks/opencompass-2032-dice-bench/)[https://benchmark-radar.org/benchmarks/opencompass-2033-rexbench/](https://benchmark-radar.org/benchmarks/opencompass-2033-rexbench/)[https://benchmark-radar.org/benchmarks/opencompass-2034-mteb/](https://benchmark-radar.org/benchmarks/opencompass-2034-mteb/)[https://benchmark-radar.org/benchmarks/opencompass-2035-gym4real/](https://benchmark-radar.org/benchmarks/opencompass-2035-gym4real/)[https://benchmark-radar.org/benchmarks/opencompass-2039-translaw/](https://benchmark-radar.org/benchmarks/opencompass-2039-translaw/)[https://benchmark-radar.org/benchmarks/opencompass-2045-dragon/](https://benchmark-radar.org/benchmarks/opencompass-2045-dragon/)[https://benchmark-radar.org/benchmarks/opencompass-2046-crew-wildfire/](https://benchmark-radar.org/benchmarks/opencompass-2046-crew-wildfire/)[https://benchmark-radar.org/benchmarks/opencompass-2047-llmthinkbench/](https://benchmark-radar.org/benchmarks/opencompass-2047-llmthinkbench/)[https://benchmark-radar.org/benchmarks/opencompass-2048-risebench/](https://benchmark-radar.org/benchmarks/opencompass-2048-risebench/)[https://benchmark-radar.org/benchmarks/opencompass-2050-thunder/](https://benchmark-radar.org/benchmarks/opencompass-2050-thunder/)[https://benchmark-radar.org/benchmarks/opencompass-2052-artifactsbench/](https://benchmark-radar.org/benchmarks/opencompass-2052-artifactsbench/)[https://benchmark-radar.org/benchmarks/opencompass-2061-agenthazard/](https://benchmark-radar.org/benchmarks/opencompass-2061-agenthazard/)[https://benchmark-radar.org/benchmarks/opencompass-2063-visco/](https://benchmark-radar.org/benchmarks/opencompass-2063-visco/)[https://benchmark-radar.org/benchmarks/opencompass-2067-longvale/](https://benchmark-radar.org/benchmarks/opencompass-2067-longvale/)[https://benchmark-radar.org/benchmarks/opencompass-2073-j1-bench/](https://benchmark-radar.org/benchmarks/opencompass-2073-j1-bench/)[https://benchmark-radar.org/benchmarks/opencompass-2075-arena-hard-auto/](https://benchmark-radar.org/benchmarks/opencompass-2075-arena-hard-auto/)[https://benchmark-radar.org/benchmarks/opencompass-2076-k-sort-arena/](https://benchmark-radar.org/benchmarks/opencompass-2076-k-sort-arena/)[https://benchmark-radar.org/benchmarks/opencompass-2077-itbench/](https://benchmark-radar.org/benchmarks/opencompass-2077-itbench/)[https://benchmark-radar.org/benchmarks/opencompass-2078-autoadvexbench/](https://benchmark-radar.org/benchmarks/opencompass-2078-autoadvexbench/)[https://benchmark-radar.org/benchmarks/opencompass-2079-mer-unibench/](https://benchmark-radar.org/benchmarks/opencompass-2079-mer-unibench/)[https://benchmark-radar.org/benchmarks/opencompass-2080-phygenbench/](https://benchmark-radar.org/benchmarks/opencompass-2080-phygenbench/)[https://benchmark-radar.org/benchmarks/opencompass-2081-general-bench/](https://benchmark-radar.org/benchmarks/opencompass-2081-general-bench/)[https://benchmark-radar.org/benchmarks/opencompass-2082-structtokenbench/](https://benchmark-radar.org/benchmarks/opencompass-2082-structtokenbench/)[https://benchmark-radar.org/benchmarks/opencompass-2083-saebench/](https://benchmark-radar.org/benchmarks/opencompass-2083-saebench/)[https://benchmark-radar.org/benchmarks/opencompass-2084-axbench/](https://benchmark-radar.org/benchmarks/opencompass-2084-axbench/)[https://benchmark-radar.org/benchmarks/opencompass-2085-mib/](https://benchmark-radar.org/benchmarks/opencompass-2085-mib/)[https://benchmark-radar.org/benchmarks/opencompass-2086-or-bench/](https://benchmark-radar.org/benchmarks/opencompass-2086-or-bench/)[https://benchmark-radar.org/benchmarks/opencompass-2087-perteval-scfm/](https://benchmark-radar.org/benchmarks/opencompass-2087-perteval-scfm/)[https://benchmark-radar.org/benchmarks/opencompass-2088-lmact/](https://benchmark-radar.org/benchmarks/opencompass-2088-lmact/)[https://benchmark-radar.org/benchmarks/opencompass-2089-lara/](https://benchmark-radar.org/benchmarks/opencompass-2089-lara/)[https://benchmark-radar.org/benchmarks/opencompass-2091-is-bench/](https://benchmark-radar.org/benchmarks/opencompass-2091-is-bench/)[https://benchmark-radar.org/benchmarks/opencompass-2092-spatial457/](https://benchmark-radar.org/benchmarks/opencompass-2092-spatial457/)[https://benchmark-radar.org/benchmarks/opencompass-2126-kmmlu-redux/](https://benchmark-radar.org/benchmarks/opencompass-2126-kmmlu-redux/)[https://benchmark-radar.org/benchmarks/opencompass-2127-clembench/](https://benchmark-radar.org/benchmarks/opencompass-2127-clembench/)[https://benchmark-radar.org/benchmarks/opencompass-2128-lm-evaluation-harness/](https://benchmark-radar.org/benchmarks/opencompass-2128-lm-evaluation-harness/)[https://benchmark-radar.org/benchmarks/opencompass-2129-langnavbench/](https://benchmark-radar.org/benchmarks/opencompass-2129-langnavbench/)[https://benchmark-radar.org/benchmarks/opencompass-2130-job-complex/](https://benchmark-radar.org/benchmarks/opencompass-2130-job-complex/)[https://benchmark-radar.org/benchmarks/opencompass-2142-omnimmi/](https://benchmark-radar.org/benchmarks/opencompass-2142-omnimmi/)[https://benchmark-radar.org/benchmarks/opencompass-2151-interndata-a1/](https://benchmark-radar.org/benchmarks/opencompass-2151-interndata-a1/)[https://benchmark-radar.org/benchmarks/opencompass-2152-interndata-n1/](https://benchmark-radar.org/benchmarks/opencompass-2152-interndata-n1/)[https://benchmark-radar.org/benchmarks/opencompass-2153-interndata-m1/](https://benchmark-radar.org/benchmarks/opencompass-2153-interndata-m1/)[https://benchmark-radar.org/benchmarks/opencompass-2154-motionmillion/](https://benchmark-radar.org/benchmarks/opencompass-2154-motionmillion/)[https://benchmark-radar.org/benchmarks/opencompass-2217-smartbench/](https://benchmark-radar.org/benchmarks/opencompass-2217-smartbench/)[https://benchmark-radar.org/benchmarks/opencompass-2233-gsm8k-v/](https://benchmark-radar.org/benchmarks/opencompass-2233-gsm8k-v/)[https://benchmark-radar.org/benchmarks/opencompass-2325-sgi-bench/](https://benchmark-radar.org/benchmarks/opencompass-2325-sgi-bench/)[https://benchmark-radar.org/benchmarks/opencompass-2348-shell/](https://benchmark-radar.org/benchmarks/opencompass-2348-shell/)[https://benchmark-radar.org/benchmarks/opencompass-2350-picabench/](https://benchmark-radar.org/benchmarks/opencompass-2350-picabench/)[https://benchmark-radar.org/benchmarks/opencompass-2370-argusinspection/](https://benchmark-radar.org/benchmarks/opencompass-2370-argusinspection/)[https://benchmark-radar.org/benchmarks/opencompass-2371-rigorousbench/](https://benchmark-radar.org/benchmarks/opencompass-2371-rigorousbench/)[https://benchmark-radar.org/benchmarks/opencompass-2383-vrbench/](https://benchmark-radar.org/benchmarks/opencompass-2383-vrbench/)[https://benchmark-radar.org/benchmarks/opencompass-2388-vknowu/](https://benchmark-radar.org/benchmarks/opencompass-2388-vknowu/)[https://benchmark-radar.org/benchmarks/opencompass-2391-threat-signature-eval/](https://benchmark-radar.org/benchmarks/opencompass-2391-threat-signature-eval/)[https://benchmark-radar.org/benchmarks/opencompass-2396-aidabench/](https://benchmark-radar.org/benchmarks/opencompass-2396-aidabench/)[https://benchmark-radar.org/benchmarks/opencompass-2417-medhalltune/](https://benchmark-radar.org/benchmarks/opencompass-2417-medhalltune/)[https://benchmark-radar.org/benchmarks/opencompass-2422-lens/](https://benchmark-radar.org/benchmarks/opencompass-2422-lens/)[https://benchmark-radar.org/benchmarks/opencompass-2445-wildclawbench/](https://benchmark-radar.org/benchmarks/opencompass-2445-wildclawbench/)[https://benchmark-radar.org/benchmarks/opencompass-2452-aecbench/](https://benchmark-radar.org/benchmarks/opencompass-2452-aecbench/)[https://benchmark-radar.org/benchmarks/opencompass-2571-elbench/](https://benchmark-radar.org/benchmarks/opencompass-2571-elbench/)[https://benchmark-radar.org/benchmarks/opencompass-2574-gauge/](https://benchmark-radar.org/benchmarks/opencompass-2574-gauge/)[https://benchmark-radar.org/benchmarks/opencompass-496-c-eval/](https://benchmark-radar.org/benchmarks/opencompass-496-c-eval/)[https://benchmark-radar.org/benchmarks/opencompass-497-agieval/](https://benchmark-radar.org/benchmarks/opencompass-497-agieval/)[https://benchmark-radar.org/benchmarks/opencompass-498-mmlu/](https://benchmark-radar.org/benchmarks/opencompass-498-mmlu/)[https://benchmark-radar.org/benchmarks/opencompass-499-cmmlu/](https://benchmark-radar.org/benchmarks/opencompass-499-cmmlu/)[https://benchmark-radar.org/benchmarks/opencompass-500-gaokao-bench/](https://benchmark-radar.org/benchmarks/opencompass-500-gaokao-bench/)[https://benchmark-radar.org/benchmarks/opencompass-502-arc-c/](https://benchmark-radar.org/benchmarks/opencompass-502-arc-c/)[https://benchmark-radar.org/benchmarks/opencompass-503-arc-e/](https://benchmark-radar.org/benchmarks/opencompass-503-arc-e/)[https://benchmark-radar.org/benchmarks/opencompass-504-wic/](https://benchmark-radar.org/benchmarks/opencompass-504-wic/)[https://benchmark-radar.org/benchmarks/opencompass-505-chid/](https://benchmark-radar.org/benchmarks/opencompass-505-chid/)[https://benchmark-radar.org/benchmarks/opencompass-506-afqmc/](https://benchmark-radar.org/benchmarks/opencompass-506-afqmc/)[https://benchmark-radar.org/benchmarks/opencompass-507-wsc/](https://benchmark-radar.org/benchmarks/opencompass-507-wsc/)[https://benchmark-radar.org/benchmarks/opencompass-508-tydiqa/](https://benchmark-radar.org/benchmarks/opencompass-508-tydiqa/)[https://benchmark-radar.org/benchmarks/opencompass-509-flores/](https://benchmark-radar.org/benchmarks/opencompass-509-flores/)[https://benchmark-radar.org/benchmarks/opencompass-510-boolq/](https://benchmark-radar.org/benchmarks/opencompass-510-boolq/)[https://benchmark-radar.org/benchmarks/opencompass-511-commonsenseqa/](https://benchmark-radar.org/benchmarks/opencompass-511-commonsenseqa/)[https://benchmark-radar.org/benchmarks/opencompass-512-triviaqa/](https://benchmark-radar.org/benchmarks/opencompass-512-triviaqa/)[https://benchmark-radar.org/benchmarks/opencompass-513-nq/](https://benchmark-radar.org/benchmarks/opencompass-513-nq/)[https://benchmark-radar.org/benchmarks/opencompass-514-c3/](https://benchmark-radar.org/benchmarks/opencompass-514-c3/)[https://benchmark-radar.org/benchmarks/opencompass-516-race-high/](https://benchmark-radar.org/benchmarks/opencompass-516-race-high/)[https://benchmark-radar.org/benchmarks/opencompass-517-race-middle/](https://benchmark-radar.org/benchmarks/opencompass-517-race-middle/)[https://benchmark-radar.org/benchmarks/opencompass-518-openbookqa/](https://benchmark-radar.org/benchmarks/opencompass-518-openbookqa/)[https://benchmark-radar.org/benchmarks/opencompass-519-csl/](https://benchmark-radar.org/benchmarks/opencompass-519-csl/)[https://benchmark-radar.org/benchmarks/opencompass-520-lcsts/](https://benchmark-radar.org/benchmarks/opencompass-520-lcsts/)[https://benchmark-radar.org/benchmarks/opencompass-521-xsum/](https://benchmark-radar.org/benchmarks/opencompass-521-xsum/)[https://benchmark-radar.org/benchmarks/opencompass-522-eprstmt/](https://benchmark-radar.org/benchmarks/opencompass-522-eprstmt/)[https://benchmark-radar.org/benchmarks/opencompass-523-lambada/](https://benchmark-radar.org/benchmarks/opencompass-523-lambada/)[https://benchmark-radar.org/benchmarks/opencompass-524-cmnli/](https://benchmark-radar.org/benchmarks/opencompass-524-cmnli/)[https://benchmark-radar.org/benchmarks/opencompass-525-ocnli/](https://benchmark-radar.org/benchmarks/opencompass-525-ocnli/)[https://benchmark-radar.org/benchmarks/opencompass-526-ax-b/](https://benchmark-radar.org/benchmarks/opencompass-526-ax-b/)[https://benchmark-radar.org/benchmarks/opencompass-527-ax-g/](https://benchmark-radar.org/benchmarks/opencompass-527-ax-g/)[https://benchmark-radar.org/benchmarks/opencompass-528-rte/](https://benchmark-radar.org/benchmarks/opencompass-528-rte/)[https://benchmark-radar.org/benchmarks/opencompass-529-copa/](https://benchmark-radar.org/benchmarks/opencompass-529-copa/)[https://benchmark-radar.org/benchmarks/opencompass-530-record/](https://benchmark-radar.org/benchmarks/opencompass-530-record/)[https://benchmark-radar.org/benchmarks/opencompass-531-hellaswag/](https://benchmark-radar.org/benchmarks/opencompass-531-hellaswag/)[https://benchmark-radar.org/benchmarks/opencompass-532-piqa/](https://benchmark-radar.org/benchmarks/opencompass-532-piqa/)[https://benchmark-radar.org/benchmarks/opencompass-533-siqa/](https://benchmark-radar.org/benchmarks/opencompass-533-siqa/)[https://benchmark-radar.org/benchmarks/opencompass-534-math/](https://benchmark-radar.org/benchmarks/opencompass-534-math/)[https://benchmark-radar.org/benchmarks/opencompass-535-gsm8k/](https://benchmark-radar.org/benchmarks/opencompass-535-gsm8k/)[https://benchmark-radar.org/benchmarks/opencompass-536-drop/](https://benchmark-radar.org/benchmarks/opencompass-536-drop/)[https://benchmark-radar.org/benchmarks/opencompass-537-humaneval/](https://benchmark-radar.org/benchmarks/opencompass-537-humaneval/)[https://benchmark-radar.org/benchmarks/opencompass-538-mbpp/](https://benchmark-radar.org/benchmarks/opencompass-538-mbpp/)[https://benchmark-radar.org/benchmarks/opencompass-539-bbh/](https://benchmark-radar.org/benchmarks/opencompass-539-bbh/)[https://benchmark-radar.org/benchmarks/opencompass-540-t-eval/](https://benchmark-radar.org/benchmarks/opencompass-540-t-eval/)[https://benchmark-radar.org/benchmarks/opencompass-541-l-eval/](https://benchmark-radar.org/benchmarks/opencompass-541-l-eval/)[https://benchmark-radar.org/benchmarks/opencompass-542-longbench/](https://benchmark-radar.org/benchmarks/opencompass-542-longbench/)[https://benchmark-radar.org/benchmarks/opencompass-543-humaneval-x/](https://benchmark-radar.org/benchmarks/opencompass-543-humaneval-x/)[https://benchmark-radar.org/benchmarks/opencompass-544-ds-1000/](https://benchmark-radar.org/benchmarks/opencompass-544-ds-1000/)[https://benchmark-radar.org/benchmarks/opencompass-557-ocrbench/](https://benchmark-radar.org/benchmarks/opencompass-557-ocrbench/)[https://benchmark-radar.org/benchmarks/opencompass-564-lv-eval/](https://benchmark-radar.org/benchmarks/opencompass-564-lv-eval/)[https://benchmark-radar.org/benchmarks/opencompass-568-criticbench/](https://benchmark-radar.org/benchmarks/opencompass-568-criticbench/)[https://benchmark-radar.org/benchmarks/opencompass-631-openfindata/](https://benchmark-radar.org/benchmarks/opencompass-631-openfindata/)[https://benchmark-radar.org/benchmarks/opencompass-692-chembench/](https://benchmark-radar.org/benchmarks/opencompass-692-chembench/)[https://benchmark-radar.org/benchmarks/opencompass-895-fin-eva/](https://benchmark-radar.org/benchmarks/opencompass-895-fin-eva/)[https://benchmark-radar.org/benchmarks/opencompass-924-cs-bench/](https://benchmark-radar.org/benchmarks/opencompass-924-cs-bench/)[https://benchmark-radar.org/benchmarks/opencompass-930-mr-ben-meta-reasoning-benchmark/](https://benchmark-radar.org/benchmarks/opencompass-930-mr-ben-meta-reasoning-benchmark/)[https://benchmark-radar.org/benchmarks/opencompass-945-flames/](https://benchmark-radar.org/benchmarks/opencompass-945-flames/)[https://benchmark-radar.org/benchmarks/opencompass-948-secbench/](https://benchmark-radar.org/benchmarks/opencompass-948-secbench/)[https://benchmark-radar.org/benchmarks/artificial-analysis-aa-analystagent/](https://benchmark-radar.org/benchmarks/artificial-analysis-aa-analystagent/)[https://benchmark-radar.org/benchmarks/artificial-analysis-aa-briefcase/](https://benchmark-radar.org/benchmarks/artificial-analysis-aa-briefcase/)[https://benchmark-radar.org/benchmarks/artificial-analysis-aa-lcr/](https://benchmark-radar.org/benchmarks/artificial-analysis-aa-lcr/)[https://benchmark-radar.org/benchmarks/artificial-analysis-aa-omniscience-accuracy/](https://benchmark-radar.org/benchmarks/artificial-analysis-aa-omniscience-accuracy/)[https://benchmark-radar.org/benchmarks/artificial-analysis-aa-omniscience-non-hallucination/](https://benchmark-radar.org/benchmarks/artificial-analysis-aa-omniscience-non-hallucination/)[https://benchmark-radar.org/benchmarks/artificial-analysis-aime-2025/](https://benchmark-radar.org/benchmarks/artificial-analysis-aime-2025/)[https://benchmark-radar.org/benchmarks/artificial-analysis-apex-agents-aa/](https://benchmark-radar.org/benchmarks/artificial-analysis-apex-agents-aa/)[https://benchmark-radar.org/benchmarks/artificial-analysis-automationbench-aa/](https://benchmark-radar.org/benchmarks/artificial-analysis-automationbench-aa/)[https://benchmark-radar.org/benchmarks/artificial-analysis-critpt/](https://benchmark-radar.org/benchmarks/artificial-analysis-critpt/)[https://benchmark-radar.org/benchmarks/artificial-analysis-enterpriseops-gym-aa/](https://benchmark-radar.org/benchmarks/artificial-analysis-enterpriseops-gym-aa/)[https://benchmark-radar.org/benchmarks/artificial-analysis-gdpval-aa-v2-normalized-score/](https://benchmark-radar.org/benchmarks/artificial-analysis-gdpval-aa-v2-normalized-score/)[https://benchmark-radar.org/benchmarks/artificial-analysis-gdpval-aa-v2-raw-elo/](https://benchmark-radar.org/benchmarks/artificial-analysis-gdpval-aa-v2-raw-elo/)[https://benchmark-radar.org/benchmarks/artificial-analysis-gpqa-diamond/](https://benchmark-radar.org/benchmarks/artificial-analysis-gpqa-diamond/)[https://benchmark-radar.org/benchmarks/artificial-analysis-harvey-lab-aa/](https://benchmark-radar.org/benchmarks/artificial-analysis-harvey-lab-aa/)[https://benchmark-radar.org/benchmarks/artificial-analysis-humanitys-last-exam/](https://benchmark-radar.org/benchmarks/artificial-analysis-humanitys-last-exam/)[https://benchmark-radar.org/benchmarks/artificial-analysis-ifbench/](https://benchmark-radar.org/benchmarks/artificial-analysis-ifbench/)[https://benchmark-radar.org/benchmarks/artificial-analysis-itbench-aa/](https://benchmark-radar.org/benchmarks/artificial-analysis-itbench-aa/)[https://benchmark-radar.org/benchmarks/artificial-analysis-livecodebench/](https://benchmark-radar.org/benchmarks/artificial-analysis-livecodebench/)[https://benchmark-radar.org/benchmarks/artificial-analysis-mlcr-aa/](https://benchmark-radar.org/benchmarks/artificial-analysis-mlcr-aa/)[https://benchmark-radar.org/benchmarks/artificial-analysis-mmmu-pro/](https://benchmark-radar.org/benchmarks/artificial-analysis-mmmu-pro/)[https://benchmark-radar.org/benchmarks/artificial-analysis-scicode/](https://benchmark-radar.org/benchmarks/artificial-analysis-scicode/)[https://benchmark-radar.org/benchmarks/artificial-analysis-tau2-bench-telecom/](https://benchmark-radar.org/benchmarks/artificial-analysis-tau2-bench-telecom/)[https://benchmark-radar.org/benchmarks/artificial-analysis-tau3-banking/](https://benchmark-radar.org/benchmarks/artificial-analysis-tau3-banking/)[https://benchmark-radar.org/benchmarks/artificial-analysis-terminal-bench-hard/](https://benchmark-radar.org/benchmarks/artificial-analysis-terminal-bench-hard/)[https://benchmark-radar.org/benchmarks/artificial-analysis-terminal-bench-v2-1/](https://benchmark-radar.org/benchmarks/artificial-analysis-terminal-bench-v2-1/)[https://benchmark-radar.org/benchmarks/aa_lcr/](https://benchmark-radar.org/benchmarks/aa_lcr/)[https://benchmark-radar.org/benchmarks/agents_last_exam/](https://benchmark-radar.org/benchmarks/agents_last_exam/)[https://benchmark-radar.org/benchmarks/agieval/](https://benchmark-radar.org/benchmarks/agieval/)[https://benchmark-radar.org/benchmarks/aider_polyglot/](https://benchmark-radar.org/benchmarks/aider_polyglot/)[https://benchmark-radar.org/benchmarks/aime/](https://benchmark-radar.org/benchmarks/aime/)[https://benchmark-radar.org/benchmarks/apex_agents/](https://benchmark-radar.org/benchmarks/apex_agents/)[https://benchmark-radar.org/benchmarks/arc_agi/](https://benchmark-radar.org/benchmarks/arc_agi/)[https://benchmark-radar.org/benchmarks/arc_agi_2/](https://benchmark-radar.org/benchmarks/arc_agi_2/)[https://benchmark-radar.org/benchmarks/arc_agi_3/](https://benchmark-radar.org/benchmarks/arc_agi_3/)[https://benchmark-radar.org/benchmarks/arena_hard/](https://benchmark-radar.org/benchmarks/arena_hard/)[https://benchmark-radar.org/benchmarks/arxivmath/](https://benchmark-radar.org/benchmarks/arxivmath/)[https://benchmark-radar.org/benchmarks/asi_bench/](https://benchmark-radar.org/benchmarks/asi_bench/)[https://benchmark-radar.org/benchmarks/automationbench/](https://benchmark-radar.org/benchmarks/automationbench/)[https://benchmark-radar.org/benchmarks/babyvision/](https://benchmark-radar.org/benchmarks/babyvision/)[https://benchmark-radar.org/benchmarks/bankertoolbench/](https://benchmark-radar.org/benchmarks/bankertoolbench/)[https://benchmark-radar.org/benchmarks/bfcl/](https://benchmark-radar.org/benchmarks/bfcl/)[https://benchmark-radar.org/benchmarks/bigbench_extra_hard/](https://benchmark-radar.org/benchmarks/bigbench_extra_hard/)[https://benchmark-radar.org/benchmarks/biomysterybench/](https://benchmark-radar.org/benchmarks/biomysterybench/)[https://benchmark-radar.org/benchmarks/blueprint_bench_2/](https://benchmark-radar.org/benchmarks/blueprint_bench_2/)[https://benchmark-radar.org/benchmarks/brokenarxiv/](https://benchmark-radar.org/benchmarks/brokenarxiv/)[https://benchmark-radar.org/benchmarks/browsecomp/](https://benchmark-radar.org/benchmarks/browsecomp/)[https://benchmark-radar.org/benchmarks/browsecomp_zh/](https://benchmark-radar.org/benchmarks/browsecomp_zh/)[https://benchmark-radar.org/benchmarks/chartography/](https://benchmark-radar.org/benchmarks/chartography/)[https://benchmark-radar.org/benchmarks/chartqa/](https://benchmark-radar.org/benchmarks/chartqa/)[https://benchmark-radar.org/benchmarks/charxiv_reasoning/](https://benchmark-radar.org/benchmarks/charxiv_reasoning/)[https://benchmark-radar.org/benchmarks/chatbot_arena/](https://benchmark-radar.org/benchmarks/chatbot_arena/)[https://benchmark-radar.org/benchmarks/codeforces/](https://benchmark-radar.org/benchmarks/codeforces/)[https://benchmark-radar.org/benchmarks/critpt/](https://benchmark-radar.org/benchmarks/critpt/)[https://benchmark-radar.org/benchmarks/cursor_bench/](https://benchmark-radar.org/benchmarks/cursor_bench/)[https://benchmark-radar.org/benchmarks/cvebench/](https://benchmark-radar.org/benchmarks/cvebench/)[https://benchmark-radar.org/benchmarks/cybergym/](https://benchmark-radar.org/benchmarks/cybergym/)[https://benchmark-radar.org/benchmarks/deepsearchqa/](https://benchmark-radar.org/benchmarks/deepsearchqa/)[https://benchmark-radar.org/benchmarks/deepswe/](https://benchmark-radar.org/benchmarks/deepswe/)[https://benchmark-radar.org/benchmarks/docvqa/](https://benchmark-radar.org/benchmarks/docvqa/)[https://benchmark-radar.org/benchmarks/draco/](https://benchmark-radar.org/benchmarks/draco/)[https://benchmark-radar.org/benchmarks/drop/](https://benchmark-radar.org/benchmarks/drop/)[https://benchmark-radar.org/benchmarks/exploitbench/](https://benchmark-radar.org/benchmarks/exploitbench/)[https://benchmark-radar.org/benchmarks/frontiercode/](https://benchmark-radar.org/benchmarks/frontiercode/)[https://benchmark-radar.org/benchmarks/gdp_pdf/](https://benchmark-radar.org/benchmarks/gdp_pdf/)[https://benchmark-radar.org/benchmarks/gdpval/](https://benchmark-radar.org/benchmarks/gdpval/)[https://benchmark-radar.org/benchmarks/gpqa/](https://benchmark-radar.org/benchmarks/gpqa/)[https://benchmark-radar.org/benchmarks/gpqa_diamond/](https://benchmark-radar.org/benchmarks/gpqa_diamond/)[https://benchmark-radar.org/benchmarks/gsm8k/](https://benchmark-radar.org/benchmarks/gsm8k/)[https://benchmark-radar.org/benchmarks/harbor_index/](https://benchmark-radar.org/benchmarks/harbor_index/)[https://benchmark-radar.org/benchmarks/healthbench/](https://benchmark-radar.org/benchmarks/healthbench/)[https://benchmark-radar.org/benchmarks/healthbench_professional/](https://benchmark-radar.org/benchmarks/healthbench_professional/)[https://benchmark-radar.org/benchmarks/hle/](https://benchmark-radar.org/benchmarks/hle/)[https://benchmark-radar.org/benchmarks/hmmt/](https://benchmark-radar.org/benchmarks/hmmt/)[https://benchmark-radar.org/benchmarks/horizonmath/](https://benchmark-radar.org/benchmarks/horizonmath/)[https://benchmark-radar.org/benchmarks/humaneval/](https://benchmark-radar.org/benchmarks/humaneval/)[https://benchmark-radar.org/benchmarks/ifbench/](https://benchmark-radar.org/benchmarks/ifbench/)[https://benchmark-radar.org/benchmarks/ifeval/](https://benchmark-radar.org/benchmarks/ifeval/)[https://benchmark-radar.org/benchmarks/imo_answer_bench/](https://benchmark-radar.org/benchmarks/imo_answer_bench/)[https://benchmark-radar.org/benchmarks/jobbench/](https://benchmark-radar.org/benchmarks/jobbench/)[https://benchmark-radar.org/benchmarks/jointavbench/](https://benchmark-radar.org/benchmarks/jointavbench/)[https://benchmark-radar.org/benchmarks/legal_agent_benchmark/](https://benchmark-radar.org/benchmarks/legal_agent_benchmark/)[https://benchmark-radar.org/benchmarks/livebench/](https://benchmark-radar.org/benchmarks/livebench/)[https://benchmark-radar.org/benchmarks/livecodebench/](https://benchmark-radar.org/benchmarks/livecodebench/)[https://benchmark-radar.org/benchmarks/livecodebench_pro/](https://benchmark-radar.org/benchmarks/livecodebench_pro/)[https://benchmark-radar.org/benchmarks/longbench/](https://benchmark-radar.org/benchmarks/longbench/)[https://benchmark-radar.org/benchmarks/math_500/](https://benchmark-radar.org/benchmarks/math_500/)[https://benchmark-radar.org/benchmarks/matharena_apex_2025/](https://benchmark-radar.org/benchmarks/matharena_apex_2025/)[https://benchmark-radar.org/benchmarks/mathvision/](https://benchmark-radar.org/benchmarks/mathvision/)[https://benchmark-radar.org/benchmarks/mathvista/](https://benchmark-radar.org/benchmarks/mathvista/)[https://benchmark-radar.org/benchmarks/mbpp/](https://benchmark-radar.org/benchmarks/mbpp/)[https://benchmark-radar.org/benchmarks/mcp_atlas/](https://benchmark-radar.org/benchmarks/mcp_atlas/)[https://benchmark-radar.org/benchmarks/mcp_mark/](https://benchmark-radar.org/benchmarks/mcp_mark/)[https://benchmark-radar.org/benchmarks/mle_bench/](https://benchmark-radar.org/benchmarks/mle_bench/)[https://benchmark-radar.org/benchmarks/mmlu/](https://benchmark-radar.org/benchmarks/mmlu/)[https://benchmark-radar.org/benchmarks/mmlu_pro/](https://benchmark-radar.org/benchmarks/mmlu_pro/)[https://benchmark-radar.org/benchmarks/mmlu_redux/](https://benchmark-radar.org/benchmarks/mmlu_redux/)[https://benchmark-radar.org/benchmarks/mmmlu/](https://benchmark-radar.org/benchmarks/mmmlu/)[https://benchmark-radar.org/benchmarks/mmmu/](https://benchmark-radar.org/benchmarks/mmmu/)[https://benchmark-radar.org/benchmarks/mmmu_pro/](https://benchmark-radar.org/benchmarks/mmmu_pro/)[https://benchmark-radar.org/benchmarks/mmvu/](https://benchmark-radar.org/benchmarks/mmvu/)[https://benchmark-radar.org/benchmarks/mrcr/](https://benchmark-radar.org/benchmarks/mrcr/)[https://benchmark-radar.org/benchmarks/mtob/](https://benchmark-radar.org/benchmarks/mtob/)[https://benchmark-radar.org/benchmarks/multichallenge/](https://benchmark-radar.org/benchmarks/multichallenge/)[https://benchmark-radar.org/benchmarks/mvbench/](https://benchmark-radar.org/benchmarks/mvbench/)[https://benchmark-radar.org/benchmarks/nl2repo/](https://benchmark-radar.org/benchmarks/nl2repo/)[https://benchmark-radar.org/benchmarks/office_qa_pro/](https://benchmark-radar.org/benchmarks/office_qa_pro/)[https://benchmark-radar.org/benchmarks/omnidocbench/](https://benchmark-radar.org/benchmarks/omnidocbench/)[https://benchmark-radar.org/benchmarks/omnivideobench/](https://benchmark-radar.org/benchmarks/omnivideobench/)[https://benchmark-radar.org/benchmarks/onemillionbench/](https://benchmark-radar.org/benchmarks/onemillionbench/)[https://benchmark-radar.org/benchmarks/osworld/](https://benchmark-radar.org/benchmarks/osworld/)[https://benchmark-radar.org/benchmarks/posttrainbench/](https://benchmark-radar.org/benchmarks/posttrainbench/)[https://benchmark-radar.org/benchmarks/programbench/](https://benchmark-radar.org/benchmarks/programbench/)[https://benchmark-radar.org/benchmarks/rsi_bench/](https://benchmark-radar.org/benchmarks/rsi_bench/)[https://benchmark-radar.org/benchmarks/scicode/](https://benchmark-radar.org/benchmarks/scicode/)[https://benchmark-radar.org/benchmarks/seccodebench/](https://benchmark-radar.org/benchmarks/seccodebench/)[https://benchmark-radar.org/benchmarks/simpleqa/](https://benchmark-radar.org/benchmarks/simpleqa/)[https://benchmark-radar.org/benchmarks/skillsbench/](https://benchmark-radar.org/benchmarks/skillsbench/)[https://benchmark-radar.org/benchmarks/super_gpqa/](https://benchmark-radar.org/benchmarks/super_gpqa/)[https://benchmark-radar.org/benchmarks/superchem/](https://benchmark-radar.org/benchmarks/superchem/)[https://benchmark-radar.org/benchmarks/swe_atlas/](https://benchmark-radar.org/benchmarks/swe_atlas/)[https://benchmark-radar.org/benchmarks/swe_bench_multilingual/](https://benchmark-radar.org/benchmarks/swe_bench_multilingual/)[https://benchmark-radar.org/benchmarks/swe_bench_pro/](https://benchmark-radar.org/benchmarks/swe_bench_pro/)[https://benchmark-radar.org/benchmarks/swe_bench_science/](https://benchmark-radar.org/benchmarks/swe_bench_science/)[https://benchmark-radar.org/benchmarks/swe_bench_verified/](https://benchmark-radar.org/benchmarks/swe_bench_verified/)[https://benchmark-radar.org/benchmarks/swe_marathon/](https://benchmark-radar.org/benchmarks/swe_marathon/)[https://benchmark-radar.org/benchmarks/tau2_bench/](https://benchmark-radar.org/benchmarks/tau2_bench/)[https://benchmark-radar.org/benchmarks/tau_bench/](https://benchmark-radar.org/benchmarks/tau_bench/)[https://benchmark-radar.org/benchmarks/terminal_bench/](https://benchmark-radar.org/benchmarks/terminal_bench/)[https://benchmark-radar.org/benchmarks/tool_decathlon/](https://benchmark-radar.org/benchmarks/tool_decathlon/)[https://benchmark-radar.org/benchmarks/toolathlon_verified/](https://benchmark-radar.org/benchmarks/toolathlon_verified/)[https://benchmark-radar.org/benchmarks/vending_bench/](https://benchmark-radar.org/benchmarks/vending_bench/)[https://benchmark-radar.org/benchmarks/vibench/](https://benchmark-radar.org/benchmarks/vibench/)[https://benchmark-radar.org/benchmarks/video_mme/](https://benchmark-radar.org/benchmarks/video_mme/)[https://benchmark-radar.org/benchmarks/widesearch/](https://benchmark-radar.org/benchmarks/widesearch/)[https://benchmark-radar.org/benchmarks/workspacebench/](https://benchmark-radar.org/benchmarks/workspacebench/)Numeric score recordedNo numeric score recorded464 of the 493 unscored records still link to a paper, repository, or dataset\.

Figure 9:464 unscored entries provide artifact links\. Each mark represents one source record and links to its detail page\. All 1,283 records appear, without a date or score filter\.

## Appendix BCatalog Evidence and Measurement Coverage

The following analyses use the same catalog as Section[4](https://arxiv.org/html/2609.11115#S4)\. They document the evidence behind its records and the requirements for comparing measurements\.

### B\.1Cited Documents and Scored Models

The common document registry contains 1,208 distinct cited documents, attached to 1,278 of the 1,283 benchmark records\. 5 records have no cited documents\. The shared model registry contains 868 model identities\. Model identifiers are available for every numeric score in all 790 scored records, allowing distinct models to be counted within each record\. For unscored records, this count is unknown\.

Table[5](https://arxiv.org/html/2609.11115#A2.T5)illustrates why these counts cannot substitute for one another\. The Artificial Analysis record for GPQA Diamond contains scores for 586 models and cites 1 registry page\. The Model reports record cites 27 documents and contains 21 numeric observations for 19 models\.

Table 5:One cited page can document hundreds of scored models\. Models count distinct source model IDs within a record; documents count distinct citation IDs; scores count numeric observations\. These selected examples illustrate the units\. The census retains all source records\.
Table[5](https://arxiv.org/html/2609.11115#A2.T5)also records 577 scored models for Humanity’s Last Exam, 577 for SciCode, and 492 for CritPt, each under one Artificial Analysis citation\.

### B\.2Score Scales and Comparison Eligibility

Only 82 of the 790 scored records declare a percentage unit with a known direction and values within 0–100\. The remaining 708 scored records use other or unverified scales\. We retain their numeric observations, which do not support a shared percentage\-headroom calculation\. Table[6](https://arxiv.org/html/2609.11115#A2.T6)accounts for the entire catalog before any such comparison\.

Table 6:Only 82 of 790 scored records meet the percentage\-scale rule in Section[3\.5](https://arxiv.org/html/2609.11115#S3.SS5)\. All 1,283 records remain accounted for\.
The catalog records benchmark release dates for 615 records, leaving 668 without a release date\. Across score observations, 12,594 entries carry model\-announcement dates and 322 carry document\-publication dates\. Neither date basis directly establishes an evaluation date\. Researchers must first establish dates and comparable evaluation settings for the relevant source records\.

A small gap to a metric ceiling can describe a reported setup\. Catalog\-wide headroom or recency estimates require the eligible measurement coverage alongside the statistic\.

### B\.3Documentation Across All Catalog Sources

The documentation analysis covers all 1,283 benchmark records\. It finds 1,208 distinct cited documents supporting 1,278 records; 5 records have no cited document\. Table[7](https://arxiv.org/html/2609.11115#A2.T7)includes every source and keeps benchmark records separate from document counts\. A registry page and a model report both count as one cited document when attached to a record\. Repeated citations to the same document do not increase its count\.

Table 7:Documentation across the complete v0\.11\.0 catalog\. “With docs” counts benchmark records; the last two columns count distinct documents\. Missing organization metadata remains unknown\.
Documentation is widespread, but the release data does not identify an organization for 1,171 cited documents\. The complete export retains each document’s identity and source URL on its benchmark record\.

### B\.4Reported Scores Across the Full Catalog

The score analysis retains all 1,283 records and their 12,916 numeric observations\. Table[8](https://arxiv.org/html/2609.11115#A2.T8)summarizes scored\-model coverage for each source\. 22 benchmark records contain numeric scores for at least 100 distinct source model IDs\. The 708 records on other or unverified scales contribute their scores and model counts on the same terms as percentage\-scale records\. The 493 records without numeric scores remain in the population with unknown scored\-model coverage\.

Table 8:Reported scores across every source in the v0\.11\.0 release\. Models count distinct source model IDs within each benchmark record\. Medians and maxima use records with known model counts; unscored records are not assigned zero models\. Model counts are not summed across benchmarks\. The record\-level score export contains every catalog record, including raw maxima, all tied reporting models and citations, units, settings, and explicit missing values\.
The accompanyingevidence/catalog\-findings\.csvcontains one row per benchmark record, with a JSON counterpart retaining detailed evidence\. Each scored record has its highest numeric value on the source’s native scale and every tied score observation\. Units and score direction remain attached to that record; a numeric maximum need not be the best result for a lower\-is\-better metric\. Display multipliers are recorded separately and do not establish a percentage unit\.

Percentage headroom remains a separate calculation: 100 minus a record’s highest value, only when its unit is explicitly percent, its direction is higher\-is\-better, and its values stay within 0–100\. Missing scale evidence leaves headroom unknown while preserving the scores themselves\. The export records eligibility for every benchmark\. Test versions, reasoning budgets, tools, attempts, and evaluators must still be checked before comparing results\[[11](https://arxiv.org/html/2609.11115#bib.bib11),[35](https://arxiv.org/html/2609.11115#bib.bib35)\]\.

### B\.5Date Evidence Across the Full Catalog

The date analysis also retains all 1,283 source records\. Table[9](https://arxiv.org/html/2609.11115#A2.T9)separates benchmark release dates from dates attached to numeric observations\. A known model announcement date supplies a source\-record proxy, not an evaluation date\.

Table 9:Date evidence for the complete v0\.11\.0 catalog\. The first two numeric columns count benchmark records; the final three count numeric score observations\. Records with no scores remain in the Records column\.
The exported rows preserve each record’s release date and the date basis of its scores\. A study of score progress needs actual reporting or evaluation dates and comparable settings for the records being studied\.

## Appendix CCollection Settings and Display Filters

The 2026\-09\-07 snapshot records 1,003 fetched rows and 954 candidates after duplicate removal\. Of these, 366 qualified for publication and 138 met the recommendation threshold\. These are discovery\-run counts, separate from the benchmark catalog census\. Published evidence retains source URLs, retrieval times, parser versions, identifiers, and payload checksums\. Raw responses and credentials remain outside the public artifact\.

Benchmark Frontier, on the Leaderboard tab, requires a numeric score and excludes known pre\-2024 benchmarks\. It retains scored records with unknown dates or counts through labelled marks, and keeps unverified scales outside Pareto calculations\. Its initial score cutoff is 70\. The linked score ranking retains its date and numeric\-score requirements independently of that cutoff\. General catalog search and exports retain the full population\. The census in this paper applies none of these display filters\.

A separate priority score for daily recommendations combines relevance \(35%\), evidence \(20%\), recency \(20%\), and adoption \(25%\) on a 0–100 scale\. These weights describe reading priority for discovery observations\. An agent assessing benchmark suitability can try focused query variants, inspect record details, and read the cited sources; that judgment occurs after candidate retrieval\.

## Appendix DSource Inventory and Health

Benchmark Radar ingests from 37 sources: 13 direct connectors and 24 first\-party feeds\. Table[10](https://arxiv.org/html/2609.11115#A4.T10)lists source connectors that completed successfully at the cutoff\. Row counts are measured before duplicate removal and ranking\. A connector can be healthy with zero eligible rows if its request succeeds and the response can be parsed\. Core sources cover papers, shared model or dataset artifacts, and code; all must be healthy before publication\. Failures in optional sources are reported but do not block publication\.

Table 10:Healthy direct discovery connectors at the current cutoff\.
Table[11](https://arxiv.org/html/2609.11115#A4.T11)lists research and engineering feeds operated by the institutions being monitored\. They can surface benchmark papers, datasets, model announcements, and engineering posts\. The feed collector returned no records at the cutoff\. Semantic Scholar returned a malformed payload, and Brave Search lacked an API key\. These optional\-route failures remain recorded in the snapshot\. Searches restricted to an organization’s website cover institutions that lack a verified feed\.

Table 11:The 24 first\-party research and engineering feeds monitored by Benchmark Radar\.

## Appendix EWorked Use Case: Prior\-Art Check for a New Evaluation

The contributor wanted to determine whether a proposed evaluation duplicated existing work\. They surveyed work published in August 2026 on credit assignment in agentic training, using small Qwen\-series models as a requirement for reproducible baseline experiments\. The search produced a focused comparison table that the contributor used to assess the proposed design\.

The contributor gave the task to a coding agent together with the public setup instructions for Benchmark Radar\. The agent installed the command\-line client and the Benchmark Radar Skill, a set of instructions for using the client\. It then downloaded the local corpus and queried candidate records offline \(Figure[10](https://arxiv.org/html/2609.11115#A5.F10)\)\.

![Refer to caption](https://arxiv.org/html/2609.11115v1/figures/agent-session.png)Figure 10:A coding agent installs the Benchmark Radar client and its usage instructions, then runs local queries\.The agent inspected paper, repository, and dataset links to decide which sources to open next\. Figures[11](https://arxiv.org/html/2609.11115#A5.F11)and[12](https://arxiv.org/html/2609.11115#A5.F12)show two retrieved discovery records: one has a repository link, and the other has both paper and repository links\. Neither records a dataset link, leaving dataset availability for a follow\-up check\.

![Refer to caption](https://arxiv.org/html/2609.11115v1/figures/artifact-status-paper.png)Figure 11:A retrieved discovery record with a repository link for inspecting the implementation\. Paper and dataset links are missing from the record\.![Refer to caption](https://arxiv.org/html/2609.11115v1/figures/artifact-status-code.png)Figure 12:A second discovery record provides both paper and repository links\. Its dataset link needs a follow\-up check\.The agent supplemented local queries with web search to find related work described in different terms\. It cross\-checked the candidate sets and inspected the source evidence before selecting records for the comparison\. Figure[13](https://arxiv.org/html/2609.11115#A5.F13)shows the word matches and score components available for inspecting one retrieved candidate\.

![Refer to caption](https://arxiv.org/html/2609.11115v1/figures/cross-validation.png)Figure 13:A candidate record with query\-word matches and retrieval\-score components for the agent to inspect when judging relevance\.The resulting related\-work table appears in Table[4](https://arxiv.org/html/2609.11115#S5.T4)in the main text\.

Table[12](https://arxiv.org/html/2609.11115#A5.T12)shows a prior\-art comparison table from an earlier benchmark\-design effort by one contributor\. Each row is one related benchmark and each column one design dimension, with each cell read from a source paper\. The contributor reported that assembling it took more effort than any part of that project except producing the benchmark data\. Benchmark Radar retrieves candidates for this kind of comparison and exposes the matching words and fields for inspection; the comparison itself requires reading the source evidence\.

Table 12:A prior\-art comparison table assembled manually for an earlier benchmark\-design effort\. Each row is one related benchmark and each column one design dimension, all read from the source papers by hand\.

## Appendix FReproducibility, Access, and Citation

This revision uses the[Benchmark Radar v0\.11\.0 release](https://github.com/ktwu01/benchmark-radar/releases/tag/v0.11.0), software commit 8f46bbf, with a discovery cutoff of 2026\-09\-07\. The release preserves the inputs already audited for this paper; later data is outside its scope\. A fresh detached checkout passed the six required CI steps in order: linting, formatting checks, catalog normalization, classification, release construction, and tests\. The dated registry inputs remain the August snapshots registered indata/leaderboard\_snapshots\.yml; the September cutoff does not imply that those sources were recrawled on that day\.

The data build normalizes the registry and model\-report inputs into the shared catalog, then classifies discovery tracks and packages the catalog with checksums\. Installed clients validate an update before activating it\. The manuscript and its dated analysis files build independently of the software checkout\. The project provides a DOI and Citation File Format record for citation\[[50](https://arxiv.org/html/2609.11115#bib.bib50),[23](https://arxiv.org/html/2609.11115#bib.bib23),[9](https://arxiv.org/html/2609.11115#bib.bib9)\]\. Table[13](https://arxiv.org/html/2609.11115#A6.T13)lists the access and citation resources\.

Table 13:Access and citation artifacts for Benchmark Radar\.
The census readssite/data/benchmark\-index\.json, the detail shards undersite/data/benchmarks/, and the shared document and model registries\. Discovery counts come from the rebuiltsite/data/radar\.jsonand dated snapshots\. Model reports and score YAML files are normalization inputs, not a separate population for the paper’s findings\.

The paper repository containsscripts/audit\_catalog\.py, which validates IDs and counts, computes the census, and exportscatalog\-data\.texplusevidence/catalog\-audit\.json\. The JSON includes every source\-record key, measurement state, per\-record model and document counts, citation IDs, and SHA\-256 hashes of the inputs\. The script checks score\-observation uniqueness, record\-to\-shard identity, document\-registry coverage, and reconciliation of scored and unscored records\. Its\-\-checkmode compares a fresh calculation against the committed outputs\. Figure[9](https://arxiv.org/html/2609.11115#A1.F9)draws one linked dot per census record in source\-key order\.

Reproduce from a clean checkout at software commit 8f46bbf using the README’s six\-step CI sequence\. The software exporter writesfigure\-data\.tex; the paper’saudit\_catalog\.pyandaudit\_findings\.pytake the rebuilt software path\. The findings audit writesfindings\-data\.texandevidence/catalog\-findings\.jsonplus a CSV export\. Every analysis retains exactly the catalog’s source\-record IDs\. It records native score maxima and all tied observations, units, settings, cited documents, model counts, and date evidence\. Table cells and repeated numeric claims are generated from these same inputs\. Run each exporter’s\-\-checkmode, build withmake arxiv, compile the extracted package, and inspect the PDF\. Normal builds use the committed inputs\. The v0\.9\.0 DOI remains an earlier deposit; live dashboard counts require a retrieval date\.

## Licensing

Software: MIT License\. The paper and original editorial content: CC BY\-NC\-SA 4\.0; Commercial republication, resale, paid newsletters, dataset packaging, or commercial product integration requires prior written permission from Koutian Wu\. Third\-party source material remains under its original terms\.

Similar Articles

BEAMS: Benchmarking and Evaluating AI for Modeling and Simulation

arXiv cs.AI

The BEAMS Initiative presents a benchmark suite for evaluating AI tools in modeling and simulation, focusing on human-centered and responsible AI practices. Tests reveal variability across LLM-based engines, with better performance in qualitative tasks than causal reasoning.

Benchmark Everything Everywhere All at Once

Hugging Face Daily Papers

Introduces Benchmark Agent, a fully autonomous system for creating diverse benchmarks with minimal human intervention, enabling continuous model assessment across domains.

Unsteady Metrics and Benchmarking Cultures of AI Model Builders

arXiv cs.AI

This paper introduces Benchmarking-Cultures-25, a dataset analyzing how AI model builders selectively highlight benchmarks in press releases. It finds a fragmented evaluation landscape with limited cross-model comparability, arguing that benchmarks are used as narrative devices for market positioning rather than standardized scientific measurement.