Composing Data Stories with Meta Relations
Haotian Li, Lu Ying, Leixian Shen, Yun Wang, Yingcai Wu, Huamin Qu
TL;DR
This work addresses the gap in AI-powered data storytelling where data-level relations fail to capture domain knowledge and narrative intent. It formalizes meta relations as $relation_{AB} := (fact_A, fact_B, type, score)$ and develops Remex, a notebook-based tool that uses LLMs and rule-based verification to infer meta relations and organize data facts into slide-based stories. Through a formative study and an exploratory user study, the authors demonstrate that meta relations improve contextual understanding, storytelling direction, and cohesion between pieces, while highlighting challenges in domain knowledge acquisition, user workload, and AI reliability. The findings yield design considerations and a practical prototype that informs future human-AI collaboration in data storytelling, with potential extensions to broader formats and retrieval-augmented approaches.
Abstract
To facilitate the creation of compelling and engaging data stories, AI-powered tools have been introduced to automate the three stages in the workflow: analyzing data, organizing findings, and creating visuals. However, these tools rely on data-level information to derive inflexible relations between findings. Therefore, they often create one-size-fits-all data stories. Differently, our formative study reveals that humans heavily rely on meta relations between these findings from diverse domain knowledge and narrative intent, going beyond datasets, to compose their findings into stylized data stories. Such a gap indicates the importance of introducing meta relations to elevate AI-created stories to a satisfactory level. Though necessary, it is still unclear where and how AI should be involved in working with humans on meta relations. To answer the question, we conducted an exploratory user study with Remex, an AI-powered data storytelling tool that suggests meta relations in the analysis stage and applies meta relations for data story organization. The user study reveals various findings about introducing AI for meta relations into the storytelling workflow, such as the benefit of considering meta relations and their diverse expected usage scenarios. Finally, the paper concludes with lessons and suggestions about applying meta relations to compose data stories to hopefully inspire future research.
