paper-with-me

Papers

MiCEval: Unveiling Multimodal Chain of Thought's Quality via Image Description and Reasoning Steps

2024-10-18 · Xiongtao Zhou, Jie He, Lanyu Chen, Jingyu Li, Haojing Chen, Víctor Gutiérrez-Basulto, Jeff Z. Pan, Hanjie Chen

Multimodal Chain of Thought (MCoT) is a popular prompting strategy for improving the performance of multimodal large language models (MLLMs) across a range of complex reasoning tasks. Despite its popularity, there is a notable absence of automated methods for evaluating the quality of reasoning steps in MCoT. To address this gap, we propose Multimodal Chain-of-Thought Evaluation (MiCEval), a framework designed to assess the correctness of reasoning chains by evaluating the quality of both the description and each reasoning step. The evaluation of the description component focuses on the accuracy of the image descriptions, while the reasoning step evaluates the quality of each step as it is conditionally generated based on the preceding steps. MiCEval is built upon a fine-grained dataset with annotations that rate each step according to correctness, relevance, and informativeness. Extensive experiments on four state-of-the-art MLLMs show that step-wise evaluations using MiCEval align more closely with human judgments compared to existing methods based on cosine similarity or fine-tuning approaches. MiCEval datasets and code can be found in https://github.com/alenai97/MiCEval.

📄 PDF Abstract BibTeX arXiv:2410.14668

Code (1)

alenai97/miceval 공식 구현 pytorch

Tasks

Image DescriptionInformativeness

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Unveiling Chain of Step Reasoning for Vision-Language Models with Fine-grained Rewards

2025-09-23 · Honghao Chen, Xingzhou Lou, Xiaokun Feng, Kaiqi Huang 외 arxiv

Chain of thought reasoning has demonstrated remarkable success in large language models, yet its adaptation to vision-language reasoning remains an open challenge with unclear best practices. Existing attempts typically …

Reinforcement LearningMultimodal Reasoning

AcademicEval: Live Long-Context LLM Benchmark

2025-10-20 · Haozhen Zhang, Tao Feng, Pengrui Han, Jiaxuan You arxiv

Large Language Models (LLMs) have recently achieved remarkable performance in long-context understanding. However, current long-context LLM benchmarks are limited by rigid context length, labor-intensive annotation, and …

Long-Context Understanding

Thought-Retriever: Don't Just Retrieve Raw Data, Retrieve Thoughts for Memory-Augmented Agentic Systems

2026-04-14 · Tao Feng, Pengrui Han, Guanyu Lin, Ge Liu 외 arxiv

Large language models (LLMs) have transformed AI research thanks to their powerful internal capabilities and knowledge. However, existing LLMs still fail to effectively incorporate the massive external knowledge when int…

Training Multimodal Large Reasoning Models Needs Better Thoughts: A Three-Stage Framework for Long Chain-of-Thought Synthesis and Selection

2025-12-22 · Yizhi Wang, Linan Yue, Min-Ling Zhang arxiv

Large Reasoning Models (LRMs) have demonstrated remarkable performance on complex reasoning tasks through long Chain-of-Thought (CoT) reasoning. Extending these successes to multimodal reasoning remains challenging due t…

Reinforcement LearningMultimodal Reasoning

VChain: Chain-of-Visual-Thought for Reasoning in Video Generation

2025-10-06 · Ziqi Huang, Ning Yu, Gordon Chen, Haonan Qiu 외 arxiv

Recent video generation models can produce smooth and visually appealing clips, but they often struggle to synthesize complex dynamics with a coherent chain of consequences. Accurately modeling visual outcomes and state …

Visual ReasoningVideo Generation