Beyond Trial-and-Error: Predicting User Abandonment After a Moderation Intervention
Benedetta Tessa, Lorenzo Cima, Amaury Trujillo, Marco Avvenuti, Stefano Cresci
TL;DR
The paper tackles a novel task: predicting user abandonment after a large-scale moderation intervention on Reddit. By leveraging pre-ban activity, toxicity, writing style, and relational features (out of 142 total) and ground-truth post-ban labels, the authors train classifiers to identify abandoning users, achieving a best micro F1 of $0.914$ (hard abandonment) and $0.814$ (soft abandonment) with Gradient Boosting. The study shows robust generalizability via leave-one-out validation across unseen subreddits and identifies activity, relational, and toxicity signals as the most informative, while writing style adds little predictive power. This work demonstrates the feasibility of predictive moderation, offering a data-driven tool to anticipate intervention outcomes, optimize strategies, and potentially extend to quantification or regression analyses for aggregate effects. The findings also underscore practical considerations around class imbalance, feature selection, and ethical deployment in real platforms.
Abstract
Current content moderation follows a reactive, trial-and-error approach, where interventions are applied and their effects are only measured post-hoc. In contrast, we introduce a proactive, predictive approach that enables moderators to anticipate the impact of their actions before implementation. We propose and tackle the new task of predicting user abandonment following a moderation intervention. We study the reactions of 16,540 users to a massive ban of online communities on Reddit, training a set of binary classifiers to identify those users who would abandon the platform after the intervention -- a problem of great practical relevance. We leverage a dataset of 13.8 million posts to compute a large and diverse set of 142 features, which convey information about the activity, toxicity, relations, and writing style of the users. We obtain promising results, with the best-performing model achieving micro F1-score = 0.914. Our model shows robust generalizability when applied to users from previously unseen communities. Furthermore, we identify activity features as the most informative predictors, followed by relational and toxicity features, while writing style features exhibit limited utility. Theoretically, our results demonstrate the feasibility of adopting a predictive machine learning approach to estimate the effects of moderation interventions. Practically, this work marks a fundamental shift from reactive to predictive moderation, equipping platform administrators with intelligent tools to strategically plan interventions, minimize unintended consequences, and optimize user engagement.
