AIAny
Icon for item

datacurve/deep-swe

Benchmark dataset for evaluating long-horizon coding agents and software-engineering tasks, containing English code and tabular metadata in Parquet format; small scale (<1K examples) for fast prototyping and evaluation.

Introduction

Long-horizon software engineering benchmarks are rare but crucial for testing agent persistence, planning, and multi-step coding workflows. This dataset packages a compact, evaluation-focused collection of English code snippets and structured metadata in Parquet so you can iterate on agent behaviours without heavy engineering overhead.

What Sets It Apart
  • Compact, evaluation-first scope: fewer than 1,000 examples makes quick experiments and CI-friendly benchmarks feasible rather than full-scale model training.
  • Parquet + tabular metadata: ready-to-load with pandas/polars and huggingface datasets for deterministic, reproducible evaluation pipelines.
  • Targeted for coding agents and software-engineering tasks: examples and tags oriented toward long-horizon interactions, benchmark YAML evaluation, and agent-in-the-loop workflows.
  • Lightweight contributor footprint: small downloads and likes indicate a niche, curated dataset useful for early-stage research and benchmarking.
Who It's For — and Tradeoffs

Great fit if you need a small, easy-to-load benchmark to iterate on agent planning, multi-step code edits, or evaluation harnesses without managing large corpora. Look elsewhere if you require large-scale pretraining data, multilingual code coverage, or a clearly licensed corpus—this dataset is tiny by design and currently has no license declared on the card, which limits commercial or redistributable use without clarification.

More Items

Hugging Face

Provides manually curated Japanese instruction pairs (questions and safe reference answers) for improving LLM output safety, covering broad harm categories and regionally sensitive cases. Includes English meta-tags and standard splits for benchmarking and fine-tuning.

Hugging Face

A 16 GB, 507-file PhD‑level cybersecurity knowledge base for training and evaluating security-focused LLMs and automation. Covers offensive/defensive/forensics/cloud/iot and AI-security across 30+ domains with real-world labs and framework mappings.

Hugging Face

Structured dataset for training and evaluating LLM agentic behavior: function-calling conversations, JSON-mode structured outputs, and extraction samples for teaching models to generate tool calls and strict structured responses. Includes single-turn and multi-turn scenarios across several configs.