AgentDropoutV2 Dataset
收藏资源简介:
AgentDropoutV2数据集由哈尔滨工业大学·深圳和阿里巴巴集团联合构建,旨在优化多智能体系统中的信息流。该数据集包含丰富的数学和代码生成基准测试数据,用于评估和提升多智能体系统的性能。数据集通过从失败的MAS轨迹中提取错误模式,构建了一个先验知识库,支持实时错误识别与修正。其应用领域聚焦于复杂任务求解,如数学推理和代码生成,有效解决了多智能体系统中错误传播导致的性能下降问题。
The AgentDropoutV2 dataset was jointly constructed by Harbin Institute of Technology, Shenzhen and Alibaba Group, aiming to optimize the information flow in multi-agent systems. This dataset provides abundant benchmark data for mathematical reasoning and code generation, which is used to evaluate and enhance the performance of multi-agent systems. By extracting error patterns from failed multi-agent system (MAS) trajectories, the dataset constructs a prior knowledge base to support real-time error identification and correction. Its application scenarios focus on complex task solving such as mathematical reasoning and code generation, effectively addressing the performance degradation caused by error propagation in multi-agent systems.
AgentDropoutV2 数据集概述
数据集基本信息
- 数据集名称:AgentDropoutV2
- 发布来源:论文《AgentDropoutV2: Optimizing Information Flow in Multi-Agent Systems via Test-Time Rectify-or-Reject Pruning》的代码与数据
- 发布日期:2026年2月27日
- 相关论文:arXiv:2602.23258 (https://arxiv.org/abs/2602.23258)
数据集用途与背景
- 核心目的:用于动态优化多智能体系统中的信息流,无需昂贵的重新训练。
- 功能描述:作为一个测试时框架,在MAS执行期间充当主动防火墙,通过拦截、纠正、拒绝和回退机制来防止错误传播。
数据集内容与结构
- 主要组成部分:包含用于离线指标池构建的
train部分和用于在线推理的test部分。 - 关键文件:
- 指标池文件 (
metric_pool_file) - 预计算的嵌入缓存文件 (
.jsonl格式的embedding_cache_file)
- 指标池文件 (
- 数据生成:可通过运行训练脚本(如
run-math-train.sh,run-aqua-train.sh)从训练输出中提取原始指标,经过去重和嵌入生成后构建自定义指标池。
使用与评估
- 评估基准:支持在多个基准测试上运行评估,例如数学问题(
run-math500.sh)、AQUA(run-aqua.sh)、LiveCode(run-livecode.sh)。 - 结果计算:通过
calc_accuracy.py脚本计算最终准确率,需设置结果文件路径(FILE_PATH)。 - 核心参数:包括输入/输出文件路径、各模型端点与API密钥、指标池与嵌入缓存文件路径、最大对话轮次(
max_turns)、审核阈值(pass_rate)、重试次数(retries_times)、检索大小(direct_k,random_k)等。
依赖与配置
- 环境要求:Python 3.10.18,依赖包见
requirements.txt。 - 配置说明:脚本中包含可配置字段(如模型名称、API URL、API密钥、数据/输出路径),需根据实际设置进行填充。
引用
如需使用本数据集,请引用相关论文:
@misc{wang2026agentdropoutv2optimizinginformationflow, title={AgentDropoutV2: Optimizing Information Flow in Multi-Agent Systems via Test-Time Rectify-or-Reject Pruning}, author={Yutong Wang and Siyuan Xiong and Xuebo Liu and Wenkang Zhou and Liang Ding and Miao Zhang and Min Zhang}, year={2026}, eprint={2602.23258}, archivePrefix={arXiv}, primaryClass={cs.AI}, url={https://arxiv.org/abs/2602.23258}, }



