🤖 AI Summary
Low-level user interaction logs are often noisy and fine-grained, making it challenging to extract interpretable, high-level behavioral patterns across applications. This work proposes WorkflowView, the first large language model (LLM)-based framework for cross-domain abstraction of action sequences, which maps raw interaction logs to high-level semantic workflows through semantic similarity computation and few-shot learning. The approach demonstrates strong generalization and inherent privacy-preserving properties in both zero-shot and few-shot settings: it achieves a semantic similarity of 0.91 in browser log task reconstruction and a weighted F1 score of 0.90 in MOOC dropout prediction. Furthermore, WorkflowView has been successfully applied to anonymized analysis of AI tool usage within Microsoft Word, highlighting its practical utility in real-world scenarios.
📝 Abstract
Sequential or time-stamped interaction logs provide objective records of digital application usage, yet their granularity and noise often obscure meaningful insights into people's work. Such insights are essential for improving digital products in ways grounded in real-world user interactions. Prior research has applied deep learning models to cluster user actions into high-level activities, but these approaches are highly sensitive to noise and struggle to generalize across applications. To address this limitation, we introduce WorkflowView, a framework that uses large language models (LLMs) to abstract low-level action sequences into high-level activities. We establish the effectiveness and generality of our approach across three distinct, challenging sequential tasks and diverse domains: (a) zero-shot task description reconstruction from browser logs (achieving high semantic similarity, $μ_{sim} = 0.91$), (b) few-shot student dropout prediction using MOOC interaction logs (reaching weighted $F_1 = 0.90$ with only five few-shot examples), and (c) anonymized, privacy-preserving analysis of AI tool integration within document workflows in Microsoft Word. Our work demonstrates that LLM-based abstraction is a robust and efficient path forward for transforming low-level behavioral data into high-level, interpretable, and actionable insights. We also discuss practical considerations for deploying LLM-based inferences within logging infrastructures, including computational efficiency and user privacy.