SanghyukChun commited on
Commit
ff5d2ae
·
verified ·
1 Parent(s): 7e6a59d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -6
README.md CHANGED
@@ -71,11 +71,20 @@ print("Image uncertainty: ", i_unc)
71
  print("Text uncertainty: ", t_unc)
72
  ```
73
 
74
- ```
75
- @article{chun2024prolip,
76
- title={Probabilistic Language-Image Pre-Training},
77
- author={Chun, Sanghyuk and Kim, Wonjae and Park, Song and Yun, Sangdoo},
78
- journal={arXiv preprint arXiv:2410.18857},
79
- year={2024}
 
 
 
 
 
 
 
 
 
80
  }
81
  ```
 
71
  print("Text uncertainty: ", t_unc)
72
  ```
73
 
74
+ ## Citation
75
+
76
+ ```bibtex
77
+ @inproceedings{chun2025prolip,
78
+ title={Probabilistic Language-Image Pre-Training},
79
+ author={Chun, Sanghyuk and Kim, Wonjae and Park, Song and Yun, Sangdoo},
80
+ year={2025},
81
+ booktitle={International Conference on Learning Representations (ICLR)},
82
+ }
83
+
84
+ @inproceedings{chun2025longprolip,
85
+ title={LongProLIP: A Probabilistic Vision-Language Model with Long Context Text},
86
+ author={Chun, Sanghyuk and Yun, Sangdoo},
87
+ year={2025},
88
+ booktitle={ICLR Workshop on Quantify Uncertainty and Hallucination in Foundation Models},
89
  }
90
  ```