paper-with-me

Papers

PlotQA: Reasoning over Scientific Plots

2019-09-03 · Nitesh Methani, Pritha Ganguly, Mitesh M. Khapra, Pratyush Kumar

Existing synthetic datasets (FigureQA, DVQA) for reasoning over plots do not contain variability in data labels, real-valued data, or complex reasoning questions. Consequently, proposed models for these datasets do not fully address the challenge of reasoning over plots. In particular, they assume that the answer comes either from a small fixed size vocabulary or from a bounding box within the image. However, in practice, this is an unrealistic assumption because many questions require reasoning and thus have real-valued answers which appear neither in a small fixed size vocabulary nor in the image. In this work, we aim to bridge this gap between existing datasets and real-world plots. Specifically, we propose PlotQA with 28.9 million question-answer pairs over 224,377 plots on data from real-world sources and questions based on crowd-sourced question templates. Further, 80.76% of the out-of-vocabulary (OOV) questions in PlotQA have answers that are not in a fixed vocabulary. Analysis of existing models on PlotQA reveals that they cannot deal with OOV questions: their overall accuracy on our dataset is in single digits. This is not surprising given that these models were not designed for such questions. As a step towards a more holistic model which can address fixed vocabulary as well as OOV questions, we propose a hybrid approach: Specific questions are answered by choosing the answer from a fixed vocabulary or by extracting it from a predicted bounding box in the plot, while other questions are answered with a table question-answering engine which is fed with a structured table generated by detecting visual elements from the image. On the existing DVQA dataset, our model has an accuracy of 58%, significantly improving on the highest reported accuracy of 46%. On PlotQA, our model has an accuracy of 22.52%, which is significantly better than state of the art models.

📄 PDF Abstract BibTeX arXiv:1909.00997

Code (0)

등록된 구현이 없습니다.

Tasks

Chart Question AnsweringQuestion AnsweringVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

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…

A Systematic Evaluation of Object Detection Networks for Scientific Plots

2020-07-05 · Pritha Ganguly, Nitesh Methani, Mitesh M. Khapra, Pratyush Kumar

Are existing object detection methods adequate for detecting text and visual elements in scientific plots which are arguably different than the objects found in natural images? To answer this question, we train and compa…

object-detectionObject DetectionRegion Proposal

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

DCQA: Document-Level Chart Question Answering towards Complex Reasoning and Common-Sense Understanding

2023-10-29 · Anran Wu, Luwei Xiao, Xingjiao Wu, Shuwen Yang 외

Visually-situated languages such as charts and plots are omnipresent in real-world documents. These graphical depictions are human-readable and are often analyzed in visually-rich documents to address a variety of questi…

Answer GenerationChart Question AnsweringCommon Sense ReasoningDocument Layout Analysis+3

FigureNet: A Deep Learning model for Question-Answering on Scientific Plots

2018-06-12 · Revanth Reddy, Rahul Ramesh, Ameet Deshpande, Mitesh M. Khapra

Deep Learning has managed to push boundaries in a wide variety of tasks. One area of interest is to tackle problems in reasoning and understanding, with an aim to emulate human intelligence. In this work, we describe a d…

Deep LearningQuestion Answering