wenhu commited on
Commit
104de59
·
verified ·
1 Parent(s): f73fb2c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -2
README.md CHANGED
@@ -34,7 +34,7 @@ size_categories:
34
  - 1M<n<10M
35
  ---
36
 
37
- # ABC Pretraining Data
38
 
39
  <!-- Provide a quick summary of the dataset. -->
40
  This the the pretraining data for ABC. This dataset is derived from Google's [Conceptual Captions](https://ai.google.com/research/ConceptualCaptions/) dataset.
@@ -42,4 +42,18 @@ The each item in the dataset contain a URL where the corresponding image can be
42
 
43
  ## Paper and Website
44
 
45
- For more information, please refer to [Website](https://tiger-ai-lab.github.io/ABC/).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  - 1M<n<10M
35
  ---
36
 
37
+ ## ABC Pretraining Data
38
 
39
  <!-- Provide a quick summary of the dataset. -->
40
  This the the pretraining data for ABC. This dataset is derived from Google's [Conceptual Captions](https://ai.google.com/research/ConceptualCaptions/) dataset.
 
42
 
43
  ## Paper and Website
44
 
45
+ For more information, please refer to [Website](https://tiger-ai-lab.github.io/ABC/).
46
+
47
+ ## Citation
48
+
49
+ ```
50
+ @misc{schneider2025abcachievingbettercontrol,
51
+ title={ABC: Achieving Better Control of Multimodal Embeddings using VLMs},
52
+ author={Benjamin Schneider and Florian Kerschbaum and Wenhu Chen},
53
+ year={2025},
54
+ eprint={2503.00329},
55
+ archivePrefix={arXiv},
56
+ primaryClass={cs.CV},
57
+ url={https://arxiv.org/abs/2503.00329},
58
+ }
59
+ ```