AIAny
Icon for item

GLM-5.2 Agent traces

Provides 319 newline-delimited JSON agent session traces captured from GLM-5.2 using Teich for training agentic models. Preserves reasoning-first assistant fragments, tool-call events, and a dataset-level training-ready tool schema; convertible to OpenAI-style JSONL for SFT/distillation.

Introduction

Agent training benefits from traces that keep thinking, context, and tool interactions intact — this dataset supplies raw, upload-first agent sessions captured from GLM-5.2 with an eye toward training and distillation workflows. Rather than offering preprocessed SFT pairs, it preserves the original event stream (messages, reasoning fragments, tool calls and runtime metadata) so you can convert or filter for your pipeline.

What Sets It Apart
  • Preservation of event-level fidelity: Teich-exported JSONL keeps assistant reasoning fragments before or alongside visible assistant text and records tool calls as first-class events — so models trained on these traces learn when and how tools were invoked, not just final outputs.
  • Training-ready tool schema snapshot: a complete dataset-level tools snapshot is embedded and applied as a fallback, making it simple to train tool-using agents without reconstructing schemas from noisy transcripts.
  • Upload-first / convertible format: each session is a standalone newline-delimited JSON file and Teich utilities can convert traces to OpenAI-style prompt/messages rows for direct use in SFT or distillation pipelines.
Who It's For and Tradeoffs

Great fit if you need realistic agent behavior and tool-use examples for fine-tuning or distillation (especially tool-enabled LLMs) and want raw session fidelity to craft custom conversion and masking logic. Look elsewhere if you need ready-made, heavily curated SFT pairs or large-scale deduplicated corpora — this collection is raw traces that require conversion and filtering for some training setups. Note also that licensing and downstream use constraints should be checked before production use.

Where It Fits

Use this dataset as a source of high-fidelity agent traces to bootstrap tool-use supervision, create chain-of-thought augmented SFT data, or distill agent policies. It sits upstream of cleaned SFT datasets: consume it when you want control over conversion, masking, and tool-schema application rather than an off-the-shelf training split.

Information

  • Websitehuggingface.co
  • OrganizationsAletheiaResearch, TeichAI
  • Published date2026/06/19

Categories

More Items

Hugging Face

Evaluates retrievers and search agents on synthetic multi-hop questions that require assembling a complete set of supporting evidence. Provides English and Russian variants (395 questions each), a fixed dense index embedded with Qwen3-Embedding-8B, and BrowseComp-Plus evaluation integrations.

Hugging Face

Provides re-annotated academic video instruction data for captioning, video QA, and fine-grained motion understanding; rewrites short answers and concise captions into evidence-grounded, instruction-following responses and supplies JSONL annotation files (original videos not included).

Hugging Face

Provides 324 Russian short-answer web-search tasks with gold supporting documents to evaluate fixed-index retrievers and search agents. Tasks span eight topical categories and five retrieval challenge types (multihop, structured evidence, temporal, entity disambiguation, comparative) and use a Qwen3-Embedding-8B index for evaluation.