Challenges & Opportunities with LLM-Assisted Visualization Retargeting
Luke S. Snyder, Chenglong Wang, Steven M. Drucker

TL;DR
This paper evaluates how Large Language Models can assist in automatically retargeting visualizations to new datasets, analyzing their performance, limitations, and design considerations for future systems.
Contribution
It compares two LLM-based approaches for visualization retargeting and provides insights into their effectiveness and failure modes.
Findings
Both approaches struggle with untransformed new data.
Structural guidance improves code generation accuracy.
Identifies key challenges and design recommendations for LLM-assisted retargeting.
Abstract
Despite the ubiquity of visualization examples published on the web, retargeting existing custom chart implementations to new datasets remains difficult, time-intensive, and tedious. The adaptation process assumes author familiarity with both the implementation of the example as well as how the new dataset might need to be transformed to fit into the example code. With recent advances in Large Language Models (LLMs), automatic adaptation of code can be achieved from high-level user prompts, reducing the barrier for visualization retargeting. To better understand how LLMs can assist retargeting and its potential limitations, we characterize and evaluate the performance of LLM assistance across multiple datasets and charts of varying complexity, categorizing failures according to type and severity. In our evaluation, we compare two approaches: (1) directly instructing the LLM model to…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Visualization and Analytics
