paper-with-me

Papers

DePlot: One-shot visual language reasoning by plot-to-table translation

2022-12-20 · Fangyu Liu, Julian Martin Eisenschlos, Francesco Piccinno, Syrine Krichene, Chenxi Pang, Kenton Lee, Mandar Joshi, Wenhu Chen, Nigel Collier, Yasemin Altun

Visual language such as charts and plots is ubiquitous in the human world. Comprehending plots and charts requires strong reasoning skills. Prior state-of-the-art (SOTA) models require at least tens of thousands of training examples and their reasoning capabilities are still much limited, especially on complex human-written queries. This paper presents the first one-shot solution to visual language reasoning. We decompose the challenge of visual language reasoning into two steps: (1) plot-to-text translation, and (2) reasoning over the translated text. The key in this method is a modality conversion module, named as DePlot, which translates the image of a plot or chart to a linearized table. The output of DePlot can then be directly used to prompt a pretrained large language model (LLM), exploiting the few-shot reasoning capabilities of LLMs. To obtain DePlot, we standardize the plot-to-table task by establishing unified task formats and metrics, and train DePlot end-to-end on this task. DePlot can then be used off-the-shelf together with LLMs in a plug-and-play fashion. Compared with a SOTA model finetuned on more than >28k data points, DePlot+LLM with just one-shot prompting achieves a 24.0% improvement over finetuned SOTA on human-written queries from the task of chart QA.

📄 PDF Abstract BibTeX arXiv:2212.10505

Code (1)

huggingface/transformers pytorch

Tasks

Chart Question AnsweringFactual Inconsistency Detection in Chart CaptioningLanguage ModellingLarge Language ModelTranslationVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

CodePlot-CoT: Mathematical Visual Reasoning by Thinking with Code-Driven Images

2025-10-13 · Chengqi Duan, Kaiyue Sun, Rongyao Fang, Manyuan Zhang 외 arxiv

Recent advances in Large Language Models (LLMs) and Vision Language Models (VLMs) have shown significant progress in mathematical reasoning, yet they still face a critical bottleneck with problems requiring visual assist…

Mathematical ReasoningVisual Reasoning

PlotPick: AI-powered batch extraction of numerical data from scientific figures

2026-05-07 · Tommy Carstensen arxiv

Systematic reviews and meta-analyses frequently require numerical data that authors report only as figures, yet manual digitisation is slow and does not scale. We present PlotPick, an open-source tool that uses vision-la…

Enhancing Financial VQA in Vision Language Models using Intermediate Structured Representations

2025-01-08 · Archita Srivastava, Abhas Kumar, Rajesh Kumar, Prabhakar Srinivasan

Chart interpretation is crucial for visual data analysis, but accurately extracting information from charts poses significant challenges for automated models. This study investigates the fine-tuning of DEPLOT, a modality…

Visual Question Answering (VQA)

GenPlot: Increasing the Scale and Diversity of Chart Derendering Data

2023-06-20 · Brendan Artley

Vertical bars, horizontal bars, dot, scatter, and line plots provide a diverse set of visualizations to represent data. To understand these plots, one must be able to recognize textual components, locate data points in a…

DerenderingDiversityOptical Character Recognition (OCR)Translation

MatCha: Enhancing Visual Language Pretraining with Math Reasoning and Chart Derendering

2022-12-19 · Fangyu Liu, Francesco Piccinno, Syrine Krichene, Chenxi Pang 외

Visual language data such as plots, charts, and infographics are ubiquitous in the human world. However, state-of-the-art vision-language models do not perform well on these data. We propose MatCha (Math reasoning and Ch…

Chart Question AnsweringData SummarizationDerenderingImage to text+5