AIAny
Icon for item

Recursive Task Synthesis

Provides 37,484 validated command-line tasks generated by recursive task synthesis, each paired with searchable metadata and a sanitized, runnable package (instructions, solution, verifier, and optional Dockerfile).

Introduction

Long-horizon terminal tasks are hard to assemble at scale because correct solutions, verifiers, and runnable environments must remain consistent. This dataset addresses that bottleneck by publishing 37,484 validated command-line task instances produced via recursive task synthesis and executable sandbox validation, giving researchers a large corpus of verifiable, runnable terminal tasks for agent training and evaluation.

What Sets It Apart
  • Verified runnable packages: each task is shipped with a sanitized runnable package (data shards of tasks-*.tar), a shard manifest, and searchable metadata rows (metadata/tasks.parquet) so tasks can be executed and validated in isolated sandboxes.
  • Complete metadata per task: searchable fields include instruction (instruction.md), task_toml, solution (solution/solve.sh) when present, and environment/Dockerfile when present — enabling automated dataset filtering and trial reproduction.
  • Recursive synthesis pipeline: tasks were generated by extending verified seed tasks through multiple synthesis rounds, producing increasingly long and complex reference solutions while maintaining end-to-end validation; this yields long-horizon workflows useful for training agents that must plan and execute many dependent shell commands.
  • Open license and reproducibility: published under CC BY 4.0 and packaged with checksums and TAR manifests to support reproducible downloads and sandboxed evaluation.
Who It's For and Trade-offs

Great fit if you need a large collection of verifiable command-line benchmarks for training or evaluating terminal agents, reinforcement-learning policies, or executor components of agents — especially when you require runnable tasks and metadata for automatic validation, trajectory collection, or curriculum construction. Look elsewhere if you need non-command-line modalities (e.g., purely visual or conversational tasks), human-curated natural tasks at scale (these are synthetically expanded from seeds), or if executing tasks in a sandboxed environment is impractical for your setup.

Where It Fits

Use this dataset as a source of long-horizon, executable training data for RL or agent fine-tuning (supervised or RL-based), for benchmarking terminal-agent capabilities, or for research into task generation and verifier design. Combine with trajectory-collection workflows to produce agent rollouts; pair with sandbox orchestration to ensure safe execution and validation.

Notes: dataset layout emphasizes two top-level components — metadata (metadata/tasks.parquet and metadata/shard_manifest.jsonl) for discovery and integrity, and data shards (data/tasks-*.tar) containing sanitized runnable packages — enabling both scale and reproducibility without exposing unsafe or unvetted artifacts.

Information

Categories

More Items

Hugging Face

Provides 1,000 five-second video clips generated by MiniMax H3 for lightweight evaluation of multimodal generation and understanding. Clips are roughly 768p base resolution with diverse aspect ratios and themes, produced with a pruned int8 minimax_h3_fl2va checkpoint at 30 steps.

Hugging Face

Provides 1,080,814 images extracted from ~65,000 digitised British Library book volumes (c.1510–c.1900), split into four algorithmic image-type configs and packaged as parquet for image–text multimodal research and retrieval.

GitHub

Benchmarks LLM agents on realistic legal work by packaging lawyer-style assignments with client materials and expert, per-deliverable rubrics. Includes an execution harness to run, score, and compare agents across a large, evolving task set spanning multiple practice areas.