egrace479 commited on
Commit
43af2c5
·
verified ·
1 Parent(s): f344096

Add NeurIPS citation

Browse files
Files changed (1) hide show
  1. README.md +11 -8
README.md CHANGED
@@ -210,14 +210,17 @@ This dataset has been updated from the original release (Revision [f5c5d30](http
210
  Please also cite the BioCLIP 2 paper for which this dataset was created:
211
 
212
  ```
213
- @article{gu2025bioclip,
214
- title = {{B}io{CLIP} 2: Emergent Properties from Scaling Hierarchical Contrastive Learning},
215
- author = {Jianyang Gu and Samuel Stevens and Elizabeth G Campolongo and Matthew J Thompson and Net Zhang and Jiaman Wu and Andrei Kopanev and Zheda Mai and Alexander E. White and James Balhoff and Wasila M Dahdul and Daniel Rubenstein and Hilmar Lapp and Tanya Berger-Wolf and Wei-Lun Chao and Yu Su},
216
- year = {2025},
217
- eprint={2505.23883},
218
- archivePrefix={arXiv},
219
- primaryClass={cs.CV},
220
- url={https://arxiv.org/abs/2505.23883},
 
 
 
221
  }
222
  ```
223
 
 
210
  Please also cite the BioCLIP 2 paper for which this dataset was created:
211
 
212
  ```
213
+ @inproceedings{NEURIPS2025_94da80cb,
214
+ author = {Gu, Jianyang and Stevens, Sam and Campolongo, Elizabeth and Thompson, Matthew and Zhang, Net and Wu, Jiaman and Kopanev, Andrei and Mai, Zheda and White, Alexander and Balhoff, James and Dahdul, Wasila and Rubenstein, Daniel and Lapp, Hilmar and Berger-Wolf, Tanya and Chao, Wei-Lun (Harry) and Su, Yu},
215
+ booktitle = {Advances in Neural Information Processing Systems},
216
+ editor = {D. Belgrave and C. Zhang and H. Lin and R. Pascanu and P. Koniusz and M. Ghassemi and N. Chen},
217
+ pages = {102778--102811},
218
+ publisher = {Curran Associates, Inc.},
219
+ title = {BioCLIP 2: Emergent Properties from Scaling Hierarchical Contrastive Learning},
220
+ url = {https://proceedings.neurips.cc/paper_files/paper/2025/file/94da80cbfe870c1db958c88a8a27018c-Paper-Conference.pdf},
221
+ volume = {38},
222
+ year = {2025},
223
+ doi = {10.52202/085713-3436}
224
  }
225
  ```
226