SanghyukChun commited on
Commit
0e01095
·
verified ·
1 Parent(s): 9ac79cd

Update README.md

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