meituan-longcat/VitaBench 已完整同步
🌱VitaBench: Benchmarking LLM Agents
with Versatile Interactive Tasks
📃 Paper • 🌐 Website • 🏆 Leaderboard • 🛠️ Code • 🤗 Dataset
🔔 News
- [2026-01] Qwen3-Max-Thinking reported our Vita-Bench to evaluate and demonstrate its tool use capabilities (the averge score of 4 domains)!We invite the community to adopt Vita-Bench as the definitive touchstone for tool use performance assessment, and we appreciate diverse utilization & interpretation of our benchmark results. What's more, feel free to check our recently updated version!
- [2026-01] VitaBench has been accepted to ICLR 2026! 🎉
- [2026-01] An updated version of our benchmark is released with rectified datasets and tools, upgraded evaluation models, and updated metrics for proprietary and open language models based on the new evaluator.
- [2025-11] The English version of the VitaBench dataset is now released! It includes fully translated tasks and databases, enabling broader international use. Try it out!
- [2025-10] Our paper is released on arXiv: VitaBench: Benchmarking LLM Agents with Versatile Interactive Tasks in Real-world Applications
- [2025-10] The VitaBench suite is released, including the codebase, dataset and evaluation pipeline! If you have any questions, feel free to raise issues and/or submit pull requests for new features of bug fixes.
📖 Introduction
In this paper, we introduce VitaBench, a challenging benchmark that evaluates agents on versatile interactive tasks grounded in real-world settings. Drawing from daily applications in food delivery, in-store consumption, and online travel services, VitaBench presents agents with the most complex life-serving simulation environment to date, comprising 66 tools. Through a framework that eliminates domain-specific policies, we enable flexible composition of these scenarios and tools, yielding 100 cross-scenario tasks (main results) and 300 single-scenario tasks. Each task is derived from multiple real user requests and requires agents to reason across temporal and spatial dimensions, utilize complex tool sets, proactively clarify ambiguous instructions, and track shifting user intent throughout multi-turn conversations.
Moreover, we propose a rubric-based sliding window evaluator, enabling robust assessment of diverse solution pathways in complex environments and stochastic interactions. Our comprehensive evaluation reveals that even the most advanced models achieve only 32.5% success rate on cross-scenario tasks, and less than 62% success rate on others. Overall, we believe VitaBench will serve as a valuable resource for advancing the development of AI agents in practical real-world applications.
The name “Vita” derives from the Latin word for “Life”, reflecting our focus on life-serving applications.
overall_performance
🌱 Benchmark Details
VitaBench provides an evaluation framework that supports model evaluations on both single-domain and cross-domain tasks through flexible configuration. For cross-domain evaluation, simply connect multiple domain names with commas—this will automatically merge the environments of the specified domains into a unified environment.
Statistics of databases and environments:
| | Cross-Scenarios
(All domains) | Delivery | In-store | OTA |
| :----------------------------- | :--------------
12 个文件
浏览文件数据集版权信息
本数据集的许可证为 MIT License。如有违反相关条款,请联系 WEHUB,我们将及时处理。 查看许可证
通过 WeHub CLI 下载当前数据集快照。下列命令会固定为当前页面展示的数据版本(如果页面提供版本)。文件字节由本机直连存储下载,浏览器不会签发或保存下载链接。
前置要求
需要 Node.js 18 及以上,以及 npm(或 npx)。
1. 安装 CLI
npm install -g wehub-cli@latest
2. 下载此数据集
wehub datasets download ds_ext_728_4216bf7fb7 --revision 5ca6848c215cdffd5ef9bc704ddcb62ed74696f0 --output ./ds_ext_728_4216bf7fb7
若中断或部分失败,在同一目录重新执行同一命令即可续传。默认会校验 SHA-256。
免全局安装
npx --yes wehub-cli@latest datasets download ds_ext_728_4216bf7fb7 --revision 5ca6848c215cdffd5ef9bc704ddcb62ed74696f0 --output ./ds_ext_728_4216bf7fb7
高级选项
以下为 wehub datasets download 已支持的参数示例:
强制重新下载,不复用已校验的本地文件
wehub datasets download ds_ext_728_4216bf7fb7 --revision 5ca6848c215cdffd5ef9bc704ddcb62ed74696f0 --output ./ds_ext_728_4216bf7fb7 --overwrite
仅包含匹配路径
wehub datasets download ds_ext_728_4216bf7fb7 --revision 5ca6848c215cdffd5ef9bc704ddcb62ed74696f0 --output ./ds_ext_728_4216bf7fb7 --include "*.jsonl"
排除匹配路径
wehub datasets download ds_ext_728_4216bf7fb7 --revision 5ca6848c215cdffd5ef9bc704ddcb62ed74696f0 --output ./ds_ext_728_4216bf7fb7 --exclude "*.md"
提高并发下载数
wehub datasets download ds_ext_728_4216bf7fb7 --revision 5ca6848c215cdffd5ef9bc704ddcb62ed74696f0 --output ./ds_ext_728_4216bf7fb7 --jobs 8
完整帮助:wehub datasets download --help