TL;DR
Data2Vis is a neural translation model that automatically generates visualization specifications from datasets, simplifying the creation process and reducing manual effort using sequence-to-sequence learning with attention-based RNNs.
Contribution
The paper introduces Data2Vis, a novel neural network approach that translates data specifications into visualization specifications in Vega-Lite, automating visualization generation.
Findings
Model learns valid visualization syntax and vocabulary.
Generates visualizations comparable to manual ones.
Produces visualizations faster than manual creation.
Abstract
Rapidly creating effective visualizations using expressive grammars is challenging for users who have limited time and limited skills in statistics and data visualization. Even high-level, dedicated visualization tools often require users to manually select among data attributes, decide which transformations to apply, and specify mappings between visual encoding variables and raw or transformed attributes. In this paper we introduce Data2Vis, a neural translation model for automatically generating visualizations from given datasets. We formulate visualization generation as a sequence to sequence translation problem where data specifications are mapped to visualization specifications in a declarative language (Vega-Lite). To this end, we train a multilayered attention-based recurrent neural network (RNN) with long short-term memory (LSTM) units on a corpus of visualization…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
