AIAny
Icon for item

laion/BVD-V-55M

Provides 55 million scene-level video clips (each with captions, language labels, and timestamps) extracted from an 80M-video, 10-million-hour raw pool to support multimodal pre-training across video, audio, and frames. Access is gated for academic/non-commercial research.

Introduction

Most large-scale multimodal video corpora are proprietary and hard to inspect; this dataset aims to broaden reproducible research by releasing a very large, curated subset of web videos with scene-level clips and synthetic captions. The dataset is explicitly intended for academic and non-commercial multimodal pre-training and analysis.

What Sets It Apart
  • Scale and scope: derived from 1.3B collected platform-specific URLs, 80M downloaded videos totaling ~10 million hours, yielding 55M scene-level clips and 300M extracted frames — useful for scaling video-, audio-, and frame-based pre-training.
  • Scene-aware curation: clips are produced by content-aware scene detection, providing shorter, semantically coherent segments instead of raw full-length videos, which helps contrastive and retrieval training.
  • Multimodal targets: includes synthetic video/audio captions and language labels for clips, enabling video-text, audio-text, and frame-based image-text experiments without manual captioning at scale.
  • Open research access model: released for academic/non-commercial use with a single gated request workflow to balance availability and responsible use.
Who It's For and Trade-offs

Great fit if you need very large-scale multimodal video data for pre-training, dataset analyses, or reproducibility studies (e.g., training ViCLIP/CLIP/CLAP variants, audio-text benchmarks, frame-based image-text retrieval). Look elsewhere if you require fully curated, human-generated captions, commercial licensing, or copyright-free redistribution of raw media—BVD contains web-origin content with platform-specific URLs and access restrictions. Expect noisy and synthetic captions, variable video quality, and legal/ethical constraints that require responsible use and compliance with the gated access terms.

Information

Categories

More Items

Hugging Face

Contains 40,000 teacher-generated reasoning traces distilled from the Qwen3.8-27B model for supervised fine-tuning and analysis. Covers code, math, science and logic; each example pairs a <think> chain-of-thought with a final response and is distributed in JSONL/Parquet for SFT workflows.

Hugging Face

Contains 244 Cursor agent sessions recorded from Claude Fable‑5, formatted for training and research. Sessions include multi-turn assistant/tool interactions and are Teich-compatible; several rows exceed one million characters, so apply explicit tokenization and oversize policies before training.

Hugging Face

Evaluates retrieval-augmented generation by decomposing user queries into sub-queries and answers into atomic claims, scoring retrieval by query coverage and generation by claim verifiability. Reference-free benchmark with 800 queries, inlined retrieved chunks, and answers from multiple RAG systems; runs locally without API keys.