dev_set_v2_a3_rl_DCAgent_exp_rpt_unitsyn_python_v3_10_8B_20260827_191126
收藏资源简介:
该数据集包含多轮对话记录,每条样本包含一个对话列表(conversations),其中每个对话项由角色(role)和内容(content)组成。此外,还提供了与对话相关的元数据:生成该对话的智能体(agent)、使用的模型(model)及模型提供商(model_provider)、对话日期(date)、任务类型(task)、实验轮次(episode)、运行ID(run_id)、试验名称(trial_name)、结果(result)、验证器输出(verifier_output)以及追踪来源(trace_source)。数据集仅包含训练集,共3891个样本,适用于多轮对话分析、对话系统训练、模型行为评估等任务。
This dataset contains multi-turn conversation records, where each sample includes a conversation list (conversations) consisting of role and content. Additionally, it provides metadata related to the conversation: the agent that generated the conversation (agent), the model used (model) and its provider (model_provider), the date of the conversation (date), the task type (task), the experiment episode (episode), the run ID (run_id), the trial name (trial_name), the result (result), the verifier output (verifier_output), and the trace source (trace_source). The dataset contains only a training set with 3891 samples, suitable for multi-turn conversation analysis, dialogue system training, and model behavior evaluation.
数据集概述
该数据集名为 laion/dev_set_v2_a3_rl_DCAgent_exp_rpt_unitsyn_python_v3_10_8B_20260827_191126,由 LAION 组织发布,是一个用于训练和评估智能体(Agent)在 Python 编程任务中表现的开发集(dev set)。
数据规模
- 训练集样本数:3,891 条
- 数据集总大小:约 286.57 MB
- 下载大小:约 256.35 MB
- 数据文件格式:
data/train-*(支持分片读取)
数据特征
数据集包含 15 个字段,主要分为对话内容、实验配置和结果反馈三类:
| 类别 | 字段名 | 说明 |
|---|---|---|
| 对话内容 | conversations |
多轮对话列表,每轮包含 role(角色)和 content(内容)两个子字段 |
| 实验标识 | agent |
智能体名称 |
model |
使用的模型名称 | |
model_provider |
模型提供方 | |
date |
实验日期 | |
task |
任务类型 | |
episode |
回合编号 | |
run_id |
运行ID | |
trial_name |
试验名称 | |
| 结果反馈 | result |
任务结果 |
verifier_output |
验证器输出 | |
trace_source |
追踪来源 |
数据用途
该数据集主要面向**强化学习(RL)**场景下的智能体训练与评估,特别聚焦于 Python 编程任务(从名称中 python_v3_10 推测为 Python 3.10 环境)。数据集包含每次实验的完整对话轨迹、模型配置和结果验证信息,可用于:
- 训练对话式编程智能体
- 评估模型在编程任务中的表现
- 分析智能体在不同实验配置下的行为差异
数据划分
数据集仅包含 train 一个划分,共 3,891 条样本,所有数据均用于训练或验证目的。




