paper-with-me

Papers

End-to-End Chart Summarization via Visual Chain-of-Thought in Vision-Language Models

2025-02-24 · Raymond Choi, Frank Burns, Chase Lawrence

Automated chart summarization is crucial for enhancing data accessibility and enabling efficient information extraction from visual data. While recent advances in visual-language models (VLMs) have demonstrated promise, existing methods often suffer from limitations in matching the generated summary to the chart data and in reasoning about complex chart patterns. This paper introduces End-to-End Visual Chain-of-Thought (V-CoT) for chart summarization, a novel approach optimized for Large Vision-Language Models (LVLMs). Our method directly trains an LVLM to process chart images and generate textual summaries in an end-to-end fashion, eliminating the need for explicit chart parsing modules. We incorporate a visual Chain-of-Thought mechanism through instruction fine-tuning, implicitly guiding the LVLM to perform visual reasoning steps during summary generation. Evaluated on the large-scale Chart-Sum-QA dataset, our V-CoT method significantly outperforms state-of-the-art baselines across a range of automatic metrics, including BLEU, BLEURT, CIDEr, and CS, and demonstrates superior matching degree and reasoning correctness in human evaluations. Ablation studies and detailed analyses further validate the effectiveness and robustness of our proposed approach, establishing a new benchmark for end-to-end chart summarization.

📄 PDF Abstract BibTeX arXiv:2502.17589

Code (0)

등록된 구현이 없습니다.

Tasks

Visual Reasoning

Similar Papers 제목 키워드 기반

ChartThinker: A Contextual Chain-of-Thought Approach to Optimized Chart Summarization

2024-03-17 · Mengsha Liu, Daoyuan Chen, Yaliang Li, Guian Fang 외

Data visualization serves as a critical means for presenting data and mining its valuable insights. The task of chart summarization, through natural language processing techniques, facilitates in-depth data analysis of c…

Data VisualizationRetrieval

Chart-R1: Chain-of-Thought Supervision and Reinforcement for Advanced Chart Reasoner

2025-07-21 · Lei Chen, Xuanle Zhao, Zhixiong Zeng, Jing Huang 외 arxiv

Chart reasoning presents unique challenges due to its inherent complexity -- requiring precise numerical comprehension, multi-level visual understanding, and logical inference across interconnected data elements. Existin…

From Data to Insights: Exploring Program-of-Thoughts Prompting for Chart Summarization

2026-05-25 · Yutong Qu, Wei Zhang arxiv

Charts play a critical role in conveying numerical data insights through structured visual representations. However, semantic visual understanding and numerical reasoning requirements hinder the accurate description of c…

Zero-Shot Learning

Bootstrapping Grounded Chain-of-Thought in Multimodal LLMs for Data-Efficient Model Adaptation

2025-07-03 · Jiaer Xia, Bingkui Tong, Yuhang Zang, Rui Shao 외 arxiv

Multimodal Large Language Models (MLLMs) have demonstrated remarkable capabilities in interpreting images using natural language. However, without using large-scale datasets for retraining, these models are difficult to …

ReFocus: Visual Editing as a Chain of Thought for Structured Image Understanding

2025-01-09 · Xingyu Fu, Minqian Liu, Zhengyuan Yang, John Corring 외

Structured image understanding, such as interpreting tables and charts, requires strategically refocusing across various structures and texts within an image, forming a reasoning sequence to arrive at the final answer. H…

Visual Question Answering (VQA)Visual Reasoning