AIAny
Icon for item

Multi-Benchmark LLM Agent Traces

Provides 1,781 OpenTelemetry execution traces of LLM-powered agents across six benchmarks, including full conversations, token usage, timing, tool calls and model metadata—useful for performance analysis, agent-behavior research, and inference debugging.

Introduction

Why this matters Most public LLM datasets focus on prompts, responses or evaluation labels; observability data that records how agents and models behave in production-style runs is far rarer. This dataset fills that gap by providing structured OpenTelemetry traces that capture the timing, token usage, model choices, and tool invocations for real multi-step agent executions—data you can use to quantify latency, resource patterns, failure modes, and tool-usage strategies.

What Sets It Apart
  • Execution-level observability: each trace is a full OpenTelemetry span tree (start/end timestamps, span names, parent relationships) rather than isolated prompt/response pairs. That makes it possible to measure fine-grained latencies (per-call and per-tool) and to reconstruct multi-call workflows.
  • Rich metadata per call: traces include input/output token counts, model identifiers, finish reasons, response IDs, tool definitions and tool call arguments/results — enabling cross-model cost and behavior comparisons without re-running workloads.
  • Multi-benchmark, multi-framework coverage: 1,781 traces across six benchmarks (retail, airline, telecom, software-engineering, AppWorld, BrowseCompPlus) and five agent frameworks, which helps surface pattern generality vs. benchmark-specific behaviors.
Who it's for & trade-offs

Great fit if you want to: compare inference latency and token usage across models/providers; analyze how agents partition work between LLM calls and external tools; detect recurring failure states and their preconditions. Look elsewhere if you need raw user telemetry (PII) or massive-scale production traces: this collection is mid-sized (1.7k traces) and curated for reproducible analysis rather than exhaustive fleet monitoring. Also note that some model names in traces reference closed-source provider labels; licensing and reproduction of exact model behavior may be limited.

Where it fits

Use this dataset for offline research (profiling, benchmarking, anomaly detection), benchmarking tools that orchestrate LLMs, or as a labeled source for building models that predict costly or failing inference patterns. It’s complementary to token-level corpora: token data here is contextualized by execution structure and tool usage, which is essential for engineering optimizations and MLOps workflows.

Information

Categories

More Items

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.

Hugging Face

A multi-task English NLU benchmark for evaluating models across nine tasks (acceptability, sentiment, paraphrase, similarity, and various NLI setups), with a diagnostic evaluation set and an online leaderboard to compare generalization and transfer learning.