paper-with-me

Papers

VisCoder2: Building Multi-Language Visualization Coding Agents

2025-10-24 · Yuansheng Ni, Songcheng Cai, Xiangchao Chen, Jiarong Liang, Zhiheng Lyu, Jiaqi Deng, Kai Zou, Ping Nie, Fei Yuan, Xiang Yue, Wenhu Chen arxiv

Large language models (LLMs) have recently enabled coding agents capable of generating, executing, and revising visualization code. However, existing models often fail in practical workflows due to limited language coverage, unreliable execution, and lack of iterative correction mechanisms. Progress has been constrained by narrow datasets and benchmarks that emphasize single-round generation and single-language tasks. To address these challenges, we introduce three complementary resources for advancing visualization coding agents. VisCode-Multi-679K is a large-scale, supervised dataset containing 679K validated and executable visualization samples with multi-turn correction dialogues across 12 programming languages. VisPlotBench is a benchmark for systematic evaluation, featuring executable tasks, rendered outputs, and protocols for both initial generation and multi-round self-debug. Finally, we present VisCoder2, a family of multi-language visualization models trained on VisCode-Multi-679K. Experiments show that VisCoder2 significantly outperforms strong open-source baselines and approaches the performance of proprietary models like GPT-4.1, with further gains from iterative self-debug, reaching 82.4% overall execution pass rate at the 32B scale, particularly in symbolic or compiler-dependent languages.

📄 PDF Abstract BibTeX arXiv:2510.23642

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

VisCoder: Fine-Tuning LLMs for Executable Python Visualization Code Generation

2025-06-04 · Yuansheng Ni, Ping Nie, Kai Zou, Xiang Yue 외

Large language models (LLMs) often struggle with visualization tasks like plotting diagrams, charts, where success depends on both code correctness and visual semantics. Existing instruction-tuning datasets lack executio…

Code Generation

Capturing Visualization Design Rationale

2025-06-19 · Maeve Hutchinson, Radu Jianu, Aidan Slingsby, Jo Wood 외

Prior natural language datasets for data visualization have focused on tasks such as visualization literacy assessment, insight generation, and visualization generation from natural language instructions. These studies o…

Data Visualization

Explainable Machine Learning for Categorical and Mixed Data with Lossless Visualization

2023-05-29 · Boris Kovalerchuk, Elijah McCoy

Building accurate and interpretable Machine Learning (ML) models for heterogeneous/mixed data is a long-standing challenge for algorithms designed for numeric data. This work focuses on developing numeric coding schemes …

Interpretable Machine Learning

Extracting Actionable Insights from Building Energy Data using Vision LLMs on Wavelet and 3D Recurrence Representations

2025-09-26 · Amine Bechar, Adel Oulefki, Abbes Amira, Fatih Kurogollu 외 arxiv

The analysis of complex building time-series for actionable insights and recommendations remains challenging due to the nonlinear and multi-scale characteristics of energy data. To address this, we propose a framework th…

Anomaly Detection

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…