Dataset Viewer
Auto-converted to Parquet
Search is not available for this dataset
video
video
End of preview. Expand in Data Studio

VCRBench: Exploring Long-form Causal Reasoning Capabilities of Large Video Language Models

Authors: Pritam Sarkar and Ali Etemad

This repository provides the official implementation of VCRBench.

Usage

from dataset import VCRBench
dataset=VCRBench(question_file="pp.json", 
                video_root="./",
                mode='video', 
                )
    
for sample in dataset:
    print(sample['question'], )
    print(sample['answer'], )
    print('*'*10)

    break

Licensing Information

This dataset incorporates samples from CrossTask that are subject to their respective original licenses. Users must adhere to the terms and conditions specified by these licenses. This project does not impose any additional constraints beyond those stipulated in the original licenses. Users must ensure their usage complies with all applicable laws and regulations. This repository is released under the MIT. See LICENSE for details.

Citation Information

If you find this work useful, please use the given bibtex entry to cite our work:

@misc{sarkar2025vcrbench,
      title={VCRBench: Exploring Long-form Causal Reasoning Capabilities of Large Video Language Models}, 
      author={Pritam Sarkar and Ali Etemad},
      year={2025},
      eprint={2505.08455},
      archivePrefix={arXiv},
      primaryClass={cs.CV},
}

Contact

For any queries please create an issue at VCRBench.

Downloads last month
0