The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.
WAON: Large-Scale and High-Quality Japanese Image-Text Pair Dataset for Vision-Language Models
| 🤗 HuggingFace | 📄 Paper | 🧑💻 Code |
Introduction
WAON is a Japanese (image, text) pair dataset containing approximately 155M examples, crawled from Common Crawl. It is built from snapshots taken in 2025-18, 2025-08, 2024-51, 2024-42, 2024-33, and 2024-26. The dataset is high-quality and diverse, constructed through a sophisticated data processing pipeline. We apply filtering based on image size and SigLIP scores, and perform deduplication using URLs, captions, and perceptual hashes (pHash).
How to Use
Clone the repository:
git clone https://gitlab.llm-jp.nii.ac.jp/datasets/waon.git
cd waon
Load the dataset using the datasets library:
from datasets import load_dataset
ds = load_dataset("parquet", data_dir="data")
Format
url: URL of the imagecaption: Caption associated with the imagepage_title: Title of the page containing the imagepage_url: URL of the pagepunsafe: Probability that the image is unsafequality: The quality of the text in the text columnwidth: Width (in pixels) of the resized image used for computing pHashheight: Height (in pixels) of the resized image used for computing pHashoriginal_width: Original width of the imageoriginal_height: Original height of the imagesha256: SHA-256 hash of the original image filephash: Perceptual hash (pHash) computed from the resized image
Dataset Construction Pipeline
We construct WAON dataset through the following steps:
LICENSE
This dataset is licensed under the Apache License 2.0 and governed by Japanese law. Its use is limited to “information analysis” as defined in Article 30-4 of the Japanese Copyright Act.
Citation
@misc{sugiura2025waonlargescalehighqualityjapanese,
title={WAON: Large-Scale and High-Quality Japanese Image-Text Pair Dataset for Vision-Language Models},
author={Issa Sugiura and Shuhei Kurita and Yusuke Oda and Daisuke Kawahara and Yasuo Okabe and Naoaki Okazaki},
year={2025},
eprint={2510.22276},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2510.22276},
}
- Downloads last month
- -