VCIFBench: Evaluating Complex Instruction Following for Video Understanding
VCIFBench evaluates complex video instruction following, covering 306 tasks with multi-constraint challenges, revealing significant gaps in current models.
Key Findings
Methodology
This paper introduces VCIFBench, a benchmark combining rule-based, parameter extraction, and LLM-based verification to assess models’ ability to satisfy content, format, style, and structure constraints. It constructs 306 satisfiable instructions, 540 DPO training instances, and Conflict-100 for conflict detection, sourcing data from TempCompass, MMWorld, and others. Instructions are generated via GPT-5.2, with validation through Gemini-2.5 Pro and GPT-5, ensuring multi-layered verification. The evaluation measures include IPR, CPR, and conflict detection, revealing persistent challenges in joint constraint satisfaction across 10 models.
Key Results
- Models achieved a maximum IPR of 52% and CPR of 85% under single constraints, but joint satisfaction dropped sharply to 7.5% as constraints increased from 2 to 8. The strongest models, Gemini-3-Pro and GPT-5.4, showed boundary errors mostly involving format, content, or style violations. Weaker open-source models had lower IPR (~25%) but higher violation counts, indicating difficulty in maintaining multi-constraint compliance. Preference tuning via DPO improved adherence by about 10%. Conflict-100 results showed models often only execute satisfiable subsets, struggling with global conflict detection.
- Model robustness was tested by option order swaps and varying visual input scales. Results indicated that models like Gemini-3-Pro and GPT-5.4 maintained stability, while others like Qwen3-VL-8B were more sensitive. Increasing visual input size (resolution/frame rate) did not necessarily improve performance, suggesting input scale alone is insufficient to address multi-constraint challenges. The experiments highlight the complexity of joint constraint satisfaction and the need for better reasoning and conflict detection mechanisms.
- Overall, the benchmark exposes significant gaps in current models’ ability to handle complex, multi-dimensional instructions in video understanding. It underscores the importance of developing models with stronger reasoning, conflict detection, and multi-constraint compliance, essential for real-world applications like automated content creation, intelligent assistants, and content moderation. The results advocate for future research focusing on integrating explicit conflict reasoning and improving robustness across diverse scenarios.
Significance
This work pioneers a comprehensive evaluation framework for multi-constraint instruction following in video understanding, addressing a critical gap in current benchmarks. It provides a systematic way to diagnose model limitations in complex reasoning, multi-task compliance, and conflict detection, which are vital for deploying reliable AI systems in real-world applications. By revealing the persistent challenges, it guides future research towards more robust, explainable, and controllable multimodal models, fostering progress in AI safety, content automation, and human-AI interaction.
Technical Contribution
The paper introduces VCIFBench, a novel benchmark integrating multi-source video data, diverse constraints, and a hybrid verification pipeline combining rule-based checks, parameter extraction, and LLM judgment. The Conflict-100 dataset enables explicit detection of unsatisfiable instructions, providing a diagnostic tool for model limitations. The framework supports systematic evaluation of multi-constraint satisfaction, robustness, and conflict detection, setting a new standard for complex instruction following in video understanding. Experimental results demonstrate the effectiveness of preference tuning (DPO) in improving compliance, offering a new direction for model fine-tuning.
Novelty
This is the first comprehensive benchmark explicitly targeting multi-constraint, complex instruction following in video understanding, combining diverse datasets, multi-layer verification, and conflict detection. Unlike prior task-specific or single-metric evaluations, VCIFBench emphasizes joint constraint satisfaction and conflict recognition, reflecting real-world demands. Its multi-source data construction and hybrid validation approach set a new standard for evaluating multimodal models' nuanced capabilities, pushing the field toward more reliable and controllable AI systems.
Limitations
- 模型在识别全局冲突方面仍表现不足,尤其在复杂推理和多约束交互中存在明显缺陷。
- 验证流程对语义理解依赖较大,可能受偏差影响,未来需引入更自动化和鲁棒的验证机制。
- 实验范围主要局限于特定数据集和模型,泛化到更复杂或长时序视频场景仍需验证。
Future Work
未来将探索更高效的冲突推理机制,结合强化学习和自监督技术,提升模型在复杂场景中的冲突识别能力。扩展基准到长视频、多任务环境,增强模型的泛化和鲁棒性。同时,优化验证流程,减少偏差,提高评估的客观性和全面性。
AI Executive Summary
In recent years, multimodal large language models (MLLMs) have demonstrated remarkable progress in understanding and reasoning over images, videos, and other heterogeneous data sources. These models, such as Dai et al. (2023) and Comanici et al. (2025), leverage large-scale pretraining to excel at tasks like visual question answering, captioning, and scene understanding. However, most existing benchmarks primarily evaluate task-level performance with simple prompts, leaving a critical gap in assessing models’ ability to follow complex, multi-dimensional instructions that involve explicit constraints on content, format, style, and structure.
This gap is particularly problematic in practical applications such as automated content creation, intelligent assistants, and safety-critical systems, where models must not only understand videos but also adhere strictly to user-specified requirements. Recognizing this, the authors introduce VCIFBench, a comprehensive benchmark designed to evaluate the complex instruction-following capabilities of multimodal models in video understanding. The benchmark constructs 306 satisfiable instructions, 540 DPO training instances, and a diagnostic set called Conflict-100, sourced from diverse datasets like TempCompass, MMWorld, and YouCook2. These instructions encompass 20 task types and 40 constraint categories, covering content, format, style, and structure.
The core innovation lies in the hybrid verification pipeline, combining rule-based checks, parameter extraction, and LLM-based judgment, primarily using GPT-5 and Gemini-2.5 Pro. This multi-layered approach ensures reliable assessment of whether models satisfy individual constraints and detect conflicts. Experiments on 10 models—including proprietary and open-source variants—reveal that joint constraint satisfaction remains a significant challenge. While models like Gemini-3-Pro and GPT-5.4 achieve around 52% IPR and 85% CPR, their performance drops sharply as constraints increase, with IPR falling to 7.5% at eight constraints.
Further analysis shows that stronger models tend to make boundary errors—violating explicit constraints—while weaker models often fail globally, producing incoherent or incomplete outputs. Preference tuning via DPO improves adherence by roughly 10%, but models still struggle with conflict detection, often executing only satisfiable subsets of instructions. The benchmark also uncovers robustness issues, with models sensitive to option order and input scale. Overall, VCIFBench exposes critical gaps in current multimodal models’ ability to handle complex, multi-constraint instructions, guiding future research toward more reasoning-capable, conflict-aware, and robust systems. The authors advocate for integrating explicit conflict reasoning and expanding benchmark complexity to better mirror real-world demands, ultimately advancing the reliability and controllability of AI in video understanding tasks.
Deep Analysis
Background
The evolution of multimodal large language models (MLLMs) such as Dai et al. (2023) and Comanici et al. (2025) has significantly advanced the understanding and reasoning capabilities across diverse data modalities, including images and videos. These models leverage large-scale pretraining on multimodal datasets to excel at tasks like visual question answering, captioning, and scene understanding. Despite these achievements, current benchmarks predominantly focus on task-specific performance with simple prompts, providing limited insight into models’ ability to follow complex instructions involving multiple constraints. Prior works like Zhou et al. (2023) and He et al. (2024) have introduced rule-based and multi-task instruction sets, but they lack comprehensive evaluation of multi-constraint satisfaction and conflict detection in video contexts. As real-world applications demand models to adhere to detailed content, format, and stylistic requirements, there is a pressing need for benchmarks that evaluate these nuanced capabilities systematically.
Core Problem
Existing models demonstrate proficiency in isolated tasks but struggle with complex, multi-constraint instructions in video understanding. Challenges include accurately grounding content, respecting format and style constraints, and detecting conflicts among multiple requirements. These limitations hinder deployment in practical scenarios where precise compliance is critical, such as automated content moderation, assistive technologies, and content generation. The core issue is the lack of a systematic, scalable evaluation framework that captures the intricacies of multi-constraint adherence, especially in temporally distributed video data. Consequently, models often produce outputs that satisfy some constraints but violate others, leading to unreliable performance and reduced trustworthiness.
Innovation
This work introduces several key innovations: 1) VCIFBench, a benchmark integrating diverse datasets and constraints to evaluate multi-dimensional instruction following; 2) a hybrid verification pipeline combining rule-based checks, parameter extraction, and LLM judgment, improving verification reliability; 3) the Conflict-100 dataset, designed to diagnose a model’s ability to detect unsatisfiable instructions and conflicts; 4) leveraging DPO for preference-based fine-tuning, which enhances models’ adherence to complex instructions. These innovations collectively address the limitations of prior benchmarks by enabling detailed, multi-layered assessment of models' reasoning, grounding, and conflict detection capabilities in video understanding.
Methodology
- �� Data collection: Integrate five datasets (TempCompass, MMWorld, NExT-QA, YouCook2, Video-MME), focusing on short videos (<2 min).• Instruction generation: Use GPT-5.2 to create open-ended task prompts, verified with Gemini-2.5 Pro for content support, manually refined for consistency.• Constraint design: Categorize into content, format, style, and structure, totaling 40 types, including length, lexical diversity, chronological order, and rhetorical style.• Task construction: Combine prompts with constraints using And, Chain, Selection, and Nested patterns, ensuring diverse instruction complexity.• Verification pipeline: Implement rule-based checks for surface constraints, parameter extraction via model prompts, and LLM judgment (GPT-5) for semantic and reasoning constraints.• Evaluation metrics: Measure IPR, CPR, and conflict detection accuracy, analyze failure modes, and assess robustness under option order and input scale variations.• Experimental setup: Test 10 models, tune with DPO, perform ablation studies, and analyze performance across constraints and complexity levels.
Experiments
The experimental setup involves evaluating 10 models, including proprietary (Gemini-3-Pro, GPT-5.4) and open-source (Qwen3-VL-30B, InternVL3.5-14B). Using a standardized input pipeline, videos are sampled at 0.5 fps, capped at 1080p, with a temperature of 0.1 for generation. The models are tested on the 306-sample satisfiable set, with metrics including IPR, CPR, and failure severity. Ablation studies vary visual input resolution and frame rate, assessing their impact on performance. Preference tuning (DPO) is applied to evaluate improvements. Additional tests include option order swaps and multi-constraint combinations to analyze robustness. Results highlight that even strong models struggle with joint constraint satisfaction, especially under increased complexity, with notable failure modes such as boundary violations and global conflicts.
Results
The results show that the highest IPR among models is approximately 52%, with CPR around 85%. As the number of constraints increases from 2 to 8, IPR drops sharply from 57% to 7.5%. Preference optimization improves adherence by about 10%. Strong models like Gemini-3-Pro and GPT-5.4 tend to make boundary errors, violating explicit constraints, while weaker models often produce incoherent outputs or fail globally. The robustness tests reveal that models like Gemini-3-Pro maintain stability under option order changes, whereas others like Qwen3-VL-8B are more sensitive. Visual input scale variations do not significantly improve joint constraint satisfaction, indicating that input size alone is insufficient. Overall, the experiments underscore the persistent difficulty of multi-constraint adherence and conflict detection in video understanding models.
Applications
This benchmark facilitates the development of more reliable multimodal models capable of complex instruction following, applicable in automated content moderation, intelligent virtual assistants, and content creation tools. It helps identify model weaknesses, guiding targeted improvements. Long-term, such advancements could enable AI systems that autonomously generate, verify, and refine multimedia content with high fidelity and compliance, transforming industries like entertainment, education, and digital marketing. Additionally, it supports research into explainable AI and conflict-aware reasoning, crucial for deploying trustworthy AI in safety-critical applications.
Limitations & Outlook
Despite its comprehensive design, the benchmark still faces challenges: models often fail to recognize global conflicts, especially in complex, multi-constraint scenarios. The verification process, relying heavily on LLM judgment, may introduce biases or inaccuracies. The datasets, while diverse, are limited to short videos and specific task types, restricting generalization. Computational costs for multi-layer validation are high, and the framework's scalability to longer videos or real-time applications remains to be tested. Future work should address these issues by developing more efficient verification algorithms and expanding dataset diversity.
Plain Language Accessible to non-experts
想象你在厨房做饭,菜单上写着要做一道既要快又要健康,还要符合特定口味的菜。每次你做菜时,不仅要用对材料,还要按照特定的步骤、用正确的调料,确保菜色、味道和摆盘都符合要求。有时候菜单会有冲突,比如说要快,但又要慢工细作。厨师(模型)需要理解所有要求,合理安排步骤,避免冲突,才能做出满意的菜。这就像模型在理解视频内容、满足格式、风格和内容等多重要求时,要同时考虑各种限制,确保输出既符合用户需求,又不出错。
ELI14 Explained like you're 14
想象你在学校的美术课上,老师让你画一幅画,要既漂亮又快完成,还要用特定的颜色和风格。你得同时考虑画的内容、用的颜色、画的风格,还要在规定时间内完成。有时候这些要求会冲突,比如说要用特定颜色,但时间紧,可能没时间调色。你需要聪明地安排时间和材料,确保画既漂亮,又符合所有规则。这就像模型在处理视频任务时,要同时满足很多不同的要求,不能只专注某一方面,要平衡各种限制,才能做出让人满意的结果。
Glossary
Multimodal Large Language Model (多模态大模型)
一种能理解和处理多种模态(如图像、视频、文本)信息的深度学习模型,结合多源数据进行推理和生成。
论文中描述的模型类型,强调跨模态理解能力。
Instruction Following (指令遵循)
模型根据用户提供的指令,生成符合要求的输出,包括内容、格式、风格等多方面。
评估模型是否能满足复杂、多维度的用户需求。
Constraint Pass Rate (CPR)
模型满足所有指定约束的比例,反映模型在多约束环境下的整体表现。
衡量模型在复杂指令中的遵循能力。
Conflict-100
检测模型是否能识别指令中存在的全局不兼容或冲突,评估模型的推理和冲突检测能力。
用作诊断模型在复杂指令中的冲突识别表现。
Preference Optimization (偏好优化, DPO)
一种微调技术,通过偏好比较提升模型在特定任务中的表现,增强模型遵循指令的能力。
用于改善模型在多约束指令中的遵从性。
Open Questions Unanswered questions from this research
- 1 模型在多约束冲突检测中的能力仍有限,尤其在识别全局不兼容性方面。未来需结合更复杂推理机制提升性能。
- 2 验证流程对语义理解依赖较大,可能受偏差影响,未来应引入更鲁棒的自动验证工具。
- 3 模型泛化能力尚未充分验证,需在更多场景和长视频中测试以确保广泛适用性。
Abstract
Multimodal large language models have made rapid progress in video understanding, yet existing benchmarks largely rely on simple prompts and provide limited evidence about whether models can satisfy explicit output constraints. We introduce VCIFBench, a benchmark for evaluating complex instruction following in video understanding. VCIFBench constructs constraint-rich instructions from both benchmark-adapted and directly video-grounded prompts, covering content, format, style, and structure requirements, and evaluates model outputs with a hybrid verification pipeline. The benchmark contains 306 satisfiable test instructions, 540 DPO training instances, and a 100-item diagnostic set for evaluating whether models can recognize instruction conflicts. Experiments on 10 MLLMs show that joint constraint satisfaction remains challenging. Preference optimization improves instruction following for two model families, while Conflict-100 reveals that models usually execute a satisfiable-looking subset instead of detecting global incompatibility.