1. Introduction
Online platforms increasingly rely on automated systems to moderate harmful content at scale. The rapid growth of user-generated content across social media platforms, discussion forums, and online gaming environments has made purely human moderation operationally infeasible. As a result, machine learning models are widely deployed to detect and filter abusive language, harassment, and hate speech [
1,
2]. While such systems enable large-scale moderation, their deployment introduces significant ethical and governance challenges, particularly when automated decisions affect public discourse, user participation, and the visibility of marginalized voices [
3,
4]. From an applied perspective, moderation systems must therefore support not only accurate detection but also interpretable and inspectable decision processes that can be integrated into human-in-the-loop workflows.
The use of artificial intelligence in content moderation raises broader questions at the intersection of technology and governance. Automated moderation systems function as de facto gatekeepers of online speech, shaping which content is amplified or suppressed within digital platforms [
5]. Errors in these systems therefore carry important implications: false positives may suppress legitimate speech, while false negatives may allow harmful content to persist [
6,
7]. These challenges highlight the need for greater transparency and accountability in automated moderation systems.
Hate speech itself is a socially complex phenomenon that extends beyond explicit insults or slurs. Social science research highlights that harmful language often manifests through implicit hostility, coded expressions, or context-dependent forms of aggression [
8,
9]. The interpretation of such language is shaped by cultural context, community norms, and historical power relations [
10]. Consequently, automated hate speech detection systems must navigate a challenging landscape where linguistic signals of harm may be subtle, ambiguous, or contested. Errors in this setting can have meaningful societal consequences, including the suppression of legitimate speech, the amplification of harassment, or uneven moderation outcomes across demographic groups [
7,
11].
A key challenge in automated moderation arises from the opacity of modern machine learning models. Many hate speech detection systems rely on deep neural architectures whose internal decision processes are difficult to interpret or audit [
1]. This lack of transparency complicates accountability in platform governance, as users and moderators often cannot determine why particular pieces of content were flagged or removed [
12]. From both technical and applied system perspectives, explainability has therefore emerged as an important requirement for responsible deployment of automated decision systems [
13,
14]. Transparent decision-making processes are particularly important in moderation contexts where affected users may seek justification or contest moderation outcomes.
Within the broader field of explainable artificial intelligence (XAI), a range of methods have been proposed to improve the interpretability of machine learning models. Post-hoc explanation techniques such as LIME and SHAP attempt to approximate local feature importance in complex models [
15,
16], while gradient-based approaches highlight input tokens contributing to predictions [
17]. Although these techniques can provide insights into model behavior, they often remain external to the model training process and may not reliably capture the internal reasoning mechanisms of the underlying system [
18]. This limitation has motivated growing interest in approaches that incorporate interpretability signals directly during model training.
Rationale-based learning represents one such paradigm. In these approaches, models are supervised not only with task labels but also with human-provided rationales—text spans that explain why a particular prediction should hold [
19]. Subsequent work has explored neural architectures capable of generating or selecting rationales that support predictions, enabling models to produce explanations alongside classification outputs [
20]. Benchmark datasets such as ERASER have further advanced this area by standardizing evaluation protocols for explanation quality in natural language processing tasks [
21]. In principle, integrating human rationales into training can encourage models to ground predictions in linguistically meaningful evidence aligned with human reasoning.
Despite these advances, the implications of rationale supervision for automated moderation systems remain underexplored. Moderation tasks differ from many standard NLP benchmarks in that prediction errors carry normative and societal consequences. For instance, false positives may result in the removal or suppression of legitimate speech, while false negatives may allow abusive content to remain visible and cause harm to targeted communities. Furthermore, moderation models may behave differently when processing identity-linked content or linguistically diverse inputs, raising concerns around disproportionate error patterns [
7,
11]. These risks are particularly salient in multilingual or code-switched communication environments, where linguistic variation may degrade moderation performance or obscure harmful intent [
22].
Addressing these challenges requires evaluation frameworks that extend beyond aggregate performance metrics such as overall accuracy or macro F1. In high-stakes moderation contexts, it is equally important to examine how models behave across socially salient content slices and under conditions of linguistic variability. Such analyses can surface potential risk concentrations or moderation instabilities that may not be visible in aggregate evaluation.
In this work, we introduce Human-Aligned Rationale Learning (HARL), a training framework that incorporates human-annotated rationales directly into hate speech detection model optimization. HARL encourages models to ground harmfulness predictions in human-identified indicators of abuse while maintaining competitive classification performance. We evaluate the framework across multiple moderation datasets, examining both detection reliability and explanation quality through plausibility and partial faithfulness analyses.
Rather than introducing a new model architecture, HARL provides a controlled framework for integrating explanation signals into model training and studying their effects on moderation behavior. By keeping the underlying architecture fixed and varying only the explanation-guided supervision, the framework enables a clearer analysis of how explanation alignment influences prediction quality, explanation grounding, and moderation outcomes under different data conditions.
Beyond standard evaluation, we further conduct a deployment-oriented behavioral analysis to examine moderation behavior across socially salient and linguistically variable contexts. Using demographic annotations available in the HateXplain dataset, we analyze model performance across identity-linked content slices and examine variations in error patterns such as false positive and false negative rates. In parallel, we assess moderation stability under varying degrees of code-switching to understand how linguistic variability influences model performance and explanation behavior. Rather than proposing a new detection model, this study focuses on understanding how explanation-guided supervision affects the behavior of existing moderation systems.
Most existing work on automated hate speech moderation evaluates models primarily through aggregate performance metrics such as accuracy or Macro-F1 [
23,
24], while explanation methods are often applied only as post-hoc interpretability tools [
15,
16]. Although these approaches provide useful diagnostic insights, they rarely examine how explanation signals influence model behavior during training or how moderation systems behave under socially and linguistically meaningful conditions [
25]. In contrast, this work adopts a behavioral evaluation perspective in which explanation signals are integrated directly into the training process and used to analyze moderation outcomes across identity-linked and linguistically variable inputs. This perspective positions explanation-guided learning as a practical mechanism for improving interpretability and enabling structured analysis of moderation system behavior in deployment settings.
Our contributions are as follows:
We present HARL, an explanation-aware moderation framework that integrates human rationale supervision into model training through a controlled alignment objective, enabling systematic analysis of explanation-guided learning in hate speech detection.
We introduce a unified evaluation protocol that jointly examines predictive performance, explanation plausibility, partial faithfulness, and runtime efficiency, providing a comprehensive view of explanation behavior in moderation systems.
We conduct deployment-oriented behavioral analysis across identity-linked content and varying levels of code-switching, highlighting how explanation-guided supervision influences moderation outcomes under socially and linguistically variable conditions.
We analyze trade-offs between attribution methods in terms of plausibility, faithfulness, and computational cost, and discuss their implications for real-time moderation, auditing, and decision-support workflows.
Importantly, this work builds on previous efforts [
26] and examines these dimensions jointly, enabling a more comprehensive evaluation of moderation systems than studies that focus solely on predictive accuracy or explanation plausibility in isolation.
Positioning of this work.
This work does not propose a new rationale-learning paradigm, a fairness intervention, or a causal explanation method. Instead, it investigates whether explanation-guided supervision can serve as a practical design mechanism for automated moderation systems, and whether its effects can be systematically evaluated through a deployment-oriented behavioral analysis framework. Accordingly, HARL is positioned as an applied framework for explanation-aware training and moderation auditing, rather than as a standalone algorithmic contribution.