AIAny
Icon for item

XYZ-Aquila SFT

Provides 7,000 bilingual multi-turn, search-oriented tool-use trajectories (5,000 English, 2,000 Chinese) for supervised fine-tuning and analysis of agentic search models. Includes serialized system/user/assistant messages, embedded Qwen3 tool schemas, and conversion scripts; not a standalone benchmark.

Introduction

Search-oriented agents need trajectory-format data that preserves tool calls, intermediate observations, and final answers — not just prompt/response pairs. This release supplies 7,000 bilingual examples that capture full interactive episodes (system/user/assistant + tool interactions) designed for supervised fine-tuning and agent behavior research.

What Sets It Apart
  • Full trajectory format: each record contains a system instruction with embedded tool schemas, the user request, assistant reasoning (including tool call text), tool observation entries, and a supervised final answer. This makes it straightforward to reproduce multi-step tool-use dialogues in Qwen3-style chat templates.
  • Bilingual and focused on search agents: 5,000 English and 2,000 Chinese trajectories emphasize web-search, scraping, and in-context Python execution patterns common to agentic search workflows.
  • Conversion utilities included: convert_tools.py lets you extract a structured tools list or render the original system-message block, so you can run either a message-only or structured-tools path without rewriting trajectories.
  • Lightweight sample of a broader SFT corpus: these examples are a curated subset used in the training data for XYZ-Aquila-mini and XYZ-Aquila-pro, but reported model benchmark scores refer to the broader corpus, not this 7k shard alone.
Who it fits, and tradeoffs

Great fit if you are training or evaluating supervised fine-tuning pipelines for agents that perform web search, page extraction, and scripted tool calls; if you need bilingual examples or want ready-made trajectories for replayable agent harnesses. Look elsewhere if you require very large-scale SFT data (>100k examples), fully up-to-date web content, or standalone benchmark suites — the dataset is a compact SFT sample and search-derived content can age or be incomplete. Also note licensing: the dataset is released under Apache-2.0 and a small QA portion derives from an MIT-licensed source, so check upstream licenses for downstream use.

Practical notes
  • Format: JSONL; each line has question, answer, number of tool calls, and a trajectory list. First system message embeds Qwen3 tool schemas (web_search, scrape_and_extract_info, run_python_code).
  • Loading: compatible with Hugging Face Datasets; streaming supported.
  • Intended uses: supervised fine-tuning of search-oriented agents, multilingual tool-use research, trajectory-format experimentation, and agent behavior analysis.

This introduction focuses on where the data adds value for agent training and analysis and highlights practical constraints you should consider before adopting it into a pipeline.

Information

Categories

More Items

Hugging Face

A multiple-choice benchmark for evaluating language-model arithmetic: 1,000 continuation-style elementary word problems (4 choices, balanced labels) organized by topic, grade band, and difficulty. Designed for base-model continuation log-likelihood scoring; released under Apache-2.0.

Hugging Face

Provides ~5M model-generated reasoning chains (within 5k sequence length) with structured fields for supervised fine-tuning, reasoning distillation, and instruction tuning. Includes separate fields for prompt, reasoning trace, final answer and a ChatML view; streaming access recommended for large-scale use.

Evaluates multimodal context learning across grounding, new information application, and knowledge acquisition using a 3,443-instance benchmark spanning science, finance, long documents, spatial reasoning, and web VQA; finds current multimodal models perform poorly (best score 0.2847) and analyzes failure modes.