AIAny
Icon for item

Danbooru 2026 Tag Cleaning Corrections

Provides image-level tag correction instructions for a Danbooru anime-image tagging corpus, listing per-post tags to add or remove. Contains 1.74M normalized correction rows (snapshot 2026-08-30); it's a corrections manifest (no images) intended to be applied to existing metadata.

Introduction

Most downstream taggers and training pipelines suffer from long-tail label noise that hides in rare tags; this dataset surfaces targeted, image-level corrections so you can patch labels without rehosting images. The release is a manifest of add/remove actions normalized against a Danbooru snapshot, not a relabeled image dump.

What Sets It Apart
  • Scope and granularity: 1,739,622 correction rows with explicit per-post add and remove lists, enabling surgical fixes rather than blanket relabels. This makes it practical to apply changes to existing metadata pipelines.
  • Normalization and provenance: corrections were reconciled to a Danbooru metadata snapshot taken on 2026-08-30, with alias resolution and documented splits expanded where available. Rows with no remaining actions were omitted, and dead/unmappable source tags were removed.
  • Lightweight manifest format: schema is simple (post_id, add[], remove[], updated_at) and distributed in JSON/Parquet, compatible with pandas/polars and Hugging Face Datasets for easy joins against image sidecars.
Who It's For and Tradeoffs

Great fit if you maintain or train multi-label anime/illustration taggers and need a vetted corrections layer to improve label quality without reannotating images. Look elsewhere if you require fully relabeled image files or ground-truth annotations independent of Danbooru metadata—this dataset is a correction manifest and must be applied to the original image metadata to take effect. Also note some structural label noise in the underlying source corpus remains; the corrections are a targeted, AI-assisted plus human-reviewed pass, not a complete relabel.

Information

Categories

More Items

Hugging Face

Provides large-scale mathematical problem-solving, rewriting, and dialogue data organized into five Parquet-backed subsets for reasoning-oriented language-model training. Subsets support streaming access, Dataset Viewer inspection, and per-subset provenance metadata; licensed Apache 2.0.

Hugging Face

A multiple-choice benchmark for evaluating LLM understanding in Traditional Chinese across 66 subjects (elementary to professional). Contains ~22K verified questions covering STEM, humanities, social sciences and Taiwan-specific topics, with standardized splits and model leaderboards under an MIT license.

Hugging Face

A curated set of 1,000 high-quality chain-of-thought coding and reasoning traces generated by Fable 5.1, totaling ~30M tokens (109 MB). Designed for SFT/distillation to teach smaller models step-by-step programmatic reasoning and debugging.