xbench-evals

January 11, 2026 ยท View on GitHub

๐ŸŒ Website | ๐Ÿ“„ Paper | ๐Ÿค— Dataset

Evergreen, contamination-free, real-world, domain-specific AI evaluation framework

xbench is more than just a scoreboard โ€” it's a new evaluation framework with two complementary tracks, designed to measure both the intelligence frontier and real-world utility of AI systems:

  • AGI Tracking: Measures core model capabilities like reasoning, tool-use, and memory
  • Profession Aligned: A new class of evals grounded in workflows, environments, and business KPIs, co-designed with domain experts

We open source the dataset and evaluation code for two of our AGI Tracking benchmarks: ScienceQA and DeepSearch.

xbench-ScienceQA

ScienceQA is part of xbench's AGI Tracking series, focused on evaluating fundamental knowledge capabilities across scientific domains. For detailed evaluation procedures and further information, please refer to the website and Eval Card xbench-ScienceQA.pdf (Chinese version)

RankModelCompanyScoreBoN (N=5)Time cost (s)
1o3-highOpenAI60.878.087.7
2Gemini 2.5 ProGoogle57.274.063.7
3Doubao-1.5-thinking-proByteDance53.669.0116.9
4DeepSeek-R1DeepSeek50.471.0161.6
5o4-mini-highOpenAI50.467.048.2
6Claude Opus 4 - Extended ThinkingAnthropic46.669.030.8
7Gemini 2.5 flashGoogle46.270.024.1
8Qwen3 - ThinkAlibaba45.466.0105.9
9Grok 3 Mini (with Thinking)xAI42.653.0193.1
10Claude Sonnet 4 - Extended ThinkingAnthropic39.461.028.3

xbench-DeepSearch

DeepSearch is part of xbench's AGI Tracking series, focused on evaluating tool usage capabilities in search and information retrieval scenarios. For detailed evaluation procedures and further information, please refer to the website and Eval Card xbench-DeepSearch (Chinese version)

xbench-DeepSearch-2510

RankProductCompanyAccuracyCost/TaskTime Cost/TaskEvaluation Date
1ChatGPT-5-ProOpenAI75+~$0.0855-8 min2025.08
2SuperGrok ExpertxAI40+~$0.083-5 min2025.08
3FellouFellou35+~$25-8 min2025.08
3Minimax AgentMinimax35+~$1.18-15 min2025.08
3StepFun ResearchStepFun35+Free8-15 min2025.08
3FlowithFlowith35+~$0.18-15 min2025.08
3SkyworkKunlun35+~$0.553-5 min2025.08
3Manus AgentManus35+~$0.633-5 min2025.08
3Doubao Deep ResearchByteDance35+Free5-8 min2025.08
10Genspark Super AgentMainFunc30+~$0.153-5 min2025.08
10Coze SpaceByteDance30+Free2-3 min2025.08

xbench-DeepSearch-2505

RankModelModeCompanyAccuracyEvaluation Date
1o3SearchOpenAI65+2025.05
2o4-mini-highSearchOpenAI60+2025.05
3DoubaoDeep ThinkByteDance50+2025.05
3Grok-3DeeperSearchxAI50+2025.05
3Gemini 2.5 Pro (preview)Deep ResearchGoogle50+2025.05

BabyVision: Visual Reasoning Beyond Language

BabyVision, in collaboration with UniPat AI, is part of xbench's AGI-Aligned series, focused on evaluating visual understanding for "Unspeakable" Challenges.

Setup

Make sure to set the *_API_KEY environment variables before using these APIs. By default, we use gemini-2.0-flash as the judge model, so you need to set the GOOGLE_API_KEY environment variable as well.

For the OpenAI API:

pip install openai

Running the evals

To run the evaluations, you can use the following command:

python xbench_evals.py --model <model_name> --dataset <data/ScienceQA.csv or data/DeepSearch-2510.csv> --n-repeats <num_repeats>

Model name and API endpoint mappings are maintained in language_models.py, you can add your own models there.

Notes

Benchmark data is encrypted to prevent search engine crawling and contamination, you can use the decrypt code in xbench_evals.py to get the plain text data. Please don't upload the plain text online.

Submit your agent

If you are developing an AI agent and would like to evaluate it using the latest version of xbench, we welcome you to contact us. Please submit a public access link of your agent, and we will complete the evaluation within an agreed timeframe and share the results with you promptly.

Contact: team@xbench.org