Update README.md
Browse files
README.md
CHANGED
@@ -109,8 +109,17 @@ prompt = "In the given image, estimate the time that has passed between the firs
|
|
109 |
|
110 |
response = get_gpt_response(image1, image2, prompt)
|
111 |
print(response)
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
```
|
116 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
109 |
|
110 |
response = get_gpt_response(image1, image2, prompt)
|
111 |
print(response)
|
|
|
|
|
|
|
112 |
```
|
113 |
|
114 |
+
### **Cite Us**
|
115 |
+
```
|
116 |
+
@misc{imam2025multimodalllmsvisualtemporal,
|
117 |
+
title={Can Multimodal LLMs do Visual Temporal Understanding and Reasoning? The answer is No!},
|
118 |
+
author={Mohamed Fazli Imam and Chenyang Lyu and Alham Fikri Aji},
|
119 |
+
year={2025},
|
120 |
+
eprint={2501.10674},
|
121 |
+
archivePrefix={arXiv},
|
122 |
+
primaryClass={cs.CV},
|
123 |
+
url={https://arxiv.org/abs/2501.10674},
|
124 |
+
}
|
125 |
+
```
|