Datasets:

Modalities:
Image
Text
Formats:
parquet
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
fazliimam commited on
Commit
f254b08
·
verified ·
1 Parent(s): 32e644c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -3
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
+ ```