hz2475 commited on
Commit
54eadd9
·
verified ·
1 Parent(s): d002725

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -3
README.md CHANGED
@@ -31,11 +31,29 @@ configs:
31
  - split: test
32
  path: data/test-*
33
  ---
 
34
 
 
35
 
36
- Captions corpora processed from DiffusionDB dataset, the goal is to create a dataset similar to [flickr30k](https://huggingface.co/datasets/sentence-transformers/flickr30k-captions)
37
-
38
  pre-processing includes:
39
  - remove style prompts
40
  - remove too long and specific prompts
41
- - remove prompts with many specific names
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  - split: test
32
  path: data/test-*
33
  ---
34
+ # DiffusionDB Captions
35
 
36
+ 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
37
 
38
+ Filtered from diffusionDB + diffusionDB_large, total 14M data, into ~1M
 
39
  pre-processing includes:
40
  - remove style prompts
41
  - remove too long and specific prompts
42
+ - remove prompts with many specific names
43
+
44
+ ## Citation
45
+
46
+ If you find this curated dataset helpful, feel free to give us a cite.
47
+
48
+ ```
49
+ @misc{rodriguez2025renderingawarereinforcementlearningvector,
50
+ title={Rendering-Aware Reinforcement Learning for Vector Graphics Generation},
51
+ 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},
52
+ year={2025},
53
+ eprint={2505.20793},
54
+ archivePrefix={arXiv},
55
+ primaryClass={cs.CV},
56
+ url={https://arxiv.org/abs/2505.20793},
57
+ }
58
+
59
+ ```