paper-with-me

Papers

Investigating Video Reasoning Capability of Large Language Models with Tropes in Movies

2024-06-16 · Hung-Ting Su, Chun-Tong Chao, Ya-Ching Hsu, Xudong Lin, Yulei Niu, Hung-Yi Lee, Winston H. Hsu

Large Language Models (LLMs) have demonstrated effectiveness not only in language tasks but also in video reasoning. This paper introduces a novel dataset, Tropes in Movies (TiM), designed as a testbed for exploring two critical yet previously overlooked video reasoning skills: (1) Abstract Perception: understanding and tokenizing abstract concepts in videos, and (2) Long-range Compositional Reasoning: planning and integrating intermediate reasoning steps for understanding long-range videos with numerous frames. Utilizing tropes from movie storytelling, TiM evaluates the reasoning capabilities of state-of-the-art LLM-based approaches. Our experiments show that current methods, including Captioner-Reasoner, Large Multimodal Model Instruction Fine-tuning, and Visual Programming, only marginally outperform a random baseline when tackling the challenges of Abstract Perception and Long-range Compositional Reasoning. To address these deficiencies, we propose Face-Enhanced Viper of Role Interactions (FEVoRI) and Context Query Reduction (ConQueR), which enhance Visual Programming by fostering role interaction awareness and progressively refining movie contexts and trope queries during reasoning processes, significantly improving performance by 15 F1 points. However, this performance still lags behind human levels (40 vs. 65 F1). Additionally, we introduce a new protocol to evaluate the necessity of Abstract Perception and Long-range Compositional Reasoning for task resolution. This is done by analyzing the code generated through Visual Programming using an Abstract Syntax Tree (AST), thereby confirming the increased complexity of TiM. The dataset and code are available at: https://ander1119.github.io/TiM

📄 PDF Abstract BibTeX arXiv:2406.10923

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Can Large Language Models Act as Symbolic Reasoners?

2024-10-28 · Rob Sullivan, Nelly Elsayed

The performance of Large language models (LLMs) across a broad range of domains has been impressive but have been critiqued as not being able to reason about their process and conclusions derived. This is to explain the …

The Buffer Mechanism for Multi-Step Information Reasoning in Language Models

2024-05-24 · Zhiwei Wang, Yunji Wang, Zhongwang Zhang, Zhangchen Zhou 외

Large language models have consistently struggled with complex reasoning tasks, such as mathematical problem-solving. Investigating the internal reasoning mechanisms of these models can help us design better model archit…

Mathematical Problem-Solving

Video-Thinker: Sparking "Thinking with Videos" via Reinforcement Learning

2025-10-27 · Shijian Wang, Jiarui Jin, Xingjian Wang, Linxin Song 외 arxiv

Recent advances in image reasoning methods, particularly "Thinking with Images", have demonstrated remarkable success in Multimodal Large Language Models (MLLMs); however, this dynamic reasoning paradigm has not yet been…

Reinforcement Learning

MSG-BART: Multi-granularity Scene Graph-Enhanced Encoder-Decoder Language Model for Video-grounded Dialogue Generation

2023-09-26 · Hongcheng Liu, Zhe Chen, Hui Li, Pingjie Wang 외

Generating dialogue grounded in videos requires a high level of understanding and reasoning about the visual scenes in the videos. However, existing large visual-language models are not effective due to their latent feat…

DecoderDialogue GenerationLanguage ModelingLanguage Modelling

Distilling Counterfactual Reasoning from Language to Vision: Causal Graph Guided Post-Training for Video Understanding

2025-11-25 · Yuefei Chen, Jiang Liu, Xiaodong Lin, Ruixiang Tang arxiv

Vision Language Models (VLMs) have recently shown significant advancements in video understanding, especially in feature alignment, event reasoning, and instruction-following tasks. However, their capability for counterf…