Video-TT comprises 1,000 YouTube videos, each paired with one open-ended question and four adversarial questions designed to probe visual and narrative complexity.
Paper: https://arxiv.org/abs/2507.15028
Project page: https://zhangyuanhan-ai.github.io/video-tt/
One example of five question types is shown below:

Measures accuracy for each question type. We use Qwen2.5-72B as the judge for open-ended questions and a rule-based method for multiple-choice questions.
Let:
The set of videos where all five questions are answered correctly, denoted as A_full_correct, is the intersection of all these sets:
A_full_correct = A_primary_correct ∩ A_paraphrased_correct ∩ A_correctly_led_correct ∩ A_wrongly_led_correct ∩ A_multiple_choice_correct
Thus, the Robustness Score (RB) becomes:
R = |A_full_correct| / |A_primary_correct|
Where |A| denotes the size of the set A, representing the number of videos in that set.
The Video-TT annotation process consists of four stages:
For more details, please refer to the paper.
# pip install git+https://github.com/EvolvingLMMs-Lab/lmms-eval.git
# pip3 install qwen_vl_utils
# export HF_HOME="~/.cache/huggingface"
accelerate launch --num_processes=8 --main_process_port=12346 -m lmms_eval \
--model videott_single_mc \
--model_args=pretrained=Qwen/Qwen2.5-VL-7B-Instruct,max_pixels=12845056,attn_implementation=flash_attention_2,interleave_visuals=False \
--tasks mme \
--batch_size 1
If you find any mistakes in the dataset, please submit the corresponding question_id to our issue page. Our team is committed to maintaining this dataset in the long run to ensure its quality.
[1] Fu, Chaoyou, et al. "Video-mme: The first-ever comprehensive evaluation benchmark of multi-modal llms in video analysis." arXiv preprint arXiv:2405.21075 (2024).
134 commits
Video-TT comprises 1,000 YouTube videos, each paired with one open-ended question and four adversarial questions designed to probe visual and narrative complexity.
Paper: https://arxiv.org/abs/2507.15028
Project page: https://zhangyuanhan-ai.github.io/video-tt/
One example of five question types is shown below:

Measures accuracy for each question type. We use Qwen2.5-72B as the judge for open-ended questions and a rule-based method for multiple-choice questions.
Let:
The set of videos where all five questions are answered correctly, denoted as A_full_correct, is the intersection of all these sets:
A_full_correct = A_primary_correct ∩ A_paraphrased_correct ∩ A_correctly_led_correct ∩ A_wrongly_led_correct ∩ A_multiple_choice_correct
Thus, the Robustness Score (RB) becomes:
R = |A_full_correct| / |A_primary_correct|
Where |A| denotes the size of the set A, representing the number of videos in that set.
The Video-TT annotation process consists of four stages:
For more details, please refer to the paper.
# pip install git+https://github.com/EvolvingLMMs-Lab/lmms-eval.git
# pip3 install qwen_vl_utils
# export HF_HOME="~/.cache/huggingface"
accelerate launch --num_processes=8 --main_process_port=12346 -m lmms_eval \
--model videott_single_mc \
--model_args=pretrained=Qwen/Qwen2.5-VL-7B-Instruct,max_pixels=12845056,attn_implementation=flash_attention_2,interleave_visuals=False \
--tasks mme \
--batch_size 1
If you find any mistakes in the dataset, please submit the corresponding question_id to our issue page. Our team is committed to maintaining this dataset in the long run to ensure its quality.
[1] Fu, Chaoyou, et al. "Video-mme: The first-ever comprehensive evaluation benchmark of multi-modal llms in video analysis." arXiv preprint arXiv:2405.21075 (2024).
134 commits