AIAny
Icon for item

TikTok Videos, 4.5 Billion

Provides 4.5 billion TikTok video records with captions, timestamps, music IDs and engagement counts for research; split across 27 zstd-compressed Parquet files (~289 GB) and sampled via TikTok's mobile API; released for research-use only with privacy and ToS caveats.

Introduction

Why this matters

Large, real-world social-media corpora are scarce at the multi-billion scale. This release supplies raw TikTok post metadata and engagement signals at unprecedented scale, enabling population-level analyses of short-video dynamics, music propagation, hashtag spread and recommender-system research — but it carries practical, legal and ethical trade-offs you must accommodate.

What Sets It Apart
  • Scale and scope: 4.5 billion deduplicated rows across 27 Parquet files (~289 GB total; one file ≈10 GB ≈167M rows). That scale lets you estimate global patterns and long-tailed phenomena that small samples miss.
  • Rich engagement and join keys: per-video fields include create_time, desc (caption), music_id/music_title, views/likes/comments/shares/saves, duration, country/language (TikTok-inferred), and flags like is_ad. Music IDs allow cross-video joins to study sound diffusion.
  • Practical access patterns: query in-place with DuckDB, read single Parquet files with pandas/polars, or stream via the Hugging Face datasets loader. Rows are stored grouped by creator (storage order preserved), so sequential reads are highly correlated unless you shuffle.
Who it's for — and trade-offs

Great fit if you want large-scale empirical work on recommendation dynamics, virality, music/hashtag propagation, longitudinal content analysis (when combined with age-normalisation), or training large-scale engagement models that need real-world priors. Not appropriate if you need reliable creator identities, stable media URLs, verified country/language labels, or a dataset collected under TikTok's terms of service.

Important trade-offs you must account for:

  • Counts are snapshot values collected over a three-week window — normalise for video age before comparing engagement.
  • Creator identity and profile metadata are intentionally omitted; you cannot link videos to specific users.
  • Media URLs are excluded because CDN links decay; the dataset contains metadata only.
  • Country and language are TikTok-inferred and error-prone.
  • Collection used private mobile API signing; dataset distribution may conflict with platform ToS and raises privacy/legal obligations (GDPR/CCPA) for researchers.
Practical notes and cautions
  • Storage/compute: start by processing a single Parquet shard (~10 GB) before attempting the full collection. Use DuckDB or polars for efficient columnar queries.
  • Sampling bias: the release covers 27 of 32 storage partitions (a random subset of what was collected), so treat it as a large sample not a census.
  • Responsible use: released for research/educational use only; captions are personal data under GDPR/CCPA — do not use this to identify, profile, target, or contact individuals. If you need rows removed, follow the dataset maintainer's removal process.

If your goal is method development (e.g., recommender baselines, content-diffusion experiments, or large-scale caption-language analysis), this dataset is uniquely enabling — provided you bake in age-normalisation, shuffling, and strict privacy/legal safeguards.

Information

Categories

More Items

Hugging Face

Provides 315,000 pairwise human-preference votes comparing 15 English TTS models over 300 operational prompts, with 4,500 high‑quality audio renders and structured vote/pair/prompt records for training or evaluating preference/reward models. Metadata under CC-BY-4.0; audio use governed by model providers' terms.

Hugging Face

A 10‑billion‑document retrieval benchmark with per‑document 768‑dim unit‑norm dense embeddings and mGTE sparse embeddings, FineWeb text/metadata, and exact top‑1000 MS MARCO ground truth for ~120k queries. Built for large‑scale evaluation of dense/sparse/hybrid retrieval, filtered search, indexing, ANNS algorithms, and embedding compression.

Hugging Face

Provides manually curated Japanese instruction pairs (questions and safe reference answers) for improving LLM output safety, covering broad harm categories and regionally sensitive cases. Includes English meta-tags and standard splits for benchmarking and fine-tuning.