gaia-evals
收藏资源简介:
GAIA Hermes Agent vLLM 评估痕迹数据集是一个私有数据集,包含了在 GAIA 基准测试(GAIA-benchmark/GAIA)验证集上,使用 Hermes Agent 对一系列本地 vLLM 服务的模型(包括 NVFP4 和 FP8 量化版本)进行性能评估的完整产出物。该数据集旨在系统性地评估和比较不同大型语言模型在复杂、多步骤的代理任务上的能力。数据核心内容涵盖多个维度的评估结果:总体性能、推测解码性能分析、引擎计时数据、令牌使用统计和配置元数据。数据集评估了34个不同的模型运行实例,涉及多个模型系列,在总共165个GAIA验证任务上进行。每个模型运行的评估痕迹被组织在独立目录中,包含汇总文件和详细遥测数据归档。该数据集适用于语言模型代理能力的基准测试、推理服务效率研究、成本分析、可复现性验证等。
The GAIA Hermes Agent vLLM evaluation trace dataset is a private dataset containing complete outputs from performance evaluations of Hermes Agent on a series of local vLLM service models (including NVFP4 and FP8 quantized versions) on the GAIA benchmark (GAIA-benchmark/GAIA) validation set. It aims to systematically evaluate and compare the capabilities of different large language models on complex, multi-step agent tasks. The core data covers multiple dimensions of evaluation results: overall performance, speculative decoding (MTP) performance analysis, engine timing data (e.g., TTFT, decoding throughput), token usage statistics, and configuration metadata. The dataset evaluates 34 different model run instances across multiple model series on a total of 165 GAIA validation tasks. Each model runs evaluation traces are organized in an independent directory, containing aggregated JSON/CSV files and an archive (telemetry.tar.gz) with detailed per-task telemetry data for full reproducibility. This dataset is suitable for researchers and developers for benchmarking language model agent capabilities, empirical studies on inference service efficiency (especially speculative decoding), token consumption analysis, transparency and reproducibility verification, and as foundational data for further analysis of model performance on complex tasks requiring tool usage, code execution, and web browsing.
数据集概述:GAIA Hermes Agent vLLM Evaluation Traces
基本信息
- 数据集名称: GAIA Hermes Agent vLLM Evaluation Traces
- 任务类别: 问答(question-answering)
- 语言: 英语
- 标签: gaia, hermes-agent, vllm, nvfp4, fp8, token-usage, agent-evaluation
- 许可: other
数据集来源与内容
该数据集包含来自 Hermes Agent 在本地 vLLM 服务的 NVFP4 和 FP8 模型上运行 GAIA 基准测试(gaia-benchmark/GAIA)的验证集工件。评分使用官方 GAIA question_scorer 进行二元评分(每任务通过/未通过),不涉及 LLM 裁判。
评估指标
- 核心指标:
pass@1(通过数 / 总数),按等级(1/2/3)和总体分别报告。
评估设置
- 硬件: NVIDIA B300 SXM6 AC(NVFP4 量化模型) / NVIDIA H100 80GB(FP8)
- Agent 框架: NousResearch/hermes-agent @ v2026.5.16(PyPI 0.14.0)
- 工具集: [terminal, file, code_execution, web, todo]
- 最大迭代次数: 100
- 模型服务方式: 本地 vLLM OpenAI 兼容服务器
- 评分器: 树内
gaia.scorer.question_scorer(官方 GAIA 排行榜评分器的纯 Python 移植版本) - 并发数: 20
- vLLM 前缀缓存: 启用(
--kv-cache-dtype bfloat16+--enable-prefix-caching+--enable-prompt-tokens-details) - GAIA 数据集版本: 固定于 SHA
682dd723ee1e1697e00360edccf2366dc8418dd9
数据目录结构
每个顶层目录 <model-shortname>_<TS>/ 包含:
DONE.json:状态、计数和 pass@1full_run_manifest.json:启动命令、模型 URL、vLLM 探测信息overall_summary.json和overall_summary.md:pass@1、终止原因、token 总量domain_summary.json:按级别的奖励和 token 汇总task_counts.json:按级别的任务计数all_tasks_usage.json和all_tasks_usage.csv:每个任务一行rollouts.jsonl:每任务行,包含模型答案和真实答案submission.jsonl:排行榜格式的任务ID与模型答案telemetry.tar.gz:压缩的每任务遥测数据(包含agent_requests.jsonl、tool_executions.jsonl、trajectory.json)
核心评估结果矩阵
整体 pass@1 排名(部分摘录)
| # | 模型 | 总数 | 总体 pass@1 |
|---|---|---|---|
| 1 | step-3.7-flash-q3km |
20 | 0.9000 |
| 2 | step-3.7-flash-iq4xs |
20 | 0.8000 |
| 3 | Jackrong/Qwopus3.6-27B-v2 |
165 | 0.7273 |
| 4 | nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-NVFP4 |
165 | 0.6545 |
| 5 | google/gemma-4-31B-it |
165 | 0.6485 |
| 6 | Qwen/Qwen3.6-35B-A3B-FP8 |
165 | 0.6485 |
| 7 | Qwen/Qwen3.6-35B-A3B |
165 | 0.6364 |
| 8 | Qwen/Qwen3.6-27B |
165 | 0.6242 |
| 9 | Qwen/Qwen3.5-122B-A10B-gptq-int4 |
165 | 0.6061 |
| 10 | LiquidAI/LFM2.5-8B-A1B |
165 | 0.1030 |
引擎计时(仅限 llama.cpp 引擎)
对于由 llama.cpp (GGUF) 引擎服务的运行,记录平均 TTFT、解码吞吐量、预填充吞吐量和草稿令牌接受率。
| # | 运行 | TTFT 毫秒 | 解码 tok/s | 预填充 tok/s |
|---|---|---|---|---|
| 1 | step-3.7-flash-q3km_20260607T133155Z |
2715.2 | 32.5 | 1064.3 |
| 2 | step-3.7-flash-iq4xs_20260607T131619Z |
1986.0 | 58.3 | 1252.1 |
| 3 | step-3.7-flash-iq4xs_20260607T032001Z |
1515.2 | 87.5 | 1626.7 |
Token 使用情况(Agent 端,部分摘录)
| # | 运行 | 总计 | 缓存占比 |
|---|---|---|---|
| 1 | qwopus3.6-27b-v2_20260606T231229Z-fleet8 |
92.6M | 93.0% |
| 2 | nvidia-nemotron-3-super-120b-a12b-nvfp4_20260607T055859Z |
118.9M | 80.1% |
| 3 | qwen3.5-9b_20260606T215718Z-fleet8 |
106.7M | 92.6% |
| 4 | nvidia-nemotron-3-ultra-550b-a55b-nvfp4_20260607T080556Z |
0.0M | 0.0% |




