Mementos: A Comprehensive Benchmark for Multimodal Large Language Model Reasoning over Image Sequences
Xiyao Wang · Yuhang Zhou · Xiaoyu Liu · Hongjin Lu · Yuancheng Xu · Feihong He · Jaehong Yoon · Taixi Lu · Gedas Bertasius · Mohit Bansal · Huaxiu Yao* · Furong Huang*
This is the dataset and code for paper 'Mementos: A Comprehensive Benchmark for Multimodal Large Language Model Reasoning over Image Sequences'
All datas are at this google drive link: Menmentos Dataset
We provide all object and behavior synonym files in 'sym_graphs' folder which can be loaded and used directly using function 'load_graph' in build_action_graph.ipynb.
To evaluate your own model, we provide the codes of GPT-4-assisted evaluation procedure in GPT-4-assisted_evaluation.ipynb. First you need extract object and behavior keyword list using GPT-4, then compute Recall, Precision, and F1 of objects and behaviors.
If you find our work useful, please consider citing:
@article{wang2024mementos,
title={Mementos: A Comprehensive Benchmark for Multimodal Large Language Model Reasoning over Image Sequences},
author={Wang, Xiyao and Zhou, Yuhang and Liu, Xiaoyu and Lu, Hongjin and Xu, Yuancheng and He, Feihong and Yoon, Jaehong and Lu, Taixi and Bertasius, Gedas and Bansal, Mohit and others},
journal={arXiv preprint arXiv:2401.10529},
year={2024}
}