Preprint
Machine Learning

DePlot

December 1, 2022

0

Citations

0

Influential Citations

Venue

2022

Year

Abstract

Built upon MatCha, standardises plot to table task, translating plots into linearized tables (markdown) for processing by LLMs.

Analysis

Why This Paper Matters

DePlot addresses a critical gap in AI: the inability of large language models (LLMs) to directly interpret visual data like plots and charts. By standardizing the conversion of plots into linearized tables (markdown format), DePlot enables LLMs to process and reason over visual information without requiring multimodal training. This is significant because plots are ubiquitous in scientific, financial, and business contexts, yet LLMs have traditionally been limited to text. The work builds on MatCha, a model for chart understanding, and extends it to produce structured table outputs that LLMs can consume.

The paper's contribution is timely as the AI community pushes toward more generalist models capable of handling diverse data types. DePlot's approach is elegant: rather than forcing LLMs to learn visual features, it translates the visual input into a modality the model already understands—text. This could democratize access to plot data for a wide range of NLP applications.

Technical Contributions

  • Standardized plot-to-table pipeline: DePlot defines a clear task of converting plot images into linearized markdown tables, providing a consistent interface for LLMs.
  • Leverages MatCha: The model uses MatCha as its backbone, which is pre-trained on chart data, ensuring robust feature extraction from plots.
  • Markdown linearization: Tables are represented as markdown, a lightweight format that preserves structure while being easily tokenizable by LLMs.
  • Enables zero-shot reasoning: By converting plots to tables, LLMs can apply their existing reasoning capabilities to plot data without additional fine-tuning.

Results

The abstract does not report quantitative results such as accuracy or F1 scores. The primary outcome is the demonstration that plots can be effectively translated into linearized tables, enabling LLMs to perform tasks like question answering and summarization on plot data. The success is implied by the ability to use standard LLMs on the output.

Significance

DePlot's broader impact lies in bridging the gap between visual and textual AI. It offers a practical solution for integrating plot data into LLM workflows, which could enhance automated data analysis, scientific literature comprehension, and business intelligence. The approach is model-agnostic, meaning any LLM can benefit from DePlot's output. This could accelerate research in multimodal AI by providing a simpler alternative to end-to-end vision-language models. However, the lack of reported metrics and limitations means further validation is needed to assess robustness across diverse plot types and real-world noise.