AIAny
Icon for item

Hermes Agent Reasoning Traces

Provides multi-turn agent trajectories with real tool executions and explicit <think> reasoning blocks for training and evaluating tool-calling agents. Contains two model-sourced configs (Kimi-K2.5, GLM-5.1) totaling ~14.7K samples — useful for SFT, agent-skill research, and tool-integration experiments.

Introduction

Why this matters

Agent research increasingly depends on datasets that include not just prompts and responses but real tool calls and intermediate reasoning. This dataset supplies multi-turn trajectories where agents perform actual tool executions (terminal/browser/file ops), emit <think> chain-of-thought blocks, and record real tool responses — giving you grounded traces for training, fine-tuning, and diagnostic analysis.

What Sets It Apart
  • Grounded tool execution: samples include real tool invocations and their actual responses (terminal commands, Playwright browser actions, file ops), not synthetic placeholders — so models can learn from realistic tool-result patterns and error conditions.
  • Explicit reasoning traces: frequent and deep <think> blocks (notably the Kimi config with large average <think> depth) expose intermediate chain-of-thought useful for SFT, rationale-conditioned training, and interpretability studies.
  • Two model-sourced configs: Kimi-K2.5 (7,646 samples) and GLM-5.1 (7,055 samples), together ≈14.7K samples with rich turn/tool-call statistics (hundreds of thousands of turns/tool-calls across the corpus), enabling cross-model comparisons and domain-specific subset selection.
Who it's for and trade-offs

Great fit if you want realistic training traces for tool-enabled agents — e.g., supervised fine-tuning (SFT) of tool-calling policies, developing agent skill libraries, or studying how chain-of-thought interacts with tool outcomes. The dataset’s Apache-2.0 license and standard parquet format make it easy to load with datasets/pandas/polars.

Look elsewhere if you need very large-scale web-scale conversational corpora (this is ~10K–100K in size) or multilingual coverage (this dataset is English-only), or if you require human-curated labels for downstream evaluation tasks rather than raw agent trajectories. Also note generation details reflect the source models and serving setups used during collection — treat model-specific artifacts accordingly when generalizing results.

Information

Categories

More Items

Hugging Face

A collection of ready-to-run Hugging Face Jobs OCR scripts that add a markdown column (or structured JSON) to image datasets, with model switching, layout detection, server-mode serving, and per-model options for table/form extraction.

Hugging Face

Provides 115M public GitHub source files (≈873GB of code, ~1TB uncompressed) with per-file metadata (repo, path, language, license). Supports streaming, language/license filtering and full download for training and evaluating code LLMs and code generation models.

Hugging Face

Provides labeled prompts with full-reference answers (including chain-of-thought and code blocks) and per-example metadata to train edge routing/orchestrator models that decide whether to handle inputs locally or route them to larger models. Includes complexity scores, coding/math flags, routing justifications, and an automated override rule; suited for fine-tuning small models (50M–1.5B) for edge deployment.