Views
No views yet
| Resource | Link |
|---|---|
| Training data | minuzero/VideoKR-Train |
| Evaluation data | minuzero/VideoKR-Eval |
| SFT checkpoint (Qwen2.5-VL) | minuzero/VideoKR-Qwen2.5-VL-7B-SFT |
| GRPO checkpoint (Qwen2.5-VL) | minuzero/VideoKR-Qwen2.5-VL-7B |
| SFT checkpoint (Qwen3-VL) | minuzero/VideoKR-Qwen3-VL-8B-SFT |
| Model | Video-MME | MVBench | LongVBench | General Avg | VideoMMMU | MMVU | SciVidBench | VideoKR-Eval | Knowledge Avg |
|---|---|---|---|---|---|---|---|---|---|
| Qwen3-VL-8B-Instruct | 68.2 | 67.9 | 61.6 | 65.9 | 61.8 | 59.6 | 33.4 | 39.0 | 48.5 |
| OneThinker | 65.8 | 69.3 | 61.4 | 65.5 | 62.9 | 61.6 | 33.8 | 38.3 | 49.2 |
| VideoAuto-R1 | 68.7 | 68.8 | 58.8 | 65.4 | 63.1 | 59.6 | 32.7 | 43.8 | 49.8 |
| Qwen3-VL-8B-Thinking | 67.6 | 68.0 | 60.0 | 65.2 | 64.9 | 60.5 | 33.0 | 41.5 | 50.0 |
| VideoKR (SFT + RL) | 67.8 | 67.0 | 61.5 | 65.4 | 63.0 | 64.8 | 32.8 | 45.3 | 51.5 |
VideoKR achieves the highest knowledge-intensive average (+3.0 over base, +1.5 over Qwen3-VL-8B-Thinking) among all Qwen3-VL-8B based methods, while maintaining competitive general video reasoning performance.
1cd /path/to/VideoKR/lmms_eval
2conda activate videokr_eval
3
4export CUDA_VISIBLE_DEVICES=0
5export VIDEOKR_MODEL=minuzero/VideoKR-Qwen3-VL-8B
6export TASKS=videokr_eval
7export BATCH_SIZE=1
8export RUN_NAME=videokr_eval
9
10bash examples/models/videokr_vllm.sh1@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}