This repository contains the
VideoKR-Qwen2.5-VL-7B model presented in
VideoKR: Towards Knowledge- and Reasoning-Intensive Video Understanding (ICML 2026 Spotlight).
VideoKR-Qwen2.5-VL-7B is obtained through a standard
SFT → GRPO pipeline on
Qwen2.5-VL-7B-Instruct:
VideoKR is the first large-scale training corpus designed for knowledge- and reasoning-intensive video understanding, containing 315K video reasoning examples over 145K newly collected, CC-licensed expert-domain videos across 82 professional subjects.
Results with 128 input frames. Within each base-model group, bold = best, underline = second best.
1cd /path/to/VideoKR/lmms_eval
2conda activate videokr_eval
3
4export CUDA_VISIBLE_DEVICES=0
5export VIDEOKR_MODEL=minuzero/VideoKR-Qwen2.5-VL-7B
6export TASKS=videokr_eval
7export BATCH_SIZE=1
8export RUN_NAME=videokr_eval
9
10bash examples/models/videokr_vllm.sh
1@misc{fu2026videokrknowledgereasoningintensivevideo,
2 title={VideoKR: Towards Knowledge- and Reasoning-Intensive Video Understanding},
3 author={Lin Fu and Zheyuan Yang and Yang Wang and Tingyu Song and Arman Cohan and Yilun Zhao},
4 year={2026},
5 eprint={2606.05259},
6 archivePrefix={arXiv},
7 primaryClass={cs.CV},
8 url={https://arxiv.org/abs/2606.05259},
9}