Papers › LAION-5B: An open large-scale dataset for training next generation image-text models

LAION-5B: An open large-scale dataset for training next generation image-text models

16 Oct 2022NeurIPS 2022 Datasets and Benchmarks 2022 6arXiv:2210.08402archive 2025-07-28

Christoph Schuhmann, Romain Beaumont, Richard Vencu, Cade Gordon, Ross Wightman, Mehdi Cherti, Theo Coombes, Aarush Katta, Clayton Mullis, Mitchell Wortsman, Patrick Schramowski, Srivatsa Kundurthy, Katherine Crowson, Ludwig Schmidt, Robert Kaczmarczyk, Jenia Jitsev

Groundbreaking language-vision architectures like CLIP and DALL-E proved the utility of training on large amounts of noisy image-text data, without relying on expensive accurate labels used in standard vision unimodal supervised learning. The resulting models showed capabilities of strong text-guided image generation and transfer to downstream tasks, while performing remarkably at zero-shot classification with noteworthy out-of-distribution robustness. Since then, large-scale language-vision models like ALIGN, BASIC, GLIDE, Flamingo and Imagen made further improvements. Studying the training and capabilities of such models requires datasets containing billions of image-text pairs. Until now, no datasets of this size have been made openly available for the broader research community. To address this problem and democratize research on large-scale multi-modal models, we present LAION-5B - a dataset consisting of 5.85 billion CLIP-filtered image-text pairs, of which 2.32B contain English language. We show successful replication and fine-tuning of foundational models like CLIP, GLIDE and Stable Diffusion using the dataset, and discuss further experiments enabled with an openly available dataset of this scale. Additionally we provide several nearest neighbor indices, an improved web-interface for dataset exploration and subset generation, and detection scores for watermark, NSFW, and toxic content detection. Announcement page https://laion.ai/laion-5b-a-new-era-of-open-large-scale-multi-modal-datasets/

PaperPDFConference PDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2210.08402")

Code

Syntology Ran 14 of 18 code samples harvested from 2 repositories linked to this paper; 4 have no recorded run. Of those that ran: 1 ran · violated contract; 2 ran · our draft was wrong; 11 ran with no contract checked.

By repository: found in paper text by Syntology: 15 samples from 2 repositories, 11 ran; 3 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

mlfoundations/open_clip officialmentioned in papermentioned on GitHubpytorch report
eify/open_clip mentioned on GitHubpytorchNOASSERTION report
facebookresearch/metaclip mentioned on GitHubpytorch report
nahidalam/open_clip mentioned on GitHubpytorchNOASSERTION report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

18 samples harvested; 14 ran; 0 honoured the contract we drafted; 4 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

1ran · violated contract
2ran · our draft was wrong
11ran
4unverified

Licence: 3 of the 18 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

config rvencu/crawlingathome-gpu-hcloud/gpu_inference.py found in paper text by Syntology ran MIT (permissive) · 6b0f6ffaf5450f20 · report
config rvencu/crawlingathome-gpu-hcloud/ccpp.py found in paper text by Syntology ran MIT (permissive) · 19fb2294a9c2a40c · report
count_samples rom1504/clip-retrieval/clip_retrieval/clip_back_prepro/parquet_to_arrow.py found in paper text by Syntology ran MIT (permissive) · 5857f996a53e3d10 · report
df_clipfilter rvencu/crawlingathome-gpu-hcloud/gpu_inference.py found in paper text by Syntology ran MIT (permissive) · aad8a39d981e52e6 · report
file_to_count rom1504/clip-retrieval/clip_retrieval/clip_back_prepro/parquet_to_arrow.py found in paper text by Syntology ran MIT (permissive) · 54a08251b7e05489 · report
filter rvencu/crawlingathome-gpu-hcloud/gpu_inference.py found in paper text by Syntology ran MIT (permissive) · 0f5ca6c21457febb · report
metric_to_average rom1504/clip-retrieval/clip_retrieval/clip_back.py found in paper text by Syntology ran MIT (permissive) · 42824ddb4bfbec48 · report
move_files_to_folders rvencu/crawlingathome-gpu-hcloud/postCLIP_staging/movefiles.py found in paper text by Syntology ran MIT (permissive) · a824d70f7658bab0 · report
normalized rom1504/clip-retrieval/clip_retrieval/clip_back.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 1472ce0e9f26f1c7 · report
process_img_content rvencu/crawlingathome-gpu-hcloud/dbdl.py found in paper text by Syntology ran MIT (permissive) · 68deb34ae97e2fa1 · report
remove_bad_chars rvencu/crawlingathome-gpu-hcloud/ccpp.py found in paper text by Syntology ran fingerprinted MIT (permissive) · a487a6f248dc7148 · report
create_file_list rvencu/crawlingathome-gpu-hcloud/postCLIP_staging/movefiles.py found in paper text by Syntology unverified MIT (permissive) · e47c15572e3af93b · report
download_image rom1504/clip-retrieval/clip_retrieval/clip_back.py found in paper text by Syntology unverified MIT (permissive) · ef049563c3046681 · report
get_old_to_new_mapping rom1504/clip-retrieval/clip_retrieval/ivf_metadata_ordering.py found in paper text by Syntology unverified MIT (permissive) · 5261e2f4314f6275 · report
search_to_new_ids rom1504/clip-retrieval/clip_retrieval/ivf_metadata_ordering.py found in paper text by Syntology unverified MIT (permissive) · c315c90997b8fc3c · report
convert_to_custom_text_state_dict identical code first harvested elsewhere ran · violated contract licence of this copy not recorded · f19962ebb134b3d7 · report
get_cast_dtype identical code first harvested elsewhere ran · our draft was wrong licence of this copy not recorded · dcd422d66b0581d8 · report
get_input_dtype identical code first harvested elsewhere ran · our draft was wrong licence of this copy not recorded · b476c8cfbf0f1f47 · report

Tasks

Image GenerationPreference MappingZero-Shot Learning

1 archive task tag without a task page not shown.

Datasets

Introduced by this paper, per the archive.

LAION-5B

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

ALIGNCLIPDiffusionGLIDE

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections