paper-with-me

Papers

VizExtract: Automatic Relation Extraction from Data Visualizations

2021-12-07 · Dale Decatur, Sanjay Krishnan

Visual graphics, such as plots, charts, and figures, are widely used to communicate statistical conclusions. Extracting information directly from such visualizations is a key sub-problem for effective search through scientific corpora, fact-checking, and data extraction. This paper presents a framework for automatically extracting compared variables from statistical charts. Due to the diversity and variation of charting styles, libraries, and tools, we leverage a computer vision based framework to automatically identify and localize visualization facets in line graphs, scatter plots, or bar graphs and can include multiple series per graph. The framework is trained on a large synthetically generated corpus of matplotlib charts and we evaluate the trained model on other chart datasets. In controlled experiments, our framework is able to classify, with 87.5% accuracy, the correlation between variables for graphs with 1-3 series per graph, varying colors, and solid line styles. When deployed on real-world graphs scraped from the internet, it achieves 72.8% accuracy (81.2% accuracy when excluding "hard" graphs). When deployed on the FigureQA dataset, it achieves 84.7% accuracy.

📄 PDF Abstract BibTeX arXiv:2112.03485

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityFact CheckingRelationRelation Extraction

Similar Papers 제목 키워드 기반

Multilingual Entity, Relation, Event and Human Value Extraction

2019-06-01 · NAACL 2019 6 · Manling Li, Ying Lin, Joseph Hoover, Spencer Whitehead 외

This paper demonstrates a state-of-the-art end-to-end multilingual (English, Russian, and Ukrainian) knowledge extraction system that can perform entity discovery and linking, relation extraction, event extraction, and c…

Event ExtractionRelationRelation Extraction

Explainable Point-Based Document Visualizations

2021-09-28 · Primož Godec, Nikola Ðukić, Ajda Pretnar, Vesna Tanko 외

Two-dimensional data maps can visually reveal information about the relations between data instances. Popular techniques to construct data maps are t-SNE and UMAP. The resulting point-based visualizations, though, provid…

ArticlesKeyword Extraction

Applying BioBERT to Extract Germline Gene-Disease Associations for Building a Knowledge Graph from the Biomedical Literature

2023-09-11 · Armando D. Diaz Gonzalez, Kevin S. Hughes, Songhui Yue, Sean T. Hayes

Published biomedical information has and continues to rapidly increase. The recent advancements in Natural Language Processing (NLP), have generated considerable interest in automating the extraction, normalization, and …

Articlesgraph constructionKnowledge Graphs

SANTO: A Web-based Annotation Tool for Ontology-driven Slot Filling

2018-07-01 · ACL 2018 7 · Matthias Hartung, Hendrik ter Horst, Frank Grimm, Tim Diekmann 외

Supervised machine learning algorithms require training data whose generation for complex relation extraction tasks tends to be difficult. Being optimized for relation extraction at sentence level, many annotation tools …

Knowledge Base PopulationReading ComprehensionRelationRelation Extraction+3

ML-based Visualization Recommendation: Learning to Recommend Visualizations from Data

2020-09-25 · Xin Qian, Ryan A. Rossi, Fan Du, Sungchul Kim 외

Visualization recommendation seeks to generate, score, and recommend to users useful visualizations automatically, and are fundamentally important for exploring and gaining insights into a new or existing dataset quickly…