AIAny
Icon for item

StreamAudio-2M

Large streaming-audio dataset for training and evaluating audio-LLMs and audio agents. About 2.28M clips grouped into multi-turn “streams” across six task subsets (ASR, speech translation, audio understanding, voice chat, proactive response, environment-aware); audio shipped as tar shards.

Introduction

Streaming audio — not isolated clips — is increasingly necessary for agents that must track context, react proactively, and manage multi-turn spoken interaction. StreamAudio-2M assembles millions of short audio clips into coherent multi-turn streams and task-specific subsets so models can be trained on both local turn-level signals and longer scene/stream dynamics.

What Sets It Apart
  • Stream-centric schema: each example is a "stream" (sequence of turns) with unified metadata and per-turn audio paths, enabling experiments on context carryover, turn segmentation, and agent memory. This contrasts with datasets that only provide isolated utterances.
  • Multi-task composition: six curated subsets target complementary capabilities — real-time ASR, EN→ZH speech translation, audio understanding (captions/QA), multi-round voice chatting, proactive response behaviors, and environment-aware montages — allowing joint or staged training strategies.
  • Practical delivery and stats: audio is packaged as uncompressed tar shards to keep download/IO scalable; each row includes detailed audio_stats (duration, sample_rate, rms_db, peak_db, zero-crossing_rate, etc.), which helps dataset curation and filtering for model training.
Who It's For and Tradeoffs

Great fit if you are training or evaluating audio-capable LLMs, multimodal agents, or voice-chat systems that need: (a) realistic multi-turn context, (b) mixed tasks for multi-capability models, or (c) corpora with per-clip audio diagnostics for filtering. Look elsewhere if you need single-source high-fidelity studio recordings (this is an aggregated, multi-source corpus), or wide language coverage beyond English/Chinese.

Where It Fits

Use it for pretraining or multi-task fine-tuning when you require streaming/temporal context (e.g., turn-level system prompts, voice agents that must react mid-stream, or continuous ASR pipelines). It complements isolated-utterance corpora (CommonVoice, LibriSpeech) when the research question involves interaction, continuity, or proactive behaviors.

Practical notes
  • Licensing: CC-BY-4.0 — suitable for research and many commercial uses with attribution.
  • Size & access: audio provided as tar shards; reconstitution requires extracting all shards into an audio/ tree.
  • Data quality: mixes multiple sources (AudioSet, CommonVoice, GigaSpeech, CoVoST2, etc.); subset-level noise/content balance varies, so inspect audio_stats and subset provenance before large-scale training.

Information

Categories

More Items

Hugging Face

Provides under-1K JSON agent-trace records documenting model refusal responses and forensic metadata — useful for evaluating refusal-detection, audit pipelines, and safety analysis; small size limits large-scale statistical studies.

Provides a curriculum-aligned knowledge graph extracted from Chinese K–12 textbooks and accompanying benchmarks and training data to evaluate and train educational LLMs. Releases a 23,640-question multi-select benchmark and a 7,335-sample graph-guided training corpus with multimodal VQA pairs and the full construction pipeline.

Hugging Face

Pan-cancer CT segmentation dataset for training and benchmarking medical-image segmentation models — packaged as a Hugging Face dataset with an estimated 10k–100k samples and linked arXiv references. Designed for model development and reproducible benchmarking; non-commercial license applies.