File size: 1,729 Bytes
d002725
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54eadd9
d002725
54eadd9
d002725
54eadd9
d002725
 
 
54eadd9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
---
license: cc0-1.0
task_categories:
- text-to-image
pretty_name: DiffusionDB Captions
size_categories:
- 1M<n<10M
dataset_info:
  features:
  - name: description
    dtype: string
  splits:
  - name: train
    num_bytes: 50735678
    num_examples: 967163
  - name: validation
    num_bytes: 101940
    num_examples: 1948
  - name: test
    num_bytes: 256037
    num_examples: 4870
  download_size: 35930405
  dataset_size: 51093655
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---
# DiffusionDB Captions

Captions corpora processed from DiffusionDB dataset, the goal is to create a dataset similar to [flickr30k](https://huggingface.co/datasets/sentence-transformers/flickr30k-captions) but much larger

Filtered from diffusionDB + diffusionDB_large, total 14M data, into ~1M
pre-processing includes:
- remove style prompts
- remove too long and specific prompts
- remove prompts with many specific names

## Citation

If you find this curated dataset helpful, feel free to give us a cite.

```
@misc{rodriguez2025renderingawarereinforcementlearningvector,
      title={Rendering-Aware Reinforcement Learning for Vector Graphics Generation}, 
      author={Juan A. Rodriguez and Haotian Zhang and Abhay Puri and Aarash Feizi and Rishav Pramanik and Pascal Wichmann and Arnab Mondal and Mohammad Reza Samsami and Rabiul Awal and Perouz Taslakian and Spandana Gella and Sai Rajeswar and David Vazquez and Christopher Pal and Marco Pedersoli},
      year={2025},
      eprint={2505.20793},
      archivePrefix={arXiv},
      primaryClass={cs.CV},
      url={https://arxiv.org/abs/2505.20793}, 
}

```