Agriculture-Agent-RL-Training-Data
收藏资源简介:
该数据集是一个用于自然/再生农业领域 LLM 智能体的强化学习(RL)轨迹数据集,由 Copyleft Cultivars 组织发布,是该集合中首个 RL/轨迹形状的数据集。数据集包含智能体在执行真实工具调用(尤其是植物基因组学 MCP 服务器 cultivars-mcp)时的完整对话记录,涵盖 9 个知识类别(农业生态学、再生农业、有机农业、土壤科学与微生物学、综合农业系统、天然肥料、可持续水资源管理、永续农业、土著与传统知识),其中土著知识类别包含 10 个子主题。每个记录由多组件奖励函数评分,评估工具使用正确性、LLM 判断的内容质量、对土著知识内容的结构性引用要求以及反本质化检查。数据集以增量方式发布,每次运行生成管道会在 data/train/ 和 data/val/ 下添加新文件,现有数据不会被覆盖。截至 2026-08-10,数据集包含 225 条记录,来自三个不同策略模型(lfm2.5 5B、nous:tencent/hy3:free、Gemini 3.5 Flash)的轨迹,每个批次由同一模型自我评判。记录格式为 {prompt: [...], completion: [...], reward: float, task: category, info: {...}},与 verifiers 库原生 rollout 约定一致,可直接用于 TRL 的 GRPOTrainer 或任何 verifiers 兼容的 RL 循环进行微调。次要用途是定性审查,允许检查智能体在 9 个知识类别中的推理和工具使用过程。数据集不适用于评估或基准测试(已进行污染检查),土著知识内容未经社区验证(review_status 默认为 unreviewed),且当前规模较小(约 225 条),不适合直接训练或部署模型。数据集采用 Hippocratic License 3.0 CL-ECO-EXTR-MIL 许可证,特别包含保护土著人民土地和传统知识的条款。
This dataset is a reinforcement learning (RL) trajectory dataset for LLM agents in the field of natural/regenerative agriculture, released by Copyleft Cultivars. It is the first RL/trajectory-shaped dataset in this collection. The dataset contains complete conversation records of agents executing real tool calls (especially the plant genomics MCP server cultivars-mcp), covering 9 knowledge categories (agroecology, regenerative agriculture, organic agriculture, soil science and microbiology, integrated farming systems, natural fertilizers, sustainable water management, permaculture, indigenous and traditional knowledge), with the indigenous knowledge category containing 10 sub-topics. Each record is scored by a multi-component reward function that evaluates tool usage correctness, LLM-judged content quality, structural citation requirements for indigenous knowledge content, and anti-essentialization checks. The dataset is released incrementally; each run of the generation pipeline adds new files under data/train/ and data/val/ without overwriting existing data. As of 2026-08-10, the dataset contains 225 records from trajectories of three different policy models (lfm2.5 5B, nous:tencent/hy3:free, Gemini 3.5 Flash), with each batch self-judged by the same model. The record format is {prompt: [...], completion: [...], reward: float, task: category, info: {...}}, consistent with the verifiers librarys native rollout convention, and can be directly used with TRLs GRPOTrainer or any verifiers-compatible RL loop for fine-tuning. A secondary use is qualitative review, allowing inspection of agent reasoning and tool usage across the 9 knowledge categories. The dataset is not suitable for evaluation or benchmarking (contamination checks have been performed), indigenous knowledge content has not been community-validated (review_status defaults to unreviewed), and the current size is small (approximately 225 records), making it unsuitable for direct training or deployment of models. The dataset is licensed under Hippocratic License 3.0 CL-ECO-EXTR-MIL, which specifically includes clauses protecting indigenous peoples lands and traditional knowledge.
Agriculture Agent RL Training Data 数据集概述
数据集地址: https://huggingface.co/datasets/CopyleftCultivars/Agriculture-Agent-RL-Training-Data
数据集定位
这是 Copyleft Cultivars 系列中首个面向强化学习(RL)轨迹训练的数据集,专门用于自然农业与再生农业场景下的 LLM 智能体训练。数据包含智能体调用真实工具(主要为植物基因组学 MCP 服务器 cultivars-mcp)的完整轨迹,覆盖 10 个知识类别,并采用多组件奖励机制(工具使用正确性、LLM 评判的内容质量、原住民知识结构化引用要求及反本质主义检查)。
规模与构成
截至 2026-08-11 快照,共 3,610 条记录,来自四个生成源(均为自评判):
| 生成源 | 模型 | 记录数 | 备注 |
|---|---|---|---|
| lfm2.5 | 本地 5B(Ollama 加速) | 567 | 覆盖全部原始类别及 10 个原住民知识子主题 |
| Hermes CLI | nous:tencent/hy3:free(云免费层) |
1,790 | 额外覆盖较新的有机化学-土壤科学类别 |
| Antigravity/agy | Gemini 3.5 Flash (Medium) | 1,218 | 仅限无工具形状(farmer_dialogue、scenario_critique) |
| qwen3.6 | 本地 35B-A3B MoE(llama.cpp) | 35(持续增长) | 推理模型,产出流速较慢 |
按类别分布(前五):原住民与传统知识 1,693 条;土壤科学与微生物学 283 条;综合耕作系统 277 条;天然肥料 276 条;永续农业 266 条。
主要用途
- 主要用途 —— RL 微调:记录格式(
prompt/completion/reward/task/info)与verifiers库原生回滚约定一致,可直接加载至 TRLGRPOTrainer或verifiers兼容的 RL 循环,适合在 SFT 检查点之上进行 GRPO 训练。 - 次要用途 —— 定性审查:每条记录为完整对话转写(系统/用户/助手/工具轮次),便于观察智能体的推理过程和工具使用方式。
重要已知限制
- 奖励不可跨源比较:所有源均为自评判,其中 Antigravity/agy 源 99.6% 记录获得满分(reward=1.0),明显高于其他源的 57-62%,存在评判自偏好偏差;lfm2.5 的评判器则表现出噪声。
- 不应用于评估/基准测试:导出时已与兄弟基准集
nf-benchmark-eval做过污染检查,仅作训练集使用。 - 原住民知识内容未经验证:所有相关记录的
review_status默认为"unreviewed",仅基于文献而非社区咨询,需谨慎用于面向用户的场景。 - 数据持续增量增长:每次生成管道运行都会在
data/train/和data/val/下新增文件,不覆盖旧数据;所有记录物理上加载为单一 HFtrain分割,需通过info.local_split字段区分原始训练/验证意图。
许可与伦理
采用 Hippocratic License 3.0, CL-ECO-EXTR-MIL,特别包含保护原住民土地和传统知识免遭未经同意使用的条款(§3.1.10)。数据集不声称直接咨询原住民社区,所有原住民知识断言须携带 Crossref 验证的引用,或由成功工具调用支撑,否则会在导出时被排除。
来源与生态
数据由 SolshineCode/Agriculture-Agent-RL-Training-Data 仓库中的管道生成,四个生成路径共享相同的种子生成步骤、奖励规则和污染过滤器。在 Copyleft Cultivars 生态中,cultivars-mcp 提供植物基因组学工具调用,nf-benchmark-eval 提供类别分类体系与污染检查目标,qwen3-finetune 用于后续 GRPO 训练的自然下游消费。数据集支持增量扩展,贡献者可通过源仓库中的生成管道提交新数据,无需直接编辑数据集。





