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