Search papers, labs, and topics across Lattice.
DataMagic is an innovative system that converts raw tabular data and natural language queries into engaging narrative data-insight videos, addressing the shortcomings of existing static visualization tools and video generation models. By introducing the declarative specification DVSpec, it ensures data fidelity while allowing for dynamic visual and animation elements tied to the data. The system's Generate-then-Orchestrate architecture enables efficient scene generation and narrative coherence optimization, resulting in interactive videos that enhance data consumption and exploration, as validated by evaluations on 109 real-world samples.
Transforming raw data into interactive narrative videos, DataMagic bridges the gap between data analysis and storytelling, enhancing how insights are communicated.
Data videos integrate dynamic charts, voice narration, and synchronized animations to communicate data insights as temporal narratives, making them an effective medium for improving data consumption efficiency in the data management lifecycle. However, producing high-quality data videos requires expertise spanning data analysis, narrative design, and video production. Existing approaches fall short: static visualization tools (e.g., BI dashboards) lack narrative logic and animation; authoring tools require users to pre-prepare visualizations rather than working from raw data; pixel-level video generation models cannot guarantee data fidelity or provenance. We demonstrate DataMagic, an end-to-end interactive system that transforms raw tabular data and natural language queries into narrative data-insight videos. To ensure data fidelity, DataMagic introduces the declarative specification DVSpec, which binds visual and animation elements to underlying data fields through data-driven semantic references. To address the combinatorial explosion of the design space, DataMagic adopts a Generate-then-Orchestrate multi-agent architecture that generates candidate scenes in parallel and then optimizes narrative coherence through global orchestration. Leveraging DVSpec's decoupling of logic and rendering, the system further supports three interaction modes and structured provenance-based data Q&A, transforming one-way videos into explorable interactive data interfaces. Evaluation on 109 real-world samples validates the effectiveness of the DataMagic. Homepage: https://datamagic-home.github.io/