菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-01-25
📄 Abstract - Athanor: Authoring Action Modification-based Interactions on Static Visualizations via Natural Language

Interactivity is crucial for effective data visualizations. However, it is often challenging to implement interactions for existing static visualizations, since the underlying code and data for existing static visualizations are often not available, and it also takes significant time and effort to enable interactions for them even if the original code and data are available. To fill this gap, we propose Athanor, a novel approach to transform existing static visualizations into interactive ones using multimodal large language models (MLLMs) and natural language instructions. Our approach introduces three key innovations: (1) an action-modification interaction design space that maps visualization interactions into user actions and corresponding adjustments, (2) a multi-agent requirement analyzer that translates natural language instructions into an actionable operational space, and (3) a visualization abstraction transformer that converts static visualizations into flexible and interactive representations regardless of their underlying implementation. Athanor allows users to effortlessly author interactions through natural language instructions, eliminating the need for programming. We conducted two case studies and in-depth interviews with target users to evaluate our approach. The results demonstrate the effectiveness and usability of our approach in allowing users to conveniently enable flexible interactions for static visualizations.

顶级标签: natural language processing multi-modal systems
详细标签: data visualization interaction design multimodal llm natural language interface visualization authoring 或 搜索:

Athanor:通过自然语言为静态可视化图表创作基于动作修改的交互功能 / Athanor: Authoring Action Modification-based Interactions on Static Visualizations via Natural Language


1️⃣ 一句话总结

这篇论文提出了一种名为Athanor的新方法,它利用多模态大语言模型和自然语言指令,让用户无需编程就能轻松地将现有的静态数据图表(如图片或截图)转换成可交互的图表。

源自 arXiv: 2601.17736