paper-with-me

Papers

Code-Vision: Evaluating Multimodal LLMs Logic Understanding and Code Generation Capabilities

2025-02-17 · Hanbin Wang, Xiaoxuan Zhou, Zhipeng Xu, Keyuan Cheng, Yuxin Zuo, Kai Tian, Jingwei Song, Junting Lu, Wenhui Hu, Xueyang Liu

This paper introduces Code-Vision, a benchmark designed to evaluate the logical understanding and code generation capabilities of Multimodal Large Language Models (MLLMs). It challenges MLLMs to generate a correct program that fulfills specific functionality requirements based on a given flowchart, which visually represents the desired algorithm or process. Code-Vision comprises three subsets: HumanEval-V, Algorithm, and MATH, which evaluate MLLMs' coding abilities across basic programming, algorithmic, and mathematical problem-solving domains. Our experiments evaluate 12 MLLMs on Code-Vision. Experimental results demonstrate that there is a large performance difference between proprietary and open-source models. On Hard problems, GPT-4o can achieve 79.3% pass@1, but the best open-source model only achieves 15%. Further experiments reveal that Code-Vision can pose unique challenges compared to other multimodal reasoning benchmarks MMCode and MathVista. We also explore the reason for the poor performance of the open-source models. All data and codes are available at https://github.com/wanghanbinpanda/CodeVision.

📄 PDF Abstract BibTeX arXiv:2502.11829

Code (1)

wanghanbinpanda/codevision 공식 구현

Tasks

Code GenerationHumanEvalMathMathematical Problem-SolvingMultimodal Reasoning

Similar Papers 제목 키워드 기반

Investigating the Catastrophic Forgetting in Multimodal Large Language Models

2023-09-19 · Yuexiang Zhai, Shengbang Tong, Xiao Li, Mu Cai 외

Following the success of GPT4, there has been a surge in interest in multimodal large language model (MLLM) research. This line of research focuses on developing general-purpose LLMs through fine-tuning pre-trained LLMs …

image-classificationImage ClassificationLanguage ModellingLarge Language Model+1

VCoder: Versatile Vision Encoders for Multimodal Large Language Models

2023-12-21 · CVPR 2024 1 · Jitesh Jain, Jianwei Yang, Humphrey Shi

Humans possess the remarkable skill of Visual Perception, the ability to see and understand the seen, helping them make sense of the visual world and, in turn, reason. Multimodal Large Language Models (MLLM) have recentl…

Image CaptioningImage GenerationObjectQuestion Answering+2

MM-BigBench: Evaluating Multimodal Models on Multimodal Content Comprehension Tasks

2023-10-13 · Xiaocui Yang, Wenfang Wu, Shi Feng, Ming Wang 외

The popularity of multimodal large language models (MLLMs) has triggered a recent surge in research efforts dedicated to evaluating these models. Nevertheless, existing evaluation studies of MLLMs primarily focus on the …

multimodal interactionMultimodal Reasoning

ST-BiBench: Benchmarking Multi-Stream Multimodal Coordination in Bimanual Embodied Tasks for MLLMs

2026-02-09 · Xin Wu, Zhixuan Liang, Yue Ma, Mengkang Hu 외 arxiv

Multimodal Large Language Models (MLLMs) have significantly advanced the landscape of embodied AI, yet transitioning to synchronized bimanual coordination introduces formidable challenges in multi-stream multimodal integ…

CORDIAL: Can Multimodal Large Language Models Effectively Understand Coherence Relationships?

2025-02-16 · Aashish Anantha Ramakrishnan, Aadarsh Anantha Ramakrishnan, Dongwon Lee

Multimodal Large Language Models (MLLMs) are renowned for their superior instruction-following and reasoning capabilities across diverse problem domains. However, existing benchmarks primarily focus on assessing factual …

Instruction Following