Utilizing Provenance as an Attribute for Visual Data Analysis: A Design Probe with ProvenanceLens
Arpit Narechania, Shunan Guo, Eunyee Koh, Alex Endert, Jane Hoffswell
TL;DR
This work addresses the challenge of making analytic provenance actionable during visual data analysis by modeling provenance as user-accessible attributes. To operationalize this, it defines two provenance attributes, frequency and recency, with frequency $f_x = \frac{n_x}{\max_i n_i}$ and recency $r_x = \frac{\mathrm{rank}_N(\max(t_x))}{\sum_{i=1}^N n_i}$, and implements them in a system called ProvenanceLens. ProvenanceLens provides glyph-based encodings and data transformations (sort/filter) to map provenance to encodings such as $x$, $y$, fill and size, enabling in-the-moment reflection and post-hoc review. An exploratory study with sixteen participants shows high accuracy and confidence in answering provenance-based questions, with surprising insights that can prompt self-reflection; the findings yield design implications for integrating provenance as a core aspect of visual analysis. Collectively, the work demonstrates that provenance attributes can guide exploration, support auditing, and foster reflective practice, informing the design of future provenance-enabled visualization tools and collaborative analytics.
Abstract
Analytic provenance can be visually encoded to help users track their ongoing analysis trajectories, recall past interactions, and inform new analytic directions. Despite its significance, provenance is often hardwired into analytics systems, affording limited user control and opportunities for self-reflection. We thus propose modeling provenance as an attribute that is available to users during analysis. We demonstrate this concept by modeling two provenance attributes that track the recency and frequency of user interactions with data. We integrate these attributes into a visual data analysis system prototype, ProvenanceLens, wherein users can visualize their interaction recency and frequency by mapping them to encoding channels (e.g., color, size) or applying data transformations (e.g., filter, sort). Using ProvenanceLens as a design probe, we conduct an exploratory study with sixteen users to investigate how these provenance-tracking affordances are utilized for both decision-making and self-reflection. We find that users can accurately and confidently answer questions about their analysis, and we show that mismatches between the user's mental model and the provenance encodings can be surprising, thereby prompting useful self-reflection. We also report on the user strategies surrounding these affordances, and reflect on their intuitiveness and effectiveness in representing provenance.
