Detecting Abnormal User Feedback Patterns through Temporal Sentiment Aggregation
This work addresses the need for early detection of anomalous events like malicious review campaigns in customer feedback monitoring, though it appears incremental by building on existing sentiment analysis methods.
The paper tackled the problem of detecting anomalous user feedback patterns by proposing a temporal sentiment aggregation framework that leverages pretrained transformers to aggregate sentiment scores over time, and demonstrated its effectiveness in identifying statistically significant sentiment drops corresponding to coherent complaint patterns on real social media data.
In many real-world applications, such as customer feedback monitoring, brand reputation management, and product health tracking, understanding the temporal dynamics of user sentiment is crucial for early detection of anomalous events such as malicious review campaigns or sudden declines in user satisfaction. Traditional sentiment analysis methods focus on individual text classification, which is insufficient to capture collective behavioral shifts over time due to inherent noise and class imbalance in short user comments. In this work, we propose a temporal sentiment aggregation framework that leverages pretrained transformer-based language models to extract per-comment sentiment signals and aggregates them into time-window-level scores. Significant downward shifts in these aggregated scores are interpreted as potential anomalies in user feedback patterns. We adopt RoBERTa as our core semantic feature extractor and demonstrate, through empirical evaluation on real social media data, that the aggregated sentiment scores reveal meaningful trends and support effective anomaly detection. Experiments on real-world social media data demonstrate that our method successfully identifies statistically significant sentiment drops that correspond to coherent complaint patterns, providing an effective and interpretable solution for feedback anomaly monitoring.