CoolFace
Datasetpublic

xbench/DeepSearch

xbench-evals ๐ŸŒ 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โ€ฆ See the full description on the dataset page: https://huggingface.co/datasets/xbench/DeepSearch.

sourceHugging Facemitupdated 1y agoView on Hugging Face
13likes729downloads
README.md36 linesDownload Raw Back to root
1---2license: mit3language:4- zh5---6# xbench-evals7 8๐ŸŒ [Website](https://xbench.org) | ๐Ÿ“„ [Paper](https://xbench.org/files/xbench_profession_v2.4.pdf) | ๐Ÿค— [Dataset](https://huggingface.co/datasets/xbench)9 10Evergreen, contamination-free, real-world, domain-specific AI evaluation framework11 12xbench 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:13- AGI Tracking: Measures core model capabilities like reasoning, tool-use, and memory14- Profession Aligned: A new class of evals grounded in workflows, environments, and business KPIs, co-designed with domain experts15 16We open source the dataset and evaluation code for two of our AGI Tracking benchmarks: ScienceQA and DeepSearch.17 18## xbench-DeepSearch19DeepSearch 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](https://xbench.org/#/agi/aisearch) and Eval Card [xbench-DeepSearch](https://xbench.org/files/Eval%20Card%20xbench-DeepSearch.pdf) (Chinese version)20 21| Rank |           Model            |      Mode       |  Company  | Accuracy | Evaluation Date |22|------|:--------------------------:|:---------------:|:---------:|:--------:|:---------------:|23| 1    |             o3             |     Search      |  OpenAI   |   65+    |     2025.05     |24| 2    |        o4-mini-high        |     Search      |  OpenAI   |   60+    |     2025.05     |25| 3    |           Doubao           |   Deep Think	   | ByteDance |   50+    |     2025.05     |26| 3    |           Grok-3           |  DeeperSearch   |    xAI    |   50+    |     2025.05     |27| 3    |  Gemini 2.5 Pro (preview)  |  Deep Research  |  Google   |   50+    |     2025.05     |28 29## Notes30Benchmark data is encrypted to prevent search engine crawling and contamination, please refer to the decrypt code in [xbench_evals github repo](https://github.com/xbench-ai/xbench-evals) to get the plain text data. Please don't upload the plain text online. 31 32 33## Submit your agent34If 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.35 36Contact: [team@xbench.org]()