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