multiagent-entropy-rawdata
收藏资源简介:
本数据集是论文《When Does Multi-Agent Collaboration Help? An Entropy Perspective》中所有图表和结论背后的原始实验数据,用于复现论文报告的全部结果和结论。数据集总规模约5GB,包含237个文件,主要格式为CSV(聚合指标)和JSON(熵分布、评估指标)。数据内容涵盖在多智能体系统(MAS)协作背景下,从熵的视角研究协作效果的大规模实验输出。数据组织分为三个主要部分:合并数据集(包含44,781行、254列的扁平化主表)、评估结果(按模型、任务类型和实验条件分类存储的详细结果)和数据挖掘分析(包含119个条件消融的聚合CSV切片)。数据集支持多种智能体架构(如单智能体、顺序式、集中式等)和多种基础模型(如Qwen3系列、Llama-3.1/3.2系列),评估任务覆盖推理基准(如GSM8K、AIME2024/2025等)和智能体任务(如GAIA、Finance Agent Benchmark)。每个实验目录通常包含三个核心文件:aggregated.csv、entropy.json和metrics.json,关键字段包括目标变量`is_finally_correct`、架构标识`architecture`、熵特征等。该数据集适用于研究多智能体协作、不确定性量化、智能体架构比较、熵与问题解决性能关系等任务。
This dataset contains all the raw experimental data underlying the figures and conclusions of the paper *When Does Multi-Agent Collaboration Help? An Entropy Perspective*, and is intended to reproduce all results and conclusions reported in the paper. The total size of the dataset is approximately 5 GB, comprising 237 files, with the main formats being CSV (for aggregated metrics) and JSON (for entropy distributions and evaluation metrics). The dataset covers large-scale experimental outputs studying collaborative effectiveness from an entropy perspective in the context of multi-agent system (MAS) collaboration. The data is organized into three main sections: 1) Merged dataset: a flattened main table with 44,781 rows and 254 columns; 2) Evaluation results: detailed results stored categorized by model, task type and experimental conditions; 3) Data mining analysis: aggregated CSV slices for 119 ablation studies under different conditions. The dataset supports multiple agent architectures (e.g., single-agent, sequential, centralized, etc.) and various foundational models (e.g., Qwen3 series, Llama-3.1/3.2 series). The evaluation tasks cover reasoning benchmarks (e.g., GSM8K, AIME2024/2025, etc.) and agent tasks (e.g., GAIA, Finance Agent Benchmark). Each experimental directory typically contains three core files: aggregated.csv, entropy.json and metrics.json, with key fields including the target variable `is_finally_correct`, architecture identifier `architecture`, entropy features and others. This dataset is applicable to research tasks such as multi-agent collaboration, uncertainty quantification, agent architecture comparison, and the relationship between entropy and problem-solving performance.
数据集概述:MultiAgent-Entropy Raw Data
该数据集是论文《When Does Multi-Agent Collaboration Help? An Entropy Perspective》的完整原始实验数据,用于复现论文中的所有结果和结论。
- 数据集大小:约 5 GB,包含 237 个文件。
- 数据格式:CSV(聚合指标)和 JSON(熵分布、评估指标)。
- 许可证:MIT License。
- 任务类别:文本生成、问答。
数据组织
数据按以下结构组织:
1. 合并数据集
merged_datasets/master.csv:主合并表(44,781 行,254 列),整合了所有实验数据。
2. 评估结果 (evaluation_results/)
| 目录 | 内容 | 大小 |
|---|---|---|
reasoning_benchmarks/ |
所有模型组合的按数据集聚合结果 | ~1.4 GB |
by_model/qwen/ |
Qwen3 (0.6B, 4B, 8B) 模型的细分数据 | ~1.3 GB |
by_model/llama/ |
Llama-3.1 (3B, 8B) 模型的细分数据 | ~837 MB |
by_model/rl/ |
基于强化学习的模型细分数据 | ~406 MB |
by_model/qwen3_14b/ |
Qwen3-14B 大模型数据 | ~140 MB |
agentic_tasks/gaia/ |
GAIA 基准测试结果 | ~439 MB |
agentic_tasks/finagent/ |
FinAgent 基准测试结果 | ~16 MB |
temperature_ablation/ |
Math500 上的温度消融实验 (t=0.4, 0.6, 0.8) | ~149 MB |
round_analysis/round_2/ |
第 2 轮多轮实验数据 | ~118 MB |
round_analysis/round_5/ |
第 5 轮多轮实验数据 | ~247 MB |
3. 数据挖掘分析 (data_mining/)
results_aggregated/:119 个条件消融后的聚合 CSV 切片,用于详细分析(~10 MB)。
关键列
master.csv 中的核心列包括:
- 目标变量:
is_finally_correct(布尔值),表示多智能体系统是否正确解决问题。 - 架构:
architecture,取值包括single、sequential、centralized、decentralized、full_decentralized、debate、hybrid。 - 熵特征:
sample_mean_entropy、sample_std_entropy、sample_max_entropy等,令牌级别的不确定性统计。 - 基线比较:
base_model_is_finally_correct,表示单一智能体能否解决该问题。 - 实验标识符:
model_name、dataset、sample_id。
支持的智能体架构
| 架构 | 描述 |
|---|---|
single |
线性单一求解智能体 |
sequential |
流水线:规划者 → 求解者 → 评论者 → 裁判 |
centralized |
两层结构:领域智能体 + 中央协调器 |
decentralized |
顺序智能体,在协调前带有回环 |
full_decentralized |
全连接智能体,带有回环 |
debate |
多智能体辩论,通过多数投票决定 |
hybrid |
两层拓扑,具有增强的上下文共享 |
支持的基底模型
- Qwen3-0.6B, Qwen3-1.7B, Qwen3-4B, Qwen3-8B, Qwen3-14B
- Llama-3.2-3B-Instruct, Llama-3.1-8B-Instruct
- RL 微调变体
使用的数据集
推理基准
- GSM8K:小学数学应用题
- AIME2024 / AIME2025:美国数学邀请赛
- MMLU:大规模多任务语言理解
- HumanEval:代码生成基准
- Math500:数学推理问题
智能体任务
- GAIA:通用人工智能助手基准
- Finance Agent Benchmark:金融智能体任务
每个实验目录的文件结构
每个实验目录包含三个文件:
aggregated.csv:每个样本的聚合数据,270 列,包括熵统计(均值、标准差、最大值、最小值、Q1、Q3、方差)、准确率、令牌数以及逐轮动态。entropy.json:每个样本的完整熵分布数据(JSON 格式)。metrics.json:评估汇总指标(准确率、ECE 等)。- 每个组级别包含一个
summary.csv,提供跨数据集/实验的聚合。




