datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
agent-data-collection
Agent Data Collection
A comprehensive collection of agent interaction datasets for training and evaluating AI agents across diverse domains and tasks.
This dataset aggregates high-quality agent trajectories from various environments including web browsing, code generation, household tasks, knowledge base querying, and software engineering.
The dataset is collected through methods described in Agent Data Protocol.
Dataset Splits
Each dataset configuration provides up… See the full description on the dataset page: https://huggingface.co/datasets/neulab/agent-data-collection.Agriculture-Agent-RL-Training-Data
Agriculture Agent RL Training Data
A growing dataset of RL rollout trajectories for LLM agents on
natural/regenerative farming — the first RL/trajectory-shaped dataset in the
Copyleft Cultivars collection
(every prior dataset here is SFT/conversational Q&A). Agents call real tools
(primarily cultivars-mcp,
a plant-genomics MCP server) across 9 knowledge categories (plus a 10th,
organic_chemistry_soil_science, added 2026-08-11, and an 11th,
organic_chemistry_synthesis, added… See the full description on the dataset page: https://huggingface.co/datasets/CopyleftCultivars/Agriculture-Agent-RL-Training-Data.dataagent-dabench-altimate-noctx-rl-500
DataAgent DAB Altimate No-Context RL 500
This dataset contains 500 synthetic RL tasks for the Altimate-centered DataAgentBench sandbox harness.
The rows are compiled for the dab_sandbox_altimate_noctx data source and are intended to plug into VERL-style RL training with the same Altimate no-context harness used during generation and verification.
Files
train.parquet: VERL-readable RL rows, 500 examples.
train.jsonl: JSONL mirror of the train split, 500 examples.… See the full description on the dataset page: https://huggingface.co/datasets/forseasons/dataagent-dabench-altimate-noctx-rl-500.AgentDoG1.0-Training-Data
AgentDoG1.0 Training Data
[💻 GitHub] | [📊 ATBench Dataset] | [📄 ATBench Paper] | [📄 AgentDoG Paper] | [🤗 Collection]
AgentDoG1.0 Training Data releases supervised instruction-tuning data for trajectory-level AI-agent safety modeling. It is paired with the AgentDoG and ATBench line of work: ATBench is the benchmark release, while this repository contains training-oriented data for binary safety classification and fine-grained taxonomy diagnosis.
Introduction… See the full description on the dataset page: https://huggingface.co/datasets/AI45Research/AgentDoG1.0-Training-Data.Agent-G2-ALFWorld-Webshop-sft-data
Agent-G2 SFT Data
Agent-G2 SFT Data contains reasoning and action trajectories for supervised
fine-tuning (SFT) in the Agent-G2 project.
Associated paper: Agent-G2: Gaussian Guidance for Agentic Reinforcement
Learning — accepted to the EMNLP 2026 Main Conference.
The dataset covers two interactive agent environments:
WebShop: agents search for products, select options, and complete
purchases according to user requirements.
ALFWorld: agents interact with household environments… See the full description on the dataset page: https://huggingface.co/datasets/xiamoent/Agent-G2-ALFWorld-Webshop-sft-data.tool-reasoning-sft-RESEARCH-openresearcher-dataset-sft-deep-research-agent-data-cleaned
OpenResearcher Dataset - Cleaned & Restructured
👥 Follow the Author
Aman Priyanshu
Overview
This dataset is a cleaned and restructured version of the OpenResearcher Dataset released by the TIGER-AI-Lab. The original dataset contains 96K+ long-horizon deep research trajectories generated by GPT-OSS-120B with native browser tools. This version converts the GPT-OSS channel-based message format into a standardized multi-turn tool-use conversation… See the full description on the dataset page: https://huggingface.co/datasets/AmanPriyanshu/tool-reasoning-sft-RESEARCH-openresearcher-dataset-sft-deep-research-agent-data-cleaned.data-agent-benchmarks
LongHorizon Full Data-Agent Benchmarks
Companion data artifacts for five complete evaluation tracks:
DataSciBench full55 / 167 metric entries
DABStep full450
DABStep-Research full100
DSBench Modeling full74
LongDS full68 / 2,225 turns
The companion GitHub repository contains processed manifests, evaluation code,
historical API ReAct baseline code, download/preparation tools, and the frozen
source lock. artifact_manifest.json records every uploaded object's size,
SHA-256… See the full description on the dataset page: https://huggingface.co/datasets/noel7Y/data-agent-benchmarks.tool-reasoning-sft-CODING-text_to_terminal_v2-sft-tool-use-agent-data-cleaned-rectified
Text to Terminal, v2 — Cleaned & Rectified
👥 Follow the Author
Aman Priyanshu
Overview
This dataset is a cleaned, combined, and thinking-augmented version of muellerzr/text_to_terminal_v2. It pairs natural language instructions with their corresponding terminal/bash commands, now augmented with explicit <think> reasoning traces that model the step-by-step thought process before producing the final command.The restructuring approach is directly… See the full description on the dataset page: https://huggingface.co/datasets/AmanPriyanshu/tool-reasoning-sft-CODING-text_to_terminal_v2-sft-tool-use-agent-data-cleaned-rectified.data-agent-sft
🛠️ Data Agent — SFT
4,677 worked examples of an agent doing data science the right way. Each row is a complete,
verified-correct trajectory: read the question, poke at the data with a shell tool, reason,
compute, and write the answer. Every one of these solved its task and passed a deterministic grader
— so you're fine-tuning on demonstrations that are known to be correct, not just plausible.
Drop-in ready for TRL: conversational messages + tools.
Where it comes… See the full description on the dataset page: https://huggingface.co/datasets/FineEnvs/data-agent-sft.tool-reasoning-sft-TOOLS-toolace-sft-tool-use-agent-data-cleaned-rectified
ToolACE - Tool-Use Agent Data Cleaned & Rectified
👥 Follow the Author
Aman Priyanshu
Overview
This dataset is a cleaned and restructured version of the Team-ACE/ToolACE dataset. ToolACE is a high-quality conversational tool-use dataset containing 11,300+ examples of natural language interactions requiring function calling across diverse domains. This version converts the original OpenAI function-call format into a standardized multi-turn tool-use… See the full description on the dataset page: https://huggingface.co/datasets/AmanPriyanshu/tool-reasoning-sft-TOOLS-toolace-sft-tool-use-agent-data-cleaned-rectified.sft-datatool-reasoning-sft-MEMORY-mem_agent-sft-data-cleaned-rectified-408k
mem_agent-sft-data-cleaned-rectified
Multi-turn long-context memory-agent SFT dataset with explicit reasoning traces, structured tool calls, and sequential chunk-processing sub-chains.
Schema
Column
Type
Description
messages
string (JSON)
JSON-serialized list of {role, content} dicts. Roles: system, user, reasoning, tool_call, tool_output, answer
core_chain_OR_subcall
string
"core_chain" (full orchestration trace) or "subcall" (single chunk-processing step)… See the full description on the dataset page: https://huggingface.co/datasets/AmanPriyanshu/tool-reasoning-sft-MEMORY-mem_agent-sft-data-cleaned-rectified-408k.tool-reasoning-sft-RESEARCH-dr-tulu-sft-deep-research-agent-data-cleaned-rectified
Deep Research - Tulu SFT Data Cleaned Rectified
👥 Follow the Author
Supriti Vijay
Overview
This dataset is a cleaned and restructured version of the DR-TULU SFT dataset released by AllenAI's RL Research team. The original DR-TULU dataset represents significant work in creating high-quality training data for reasoning-enhanced language models with tool use capabilities. This version addresses structural issues in the original release while preserving… See the full description on the dataset page: https://huggingface.co/datasets/SupritiVijay/tool-reasoning-sft-RESEARCH-dr-tulu-sft-deep-research-agent-data-cleaned-rectified.proper-agents-data
ProPer Agents — data
Data for ProPer Agents: Proactivity Driven Personalized Agents for Advancing
Knowledge Gap Navigation (ACL 2026).
Paper ·
Adapters
Three domains: code, medical, pwab (product recommendation).
Layout
{domain}/
raw/train.jsonl source examples
raw/test.jsonl
raw/{domain}_rga_{train,test}.jsonl RGA SFT data (Alpaca format)
raw/{domain}_dga_{train,test}.jsonl DGA SFT data (Alpaca format)… See the full description on the dataset page: https://huggingface.co/datasets/itsgupta/proper-agents-data.data_agent_harbor_train_sft
data_agent_harbor_train_sft
4677 verified agent trajectories (SFT) for the data_agent_harbor_train environments. TRL-ready tool-calling format: messages + tools columns.
Each row is a reward=1 rollout — instruction -> bash tool calls (shell commands) -> final answer — graded deterministically (no LLM judge). Single bash tool throughout.
Columns
messages: OpenAI/TRL chat format (system, user, assistant+tool_calls, tool, ...). tool_calls[].function.arguments are… See the full description on the dataset page: https://huggingface.co/datasets/AdithyaSK/data_agent_harbor_train_sft.TCNNet-SFT-NetCom-zhTW-1.1M
[TCNNet] A Traditional Chinese Networking and Communication Instruction Fine-Tuning Dataset (zh-TW)
A large-scale supervised fine-tuning (SFT) dataset created specifically for TCNNet-9B, a Chinese language model specialized in networking and communications domains. The dataset contains question-answer pairs generated from various networking, cybersecurity, and tech review articles written in Traditional Chinese.
Dataset Description
Dataset Summary
This dataset… See the full description on the dataset page: https://huggingface.co/datasets/DataAgent/TCNNet-SFT-NetCom-zhTW-1.1M.dataagent-dabench-altimate-noctx-sft-410
DataAgent DAB Altimate NoCtx SFT 410
This dataset contains 410 validated SFT trajectories generated by an Altimate-centered DataAgent pipeline. The paired RL release is forseasons/dataagent-dabench-altimate-noctx-rl-500.
Contents
train_sft.jsonl: final SFT rows, one selected trajectory per task.
train_sft.parquet: parquet version of the same final rows.
summary.json: merge/filter summary.
dataset_package_manifest.json: row counts, statistics, checksums.
audit/:… See the full description on the dataset page: https://huggingface.co/datasets/forseasons/dataagent-dabench-altimate-noctx-sft-410.SLM-RL-Agents-Data
SLM-RL-Agents-Data
Companion datasets for the paper Towards Robust Reinforcement Learning for Small-Scale Language Model Agents.
Authors
Md Rezwanul Haque, Md. Milon Islam, Fakhri Karray
Paper
arXiv:2607.25091
Code
github.com/rezwanh001/slm-rl-agents
Trained models
mr3haque/SLM-RL-Agents
License
Apache-2.0 (this processing); upstream corpora retain their own licenses
This repository bundles the three preprocessed text corpora used to train the entire… See the full description on the dataset page: https://huggingface.co/datasets/mr3haque/SLM-RL-Agents-Data.dataagentbench-derived-official54-altimate-prompt-shell
DataAgentBench-Derived Official54 Altimate Prompt Shell
This public dataset contains 54 DataAgentBench-derived task prompt-shell rows compiled for the Altimate-centered DAB sandbox runtime. It is a derived compile/export artifact, not the official raw DataAgentBench release.
It is intended as a portable task/prompt/manifest source for downstream Altimate teacher rollouts, SFT construction, or RL data compilation. It is not a completed rollout dataset: the rows do not contain… See the full description on the dataset page: https://huggingface.co/datasets/forseasons/dataagentbench-derived-official54-altimate-prompt-shell.agent-data-collection
Dataset Card for OpenHands Agent Logs
This dataset consists of multi-turn dialogues between a simulated human and an LLM-based agent interacting in a virtual operating system environment. Each conversation involves the agent reasoning about and solving command-line tasks through execute_bash and related actions.
Dataset Format
Each file in the dataset is a .json file, structured as a list of instances. Each instance contains:
id: A unique identifier for the interaction… See the full description on the dataset page: https://huggingface.co/datasets/fantos/agent-data-collection.Pretrain-Taiwan-DentistKnowledge-zhTW-290KLaplaceAI 繁中領域知識資料集計畫
利用我在爬蟲自動化與資料後處理上的專業,針對不同大小的領域知識資料集進行建立與維護。
在 LaplaceAI 的 huggingface 頁面,你可以找到許多不同領域的資料集。
這項 datasets 是由 LaplaceAI 整理維護的牙科相關知識。
ptdbench-data-format-task-agent-loop-022-llama-dapo-math-dataset
PTDBench dataset snapshot: task_agent_loop_022-llama-dapo-math
This repository stores the immutable runtime dataset snapshot for one
materialized PTDBench task. It intentionally excludes model weights and
training checkpoints.
PTDBench family: data_format
Source evaluation metric: val-core/math_dapo/reward/mean@1
Provenance: Processed from BytedTsinghua-SIA/DAPO-Math-17k; task-specific bytes are pinned.
License: Apache-2.0
The artifact manifest records every hydrated runtime… See the full description on the dataset page: https://huggingface.co/datasets/LIF1014/ptdbench-data-format-task-agent-loop-022-llama-dapo-math-dataset.agentdog-lite-qwen35-08b-base-training-data-suite
AgentDoG-Lite Qwen3.5-0.8B 基座训练数据套件
本数据集用于 AgentDoG-Lite Summer Camp 轨迹级 Agent 安全诊断任务,目标是训练模型判断完整 agent trajectory 是否安全。
核心判断标准不是风险词匹配,而是:
Agent 是否实际执行了 unsafe action。
即:
风险出现 != unsafe
风险被执行 == unsafe
相关模型
Full-SFT 完整权重:https://huggingface.co/hhhggfdd/doc-was-wrong-because-training-started-from-qwen3.5-0.8b-base-not-agentdog-full-sft
LoRA adapter:https://huggingface.co/hhhggfdd/doc-was-wrong-because-training-started-from-qwen3.5-0.8b-base-not-agentdog-lora… See the full description on the dataset page: https://huggingface.co/datasets/hhhggfdd/agentdog-lite-qwen35-08b-base-training-data-suite.how-agentic-m1-research-data
How Agentic M1 Research Data
Training and validation data used for the M1-stage 500M-parameter
How Agentic research model.
Files
pretrain/m1_pretrain_5b_clean_train.jsonl.gz: cleaned pretraining split.
pretrain/m1_pretrain_5b_clean_val.jsonl.gz: pretraining validation split.
pretrain/m1_pretrain_5b_clean_report.json: corpus construction and quality report.
pretrain/m1_pretrain_5b_clean_rejected_sample.jsonl.gz: a small sample of rejected records for auditing.… See the full description on the dataset page: https://huggingface.co/datasets/jjyaoao/how-agentic-m1-research-data.agent-data-collection
Dataset Card for OpenHands Agent Logs
This dataset consists of multi-turn dialogues between a simulated human and an LLM-based agent interacting in a virtual operating system environment. Each conversation involves the agent reasoning about and solving command-line tasks through execute_bash and related actions.
Dataset Format
Each file in the dataset is a .json file, structured as a list of instances. Each instance contains:
id: A unique identifier for the… See the full description on the dataset page: https://huggingface.co/datasets/Artificial-Production-Units/agent-data-collection.whissle-agent-llm-training-data
Whissle Agent LLM Training Data
Training and validation data for the Whissle Agent LoRA model.
Each sample is a (perception, response) pair where:
Perception = structured ASR output (transcript + emotion + intent + entities + MI behavior)
Response = ideal agent response with SSML prosody, tool calls, MI codes, and reasoning
Dataset Statistics
Split
Samples
Training
5,171
Validation
272
Total
5,443
By Domain
Domain
File… See the full description on the dataset page: https://huggingface.co/datasets/WhissleAI/whissle-agent-llm-training-data.proactive-agent-data
Proactive Agent Dataset
Dataset for training and evaluating proactive IDE assistants.
Splits
Split
Samples
Description
train_synthetic
10489
Synthetic data from gym simulation
train_real
2476
Real IDE sessions (excluding test/val)
test
759
Test split from real sessions
val
1111
Validation split from real sessions
Fields
session_id: unique session identifier
source: "synthetic" or "real"
trigger_op_id: operation ID after which the… See the full description on the dataset page: https://huggingface.co/datasets/jiarx/proactive-agent-data.TCNNet-Pretrain-NetCom-zhTW-3.7M
[TCNNet] A Large-scale Traditional Chinese Networking and Communication Continuous Pretraining Dataset (zh-TW)
A specialized domain knowledge dataset created for continuous pretraining of TCNNet-9B, a Chinese language model based on Yi-9B and specialized in networking and communications domains. The dataset contains articles from various networking, cybersecurity, and tech review sources written in Traditional Chinese.
Dataset Description
Dataset Summary
This… See the full description on the dataset page: https://huggingface.co/datasets/DataAgent/TCNNet-Pretrain-NetCom-zhTW-3.7M.AgentSkiller-11Ktoucan-agentic-thinking
Toucan Agentic with Thinking Dataset
This dataset contains agentic reasoning responses generated by MiniMax-M2.1 based on questions from Agent-Ark/Toucan-1.5M_SFT.
Dataset Description
For each user question, the model generates:
Thinking process: The model's reasoning wrapped in <think> tags
Response: A complete, helpful answer in natural language
The original tool definitions are preserved in the tools field for reference.
Statistics
Split
Examples… See the full description on the dataset page: https://huggingface.co/datasets/agent-data/toucan-agentic-thinking.
