CrossVid: A Comprehensive Benchmark for Evaluating Cross-Video Reasoning in Multimodal Large Language Models
2
126 commits
5 linked in READMEs
updated Dec 24, 2025
CrossVid is a large-scale, multi-task dataset designed to advance cross-video understanding capabilities in vision-language models. The dataset encompasses 10 diverse task types that require models to reason across multiple videos, understand temporal dynamics, spatial relationships, and complex narrative structures. Unlike existing benchmarks focusing on single-video analysis, CrossVid is the first comprehensive benchmark designed to evaluate cross-video understanding capabilities in MLLMs.
| Task Code | Task Name | Dimension | #QA Pairs | #Videos per QA | Video Sources |
|---|---|---|---|---|---|
| BU | Behavioral Understanding | Comparative Analysis | 848 | 3-4 | Charades & Animal Kingdom |
| NC | Narrative Comprehension | Comparative Analysis | 1,221 | 4 | MovieChat-1K |
| CC | Culinary Comparison | Comparative Analysis | 798 | 4 | YouCook2 |
| PEA | Procedural Error Analysis | Comparative Analysis | 953 | 3 | Assembly101 |
| PI | Plot Inference | Temporal Understanding | 251 | 2 | MovieChat-1K |
| FSA | Functional Step Alignment | Temporal Understanding | 2,248 | 2 | YouCook2 |
| PSS | Procedural Step Sequencing | Temporal Understanding | 664 | 3-6 | YouCook2 |
| MSR | Multi-view Spatial Reasoning | Multi-view Reasoning | 594 | 2 | VisDrone |
| MOC | Multi-view Object Counting | Multi-view Reasoning | 566 | 2 | VisDrone |
| CCQA | Comparative Culinary QA | Free-form QA | 872 | 2 | YouCook2 |
| Total | 9,015 |
CrossVid/
βββ uav/
β βββ bbox/
β βββ frames/
βββ videos/
β βββ assembly/
β βββ behavior/
β βββ cook/
β βββ movie/
βββ QA/
β βββ BU.json
β βββ CC.json
β βββ CCQA.json
β βββ FSA.json
β βββ MOC.json
β βββ MSR.json
β βββ NC.json
β βββ PEA.json
β βββ PI.json
β βββ PSS.json
βββ README.md
For questions or issues, please:
Note: The CC BY 4.0 license applies only to the original annotations, benchmark design, and documentation provided in this repository, and does not apply to the underlying source videos or datasets listed below.
We thank the creators of the following datasets that made CrossVid possible:
We do not own and do not claim any copyright or related rights over these source datasets or their content.
All copyrights and related rights remain with the original dataset creators and copyright holders.
If you find CrossVid useful for your research, please cite our paper:
@article{li2025crossvid,
title={CrossVid: A Comprehensive Benchmark for Evaluating Cross-Video Reasoning in Multimodal Large Language Models},
author={Li, Jingyao and Wang, Jingyun and Tan, Molin and Wang, Haochen and Yan, Cilin and Shi, Likun and Cai, Jiayin and Jiang, Xiaolong and Hu, Yao},
journal={arXiv preprint arXiv:2511.12263},
year={2025}
}
126 commits
CrossVid: A Comprehensive Benchmark for Evaluating Cross-Video Reasoning in Multimodal Large Language Models
2
126 commits
5 linked in READMEs
updated Dec 24, 2025
CrossVid is a large-scale, multi-task dataset designed to advance cross-video understanding capabilities in vision-language models. The dataset encompasses 10 diverse task types that require models to reason across multiple videos, understand temporal dynamics, spatial relationships, and complex narrative structures. Unlike existing benchmarks focusing on single-video analysis, CrossVid is the first comprehensive benchmark designed to evaluate cross-video understanding capabilities in MLLMs.
| Task Code | Task Name | Dimension | #QA Pairs | #Videos per QA | Video Sources |
|---|---|---|---|---|---|
| BU | Behavioral Understanding | Comparative Analysis | 848 | 3-4 | Charades & Animal Kingdom |
| NC | Narrative Comprehension | Comparative Analysis | 1,221 | 4 | MovieChat-1K |
| CC | Culinary Comparison | Comparative Analysis | 798 | 4 | YouCook2 |
| PEA | Procedural Error Analysis | Comparative Analysis | 953 | 3 | Assembly101 |
| PI | Plot Inference | Temporal Understanding | 251 | 2 | MovieChat-1K |
| FSA | Functional Step Alignment | Temporal Understanding | 2,248 | 2 | YouCook2 |
| PSS | Procedural Step Sequencing | Temporal Understanding | 664 | 3-6 | YouCook2 |
| MSR | Multi-view Spatial Reasoning | Multi-view Reasoning | 594 | 2 | VisDrone |
| MOC | Multi-view Object Counting | Multi-view Reasoning | 566 | 2 | VisDrone |
| CCQA | Comparative Culinary QA | Free-form QA | 872 | 2 | YouCook2 |
| Total | 9,015 |
CrossVid/
βββ uav/
β βββ bbox/
β βββ frames/
βββ videos/
β βββ assembly/
β βββ behavior/
β βββ cook/
β βββ movie/
βββ QA/
β βββ BU.json
β βββ CC.json
β βββ CCQA.json
β βββ FSA.json
β βββ MOC.json
β βββ MSR.json
β βββ NC.json
β βββ PEA.json
β βββ PI.json
β βββ PSS.json
βββ README.md
For questions or issues, please:
Note: The CC BY 4.0 license applies only to the original annotations, benchmark design, and documentation provided in this repository, and does not apply to the underlying source videos or datasets listed below.
We thank the creators of the following datasets that made CrossVid possible:
We do not own and do not claim any copyright or related rights over these source datasets or their content.
All copyrights and related rights remain with the original dataset creators and copyright holders.
If you find CrossVid useful for your research, please cite our paper:
@article{li2025crossvid,
title={CrossVid: A Comprehensive Benchmark for Evaluating Cross-Video Reasoning in Multimodal Large Language Models},
author={Li, Jingyao and Wang, Jingyun and Tan, Molin and Wang, Haochen and Yan, Cilin and Shi, Likun and Cai, Jiayin and Jiang, Xiaolong and Hu, Yao},
journal={arXiv preprint arXiv:2511.12263},
year={2025}
}
126 commits