StructVizor: Interactive Profiling of Semi-Structured Textual Data
Yanwei Huang, Yan Miao, Di Weng, Adam Perer, Yingcai Wu
TL;DR
StructVizor tackles the challenge of profiling and wrangling semi-structured textual data by combining automatic structure mining with interactive visual profiling. The system parses raw text into records and fields, clusters patterns, and visualizes structure in three coordinated views to support sensemaking and in-situ data transformations, including table construction. A user study with 12 participants shows StructVizor enables faster data wrangling with lower workload than Wrangler and facilitates explorative analysis via expressive profiles, though integration and onboarding refinements are identified. Overall, the work contributes a novel visual profiling paradigm that blends automatic structure discovery with interactive data wrangling, promising practical impact for log analysis, data cleaning, and social media analytics.
Abstract
Data profiling plays a critical role in understanding the structure of complex datasets and supporting numerous downstream tasks, such as social media analytics and financial fraud detection. While existing research predominantly focuses on structured data formats, a substantial portion of semi-structured textual data still requires ad-hoc and arduous manual profiling to extract and comprehend its internal structures. In this work, we propose StructVizor, an interactive profiling system that facilitates sensemaking and transformation of semi-structured textual data. Our tool mainly addresses two challenges: a) extracting and visualizing the diverse structural patterns within data, such as how information is organized or related, and b) enabling users to efficiently perform various wrangling operations on textual data. Through automatic data parsing and structure mining, StructVizor enables visual analytics of structural patterns, while incorporating novel interactions to enable profile-based data wrangling. A comparative user study involving 12 participants demonstrates the system's usability and its effectiveness in supporting exploratory data analysis and transformation tasks.
