paper-with-me

Papers

Chart-based Reasoning: Transferring Capabilities from LLMs to VLMs

2024-03-19 · Victor Carbune, Hassan Mansoor, Fangyu Liu, Rahul Aralikatte, Gilles Baechler, Jindong Chen, Abhanshu Sharma

Vision-language models (VLMs) are achieving increasingly strong performance on multimodal tasks. However, reasoning capabilities remain limited particularly for smaller VLMs, while those of large-language models (LLMs) have seen numerous improvements. We propose a technique to transfer capabilities from LLMs to VLMs. On the recently introduced ChartQA, our method obtains state-of-the-art performance when applied on the PaLI3-5B VLM by \citet{chen2023pali3}, while also enabling much better performance on PlotQA and FigureQA. We first improve the chart representation by continuing the pre-training stage using an improved version of the chart-to-table translation task by \citet{liu2023deplot}. We then propose constructing a 20x larger dataset than the original training set. To improve general reasoning capabilities and improve numerical operations, we synthesize reasoning traces using the table representation of charts. Lastly, our model is fine-tuned using the multitask loss introduced by \citet{hsieh2023distilling}. Our variant ChartPaLI-5B outperforms even 10x larger models such as PaLIX-55B without using an upstream OCR system, while keeping inference time constant compared to the PaLI3-5B baseline. When rationales are further refined with a simple program-of-thought prompt \cite{chen2023program}, our model outperforms the recently introduced Gemini Ultra and GPT-4V.

📄 PDF Abstract BibTeX arXiv:2403.12596

Code (0)

등록된 구현이 없습니다.

Tasks

Chart Question AnsweringOptical Character Recognition (OCR)

Similar Papers 제목 키워드 기반

Are Large Vision Language Models up to the Challenge of Chart Comprehension and Reasoning? An Extensive Investigation into the Capabilities and Limitations of LVLMs

2024-06-01 · Mohammed Saidul Islam, Raian Rahman, Ahmed Masry, Md Tahmid Rahman Laskar 외

Natural language is a powerful complementary modality of communication for data visualizations, such as bar and line charts. To facilitate chart-based reasoning using natural language, various downstream tasks have been …

Chart Question AnsweringChart UnderstandingData VisualizationFact Checking+1

ChartMuseum: Testing Visual Reasoning Capabilities of Large Vision-Language Models

2025-05-19 · Liyan Tang, Grace Kim, Xinyu Zhao, Thom Lake 외

Chart understanding presents a unique challenge for large vision-language models (LVLMs), as it requires the integration of sophisticated textual and visual reasoning capabilities. However, current LVLMs exhibit a notabl…

Chart Question AnsweringChart UnderstandingQuestion AnsweringVisual Reasoning

Chart-RVR: Reinforcement Learning with Verifiable Rewards for Explainable Chart Reasoning

2025-10-13 · Sanchit Sinha, Oana Frunza, Kashif Rasul, Yuriy Nevmyvaka 외 arxiv

The capabilities of Large Vision-Language Models (LVLMs) have reached state-of-the-art on many visual reasoning tasks, including chart reasoning, yet they still falter on out-of-distribution (OOD) data, and degrade furth…

Reinforcement LearningVisual Reasoning

Judging the Judges: Can Large Vision-Language Models Fairly Evaluate Chart Comprehension and Reasoning?

2025-05-13 · Md Tahmid Rahman Laskar, Mohammed Saidul Islam, Ridwan Mahbub, Ahmed Masry 외

Charts are ubiquitous as they help people understand and reason with data. Recently, various downstream tasks, such as chart question answering, chart2text, and fact-checking, have emerged. Large Vision-Language Models (…

Chart Question AnsweringFact CheckingInformativenessInstruction Following+1

FinChart-Bench: Benchmarking Financial Chart Comprehension in Vision-Language Models

2025-07-20 · Dong Shu, Haoyang Yuan, Yuchen Wang, Yanguang Liu 외 arxiv

Large vision-language models (LVLMs) have made significant progress in chart understanding. However, financial charts, characterized by complex temporal structures and domain-specific terminology, remain notably underexp…

Instruction FollowingQuestion AnsweringSpatial Reasoning