[2603.27991] ViviDoc: Generating Interactive Documents through Human-Agent Collaboration
About this article
Abstract page for arXiv paper 2603.27991: ViviDoc: Generating Interactive Documents through Human-Agent Collaboration
Computer Science > Human-Computer Interaction arXiv:2603.27991 (cs) [Submitted on 30 Mar 2026] Title:ViviDoc: Generating Interactive Documents through Human-Agent Collaboration Authors:Yinghao Tang, Yupeng Xie, Yingchaojie Feng, Tingfeng Lan, Jiale Lao, Yue Cheng, Wei Chen View a PDF of the paper titled ViviDoc: Generating Interactive Documents through Human-Agent Collaboration, by Yinghao Tang and 6 other authors View PDF HTML (experimental) Abstract:Interactive documents help readers engage with complex ideas through dynamic visualization, interactive animations, and exploratory interfaces. However, creating such documents remains costly, as it requires both domain expertise and web development skills. Recent Large Language Model (LLM)-based agents can automate content creation, but directly applying them to interactive document generation often produces outputs that are difficult to control. To address this, we present ViviDoc, to the best of our knowledge the first work to systematically address interactive document generation. ViviDoc introduces a multi-agent pipeline (Planner, Styler, Executor, Evaluator). To make the generation process controllable, we provide three levels of human control: (1) the Document Specification (DocSpec) with SRTC Interaction Specifications (State, Render, Transition, Constraint) for structured planning, (2) a content-aware Style Palette for customizing writing and interaction styles, and (3) chat-based editing for iterative refinement. We...