AARRI-Bench
收藏资源简介:
AARRI-Bench是由西安交通大学与西安电子科技大学联合创建的基准测试数据集,旨在评估大语言模型代理在真实研究场景中模拟人类研究员行为的能力。该数据集包含82个精心设计的人工标注任务,涵盖上下文理解、学术思维、实践操作与交互协作四大研究场景,并依据代理自主性划分为适应、整合、创新与开放探索四个层级。数据通过三阶段人工构建流程,源自研究者的实际痛点,确保了任务的高质量与挑战性。该数据集主要应用于人工智能研究领域,用于检验代理在细粒度研究任务中的专业素养、严谨性及推理能力,旨在推动开发更接近人类研究员行为模式的自主研究系统。
AARRI-Bench is a benchmark dataset jointly developed by Xi'an Jiaotong University and Xidian University, which aims to evaluate the capability of large language model (LLM) agents to simulate the behavioral patterns of human researchers in real-world research scenarios. The dataset includes 82 meticulously curated manually annotated tasks, covering four core research domains: context comprehension, academic thinking, practical operation, and interactive collaboration. It is categorized into four levels—adaptation, integration, innovation, and open exploration—based on the autonomy degree of the agents. The dataset is constructed via a three-stage manual workflow, with all tasks derived from the actual pain points encountered by researchers, thereby ensuring the high quality and challenging nature of the tasks. This dataset is primarily utilized in the field of artificial intelligence research, serving to assess the professional competence, rigor, and reasoning ability of agents in fine-grained research tasks, with the ultimate goal of advancing the development of autonomous research systems that better align with the behavioral patterns of human researchers.
数据集概述:AARRI-Bench
项目名称:AARRI-Bench(Act As a Real Research Intern)
所属系列:AARR(Act As a Real Researcher)基准系列
系列目标:评估LLM智能体在研究生命周期中的表现
系列阶段
| 阶段 | 名称 | 聚焦能力 |
|---|---|---|
| 1 | AARRI(本研究数据集) | 入门级研究任务,考查严谨性和正确方法论 |
| 2 | AARRA | 更独立的贡献、批判性评估、MCP与智能体技能、LLM-as-judge、众包数据 |
| 3 | AARRS | 完全独立的研究与科学发现,极少监督 |
核心设计
- 评估重点:不测试简单的代码执行能力,而是针对前沿智能体与人类研究者之间仍存在的认知差距——上下文敏感性、独立判断、知道何时停止、协作能力
- 任务容器化:基于 Harbor 框架实现
任务结构
每个任务遵循标准 Harbor 布局:
task-name/ ├── instruction.md # 提供给智能体的指令 ├── task.toml # 元数据、超时、资源限制 ├── environment/ │ └── Dockerfile # 容器配置 ├── solution/ │ └── solve.sh # 参考答案(对智能体不可见) └── tests/ ├── test.sh # 运行pytest,写入奖励 └── test_outputs.py # 对智能体输出的断言
运行方式
方式一(无需克隆仓库)
安装 Harbor CLI 后直接从注册中心拉取数据集运行:
bash
uv tool install harbor
harbor run -d aarr/aarri-bench -m "<模型>" -a "<智能体>"
方式二(本地副本)
克隆仓库到本地运行:
bash
git clone https://github.com/AARR-bench/AARRI-bench.git
cd AARRI-bench
uv tool install harbor
harbor run -p ./tasks -m "<模型>" -a "<智能体>"
相关资源
- 项目主页:https://aarr-bench.com/
- 论文:arXiv 2606.07462
- 数据集注册中心:Harbor Hub
- Harbor框架文档:https://www.harborframework.com/docs

- 1Act As a Real Researcher: A Suite of Benchmarks Evaluating Frontier LLMs and Agentic Harnesses in Research Lifecycle西安交通大学; 西安电子科技大学 · 2026年



