HelpViz: Automatic Generation of Contextual Visual MobileTutorials from Text-Based Instructions
Mingyuan Zhong, Gang Li, Peggy Chi, Yang Li
TL;DR
HelpViz tackles the challenge of transforming abundant web text instructions into contextual, visual mobile tutorials. It introduces a pipeline that parses instructions into actions, executes them on a fleet of Android emulators to generate assets, and synthesizes tutorials aligned to user context, delivered via a mobile viewer with progress tracking. To address parsing and emulator mismatches, the system uses beam search to output multiple parsing alternatives and look-ahead to skip non-executable steps, improving robustness. A user study shows participants prefer HelpViz tutorials over text-only guidance, driven by clearer visuals and automatic progression, indicating sizable practical potential for scalable, context-aware mobile help. The work offers a scalable pathway to convert large text corpora into usable visual guidance across devices and app versions, with opportunities to extend to more complex workflows and desktop tasks.
Abstract
We present HelpViz, a tool for generating contextual visual mobile tutorials from text-based instructions that are abundant on the web. HelpViz transforms text instructions to graphical tutorials in batch, by extracting a sequence of actions from each text instruction through an instruction parsing model, and executing the extracted actions on a simulation infrastructure that manages an array of Android emulators. The automatic execution of each instruction produces a set of graphical and structural assets, including images, videos, and metadata such as clicked elements for each step. HelpViz then synthesizes a tutorial by combining parsed text instructions with the generated assets, and contextualizes the tutorial to user interaction by tracking the user's progress and highlighting the next step. Our experiments with HelpViz indicate that our pipeline improved tutorial execution robustness and that participants preferred tutorials generated by HelpViz over text-based instructions. HelpViz promises a cost-effective approach for generating contextual visual tutorials for mobile interaction at scale.
