AIAny
Icon for item

VideoKR: Towards Knowledge- and Reasoning-Intensive Video Understanding

Large-scale training corpus for knowledge- and reasoning-intensive video understanding: 315K video reasoning examples over 145K CC-licensed expert-domain videos, with human-in-the-loop chain-of-thought rationales to strengthen post-training for video reasoning. ([arxiv.org](https://arxiv.org/abs/2606.05259))

Introduction

Why this matters

Video models frequently succeed via superficial textual shortcuts and struggle on questions that demand domain knowledge or multi-step reasoning. VideoKR targets that gap by providing a deliberately curated, large-scale training corpus and an expert-annotated evaluation benchmark designed to push models beyond surface cues and toward genuine knowledge- and reasoning-driven video understanding. (arxiv.org)

Key Findings
  • A purpose-built corpus: VideoKR contains 315K video reasoning examples drawn from 145K newly collected, CC-licensed expert-domain videos — the scale and domain focus are chosen to expose models to real-world, knowledge-rich scenarios rather than routine web-video narration. (arxiv.org)
  • Human-in-the-loop CoT rationales: Examples include chain-of-thought style rationales produced by a skill-oriented generation pipeline, improving the signal for multi-step reasoning during post-training. (arxiv.org)
  • Evaluation that penalizes shortcuts: The paper introduces VideoKR-Eval, an expert-annotated benchmark whose questions require genuine video understanding and knowledge-intensive reasoning rather than relying on textual shortcuts, revealing improvements from targeted post-training. (arxiv.org)
  • Measured impact: Under a standard SFT→GRPO pipeline, models post-trained on VideoKR show gains on knowledge-intensive video reasoning while staying competitive on broader video reasoning tasks — highlighting data design as a lever for progress. (arxiv.org)
Who it's for and tradeoffs

Great fit if you are training or fine-tuning video-language models and want to improve domain knowledge and multi-step reasoning (e.g., scientific, instructional, or expert-domain video tasks). VideoKR is a better starting point than generic web-video corpora when your primary failure mode is knowledge gaps or shortcut exploitation. (arxiv.org)

Look elsewhere if you need a dataset focused on casual/social video captioning, or if your compute/budget constraints prevent additional post-training — the corpus aims at stronger reasoning via scale and annotation effort, which implies extra training cost and annotation complexity compared to lightweight benchmarks.

Information

  • Websitearxiv.org
  • AuthorsLin Fu, Zheyuan Yang, Yang Wang, Tingyu Song, Arman Cohan, Yilun Zhao
  • Published date2026/06/03

More Items

Learns generalizable World Action Models for robotic manipulation by scaling causal egocentric video pretraining and grounding learned dynamics with heterogeneous robot trajectories. Key features: a three-stage curriculum (video pretraining, video-action mid-training with a unified action representation, and target-robot specialization) and a Slow–Fast dual-system for 30 Hz real-time action prediction.

Develops a vision-language foundation model for autonomous driving that unifies 3D BEV perception, visual question answering, and motion planning without changing the pretrained VLM architecture. Key elements include an external BEV perception head for 3D detection and occupancy, a Planning Expert using flow-matching for trajectory prediction, and a staged training recipe combining driving and general VLM data.

Converts posed indoor RGB(-D) video into editable, simulation-ready 3D scene graphs by parsing multi-view evidence into per-object bundles, generating complete object assets from that evidence, and placing them with GizmoAct, a VLM policy that refines 9-DoF poses through closed-loop GUI actions.