paper-with-me

Papers

PlotGen: Multi-Agent LLM-based Scientific Data Visualization via Multimodal Feedback

2025-02-03 · Kanika Goswami, Puneet Mathur, Ryan Rossi, Franck Dernoncourt

Scientific data visualization is pivotal for transforming raw data into comprehensible visual representations, enabling pattern recognition, forecasting, and the presentation of data-driven insights. However, novice users often face difficulties due to the complexity of selecting appropriate tools and mastering visualization techniques. Large Language Models (LLMs) have recently demonstrated potential in assisting code generation, though they struggle with accuracy and require iterative debugging. In this paper, we propose PlotGen, a novel multi-agent framework aimed at automating the creation of precise scientific visualizations. PlotGen orchestrates multiple LLM-based agents, including a Query Planning Agent that breaks down complex user requests into executable steps, a Code Generation Agent that converts pseudocode into executable Python code, and three retrieval feedback agents - a Numeric Feedback Agent, a Lexical Feedback Agent, and a Visual Feedback Agent - that leverage multimodal LLMs to iteratively refine the data accuracy, textual labels, and visual correctness of generated plots via self-reflection. Extensive experiments show that PlotGen outperforms strong baselines, achieving a 4-6 percent improvement on the MatPlotBench dataset, leading to enhanced user trust in LLM-generated visualizations and improved novice productivity due to a reduction in debugging time needed for plot errors.

📄 PDF Abstract BibTeX arXiv:2502.00988

Code (0)

등록된 구현이 없습니다.

Tasks

Code GenerationData Visualization

Similar Papers 제목 키워드 기반

SciVisAgentSkills: Design and Evaluation of Agent Skills for Scientific Data Analysis and Visualization

2026-06-04 · Kuangshi Ai, Haichao Miao, Kaiyuan Tang, Shusen Liu 외 arxiv

Recent advances in agentic visualization have enabled the translation of natural language into executable scientific visualization (SciVis) workflows. While general-purpose coding agents show strong capabilities, they of…

MatPlotAgent: Method and Evaluation for LLM-Based Agentic Scientific Data Visualization

2024-02-18 · Zhiyu Yang, Zihan Zhou, Shuo Wang, Xin Cong 외

Scientific data visualization plays a crucial role in research by enabling the direct display of complex information and assisting researchers in identifying implicit patterns. Despite its importance, the use of Large La…

Code GenerationData Visualization

An Evaluation-Centric Paradigm for Scientific Visualization Agents

2025-09-18 · Kuangshi Ai, Haichao Miao, Zhimin Li, Chaoli Wang 외 arxiv

Recent advances in multi-modal large language models (MLLMs) have enabled increasingly sophisticated autonomous visualization agents capable of translating user intentions into data visualizations. However, measuring pro…

SciVisAgentBench: A Benchmark for Evaluating Scientific Data Analysis and Visualization Agents

2026-03-31 · Kuangshi Ai, Haichao Miao, Kaiyuan Tang, Nathaniel Gorski 외 arxiv

Recent advances in large language models (LLMs) have enabled agentic systems to translate natural-language intent into executable scientific visualization (SciVis) tasks. Despite rapid progress, the community lacks a pri…

Agentic Authoring of Interactive Multiview Visualizations in Genomics

2026-05-29 · Astrid van den Brandt, Kiroong Choe, Sehi L'Yi, Devin Lange 외 arxiv

Diverse genomics data, scientific questions, and analysis tasks typically demand highly specialized visualizations. Therefore, users often must customize or author new ones tailored to their data. Existing tools are usua…