Detecting Abnormal User Feedback Patterns through Temporal Sentiment Aggregation

arXiv cs.CL / 4/3/2026

💬 OpinionSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper targets anomaly detection in domains like customer feedback monitoring and reputation management by modeling how user sentiment changes over time rather than treating each comment in isolation.
  • It introduces a temporal sentiment aggregation framework that uses pretrained transformer models (with RoBERTa as the feature extractor) to convert per-comment sentiment into time-window-level scores.
  • The method flags potential anomalies by interpreting significant downward shifts in aggregated sentiment as indicators of events such as malicious review campaigns or rapid satisfaction declines.
  • Experiments on real social media datasets show the aggregated sentiment trends can identify statistically significant sentiment drops aligned with coherent complaint patterns, offering interpretable monitoring signals.

Abstract

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.