AIAny
Icon for item

Inferact/codex_swebenchpro_traces

Provides JSON traces from a Codex-driven swebenchpro agentic benchmark, including per-call token counts, cache hit rates, timing, and per-trial outcomes. Useful for research into LLM caching, long-context workloads, and agent evaluation. MIT-licensed and compact.

Introduction

This dataset surfaces an often-overlooked insight: agentic long-context workloads are dominated by cached prefill tokens, not fresh KV compute. The traces were produced by a Codex agent running swebenchpro-style workloads across many open-source repos and include per-call token breakdowns, cache statistics, timing, and pass/fail outcomes — data that helps quantify where LLM compute is actually spent.

What Sets It Apart
  • High-resolution per-call telemetry: includes input, cached, computed (uncached) and output token counts for 20,230 LLM calls across 610 successful trials, letting you measure compute concentration and heavy-tail behavior. (So what: enables empirical analysis of which calls drive uncached compute and cost.)
  • Explicit cache analysis: an overall cache hit rate of 94.2% with turn-by-turn and cross-trial breakdowns. (So what: lets researchers evaluate caching strategies and estimate real KV compute under realistic agent workloads.)
  • Workload & timing signals: inter-call delays, trial durations, and per-repo success/failure statistics (731 trials total, 610 successful) are included. (So what: supports simulation of agent latency, throughput, and failure modes.)
  • Compact, machine-friendly format: JSON with dataset tags indicating pandas/polars compatibility and MIT license. (So what: easy to load, filter, and integrate into analysis pipelines.)
Who It's For & Tradeoffs

Great fit if you are studying LLM operational cost, cache strategies, agent orchestration, or long-context behavior and want grounded, per-call telemetry rather than synthetic benchmarks. It is also useful for validating simulator assumptions about context growth, output sizes, and inter-call timing.

Look elsewhere if you need very large-scale public telemetry (this dataset is compact with modest download counts) or labeled human evaluations of output quality; the traces focus on token/timing/cache metrics and pass/fail outcomes from automated trials rather than nuanced human judgments.

Where It Fits

Use this dataset to: (a) validate cache-utility models and cost estimators, (b) reproduce heavy-tail uncached-compute analyses, and (c) build realistic agent workload generators for benchmarking inference systems. It complements model-centric benchmarks by exposing system-level and agent-driven dynamics that determine real-world LLM costs.

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.