Mayfull commited on
Commit
974f270
·
verified ·
1 Parent(s): 3b26125

Update model card: searchable tags + NeurIPS citation

Browse files
Files changed (1) hide show
  1. README.md +11 -5
README.md CHANGED
@@ -10,6 +10,11 @@ tags:
10
  - vision-language
11
  - compositional-reasoning
12
  - contrastive-learning
 
 
 
 
 
13
  ---
14
 
15
  # READ-CLIP (ViT-B/32)
@@ -81,11 +86,12 @@ See the [paper](https://arxiv.org/abs/2510.16540) for the full set of baselines
81
  ## Citation
82
 
83
  ```bibtex
84
- @inproceedings{kwon2025readclip,
85
- title = {Enhancing Compositional Reasoning in {CLIP} via Reconstruction and Alignment of Text Descriptions},
86
- author = {Kwon, Jihoon and Min, Kyle and Sohn, Jy-yong},
87
- booktitle = {Advances in Neural Information Processing Systems (NeurIPS)},
88
- year = {2025}
 
89
  }
90
  ```
91
 
 
10
  - vision-language
11
  - compositional-reasoning
12
  - contrastive-learning
13
+ - text-encoder
14
+ - sugarcrepe
15
+ - whatsup
16
+ - crepe
17
+ - valse
18
  ---
19
 
20
  # READ-CLIP (ViT-B/32)
 
86
  ## Citation
87
 
88
  ```bibtex
89
+ @inproceedings{kwon2026enhancing,
90
+ title={Enhancing Compositional Reasoning in {CLIP} via Reconstruction and Alignment of Text Descriptions},
91
+ author={Jihoon Kwon and Kyle Min and Jy-yong Sohn},
92
+ booktitle={The Thirty-ninth Annual Conference on Neural Information Processing Systems},
93
+ year={2026},
94
+ url={https://openreview.net/forum?id=6uKIm4bfEe}
95
  }
96
  ```
97