Explainable Iterative Data Visualisation Refinement via an LLM Agent

arXiv cs.AI / 4/20/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • The paper tackles the difficulty of choosing data-visualization algorithms and hyperparameters that truthfully reflect high-dimensional data when embedding into 2D/3D spaces.
  • It proposes an agentic AI pipeline that uses an LLM to connect quantitative evaluation metrics with qualitative human-interpretation style insights.
  • The system frames visualization evaluation and hyperparameter optimization as a semantic task, producing reports that combine hard metrics with natural-language summaries and concrete configuration recommendations.
  • An iterative optimization loop allows the pipeline to automatically refine settings and generate high-quality visualization plots rapidly, in full automation.

Abstract

Exploratory analysis of high-dimensional data relies on embedding the data into a low-dimensional space (typically 2D or 3D), based on which visualization plot is produced to uncover meaningful structures and to communicate geometric and distributional data characteristics. However, finding a suitable algorithm configuration, particularly hyperparameter setting, to produce a visualization plot that faithfully represents the underlying reality and encourages pattern discovery remains challenging. To address this challenge, we propose an agentic AI pipleline that leverages a large language model (LLM) to bridge the gap between rigorous quantitative assessment and qualitative human insight. By treating visualization evaluation and hyperparameter optimization as a semantic task, our system generates a multi-faceted report that contextualizes hard metrics with descriptive summaries, and suggests actionable recommendation of algorithm configuration for refining data visualization. By implementing an iterative optimization loop of this process, the system is able to produce rapidly a high-quality visualization plot, in full automation.