UW Interactive Data Lab
IDL logo

DracoGPT: Extracting Visualization Design Preferences from Large Language Models

Will (Huichen) Wang, Mitchell Gordon, Leilani Battle, Jeffrey Heer. IEEE Trans. Visualization & Comp. Graphics (Proc. VIS), 2025
Figure for DracoGPT: Extracting Visualization Design Preferences from Large Language Models
Overview of the DracoGPT-Rank pipeline: (1) User provides prompt templates for an LLM to rank chart pairs; (2) Draco featurizes charts and produces feature vectors consisting of constraint counts; (3) Draco learns constraint weights over LLM-labeled chart pairs by fitting a RankSVM model; (4) The fitted Draco model can be applied to score charts. Results at each stage of the pipeline afford insight into LLM ranking preferences.
Materials
Abstract
Trained on vast corpora, Large Language Models (LLMs) have the potential to encode visualization design knowledge and best practices. However, if they fail to do so, they might provide unreliable visualization recommendations. What visualization design preferences, then, have LLMs learned? We contribute DracoGPT, a method for extracting, modeling, and assessing visualization design preferences from LLMs. To assess varied tasks, we develop two pipelines—DracoGPT-Rank and DracoGPT-Recommend—to model LLMs prompted to either rank or recommend visual encoding specifications. We use Draco as a shared knowledge base in which to represent LLM design preferences and compare them to best practices from empirical research. We demonstrate that DracoGPT can accurately model the preferences expressed by LLMs, enabling analysis in terms of Draco design constraints. Across a suite of backing LLMs, we find that DracoGPT-Rank and DracoGPT-Recommend moderately agree with each other, but both substantially diverge from guidelines drawn from human subjects experiments. Future work can build on our approach to expand Draco’s knowledge base to model a richer set of preferences and to provide a robust and cost-effective stand-in for LLMs.
BibTeX
@article{2025-dracogpt,
  title = {DracoGPT: Extracting Visualization Design Preferences from Large Language Models},
  author = {Wang, Will AND Gordon, Mitchell AND Battle, Leilani AND Heer, Jeffrey},
  journal = {IEEE Trans. Visualization \& Comp. Graphics (Proc. VIS)},
  year = {2025},
  url = {https://idl.uw.edu/papers/dracogpt},
  doi = {10.1109/TVCG.2024.3456350}
}