Source-linked AI summary

Like trainer, like bot? Inheritance of bias in algorithmic content moderation

Reuben Binns, Michael Veale, Max Van Kleek, Nigel Shadbolt

arXiv:1707.01477v1cs.CYcs.CLcs.LG

TL;DR

The paper asks how human rating norms enter automated offence detection and whether demographic differences in those norms affect classifier behaviour. It compares classifiers trained on male, female, and mixed annotator subsets using an existing toxicity dataset, finding gender-linked differences in annotation and distinct performance patterns. It concludes that moderation systems require explicit choices about viewpoint diversity, fairness criteria, and ongoing measurement.

  • Problem

    Automated moderation relies on human-labelled data whose contested norms may systematically favour some conceptions of offence over others.

  • Method

    The study trains classifiers on male, female, and mixed subsets of Wikipedia toxicity annotators and compares them across differently labelled test sets.

  • Results

    Female annotators had lower agreement (.468 versus .494) and assigned toxicity scores 0.043 lower than male annotators, while mixed-gender classifiers had higher sensitivity across all three test sets.

  • Takeaways & Limitations

    Platforms can use training and test sets partitioned by relevant groups and performance metrics to identify problematic moderation patterns and balance diverse participation.

  • Takeaways & Limitations

    The paper uses gender as an illustrative grouping and warns that moderation systems can reproduce historical biases or constrain changing norms, even when trained on local data.

Abstract

from arXiv · show

The internet has become a central medium through which `networked publics' express their opinions and engage in debate. Offensive comments and personal attacks can inhibit participation in these spaces. Automated content moderation aims to overcome this problem using machine learning classifiers trained on large corpora of texts manually annotated for offence. While such systems could help encourage more civil debate, they must navigate inherently normatively contestable boundaries, and are subject to the idiosyncratic norms of the human raters who provide the training data. An important objective for platforms implementing such measures might be to ensure that they are not unduly biased towards or against particular norms of offence. This paper provides some exploratory methods by which the normative biases of algorithmic content moderation systems can be measured, by way of a case study using an existing dataset of comments labelled for offence. We train classifiers on comments labelled by different demographic subsets (men and women) to understand how differences in conceptions of offence between these groups might affect the performance of the resulting models on various test sets. We conclude by discussing some of the ethical choices facing the implementers of algorithmic moderation systems, given various desired levels of diversity of viewpoints amongst discussion participants.

1 Introduction

Automated moderation can reduce the cost of reviewing offensive content, but its training labels embed human judgments that may impose particular norms on diverse online communities. The paper explores this risk by training classifiers on demographic subsets of raters and comparing their performance.

  • Motivation: Offensive or aggressive comments can stifle debate, drive users away, and trigger regulatory or law-enforcement intervention.
  • Motivation: Automated classifiers address the cost of manually reviewing the large volume of online content.Machine-learning systems replace difficult-to-maintain blacklists with models trained on manually annotated text.
  • Research problem: Training data can encode raters’ norms, potentially penalising particular views or vernaculars and affecting diversity and participation.
  • Approach: The paper explores potential moderation bias using 100,000 Wikipedia comments labelled for toxicity.
  • Approach: Classifiers trained on demographic subsets are used to examine whether differing conceptions of offence produce different classifications.

2 Background and related work

Prior work frames automated moderation as a contested intervention in public discourse, where acceptable speech is debated and moderator judgments can introduce bias. Unlike discrimination-focused fairness research, this paper considers platform-specific divisions and viewpoints that may not be formally protected or self-declared.

  • Moderation concepts: Definitions of aggression, offence, and harassment vary, while moderation systems pursue goals including quality promotion, hate-speech detection, and bullying prevention.
  • Effects of moderation: Moderation can alter commenters’ deliberative behaviour, the kinds of comments they make, and their perceptions of commented content.
  • Algorithmic bias: Automated filtering remains politically contested because deciding what counts as abuse or disagreement is a matter of societal debate.
  • Algorithmic bias: Existing fairness research usually compares treatment across legally protected groups, whereas platforms may care about user bases, ideologies, or other local divides.
  • Scope: The paper uses gender as an illustrative grouping while cautioning that gender will rarely be the primary grouping of interest.

3 Pragmatic approaches for exploring biases by altering test and training sets

The paper asks whether latent norms in offence labels systematically favour some conceptions of offence. It proposes comparing classifiers trained against different label sets and evaluating them relative to those competing norms.

  • Research question: The central question is whether training-data norms cause classifiers to favour certain norms of offence over others.
  • Evaluation framework: The approach treats different label sets for the same comment corpus as alternative norms against which classifier predictions can be compared.
  • Evaluation framework: Gender is selected as an accessible demographic variable for constructing large, equally sized sub-populations of raters.

4 Data Sources and Methodology

The study uses Wikipedia Detox toxicity annotations and demographic information to construct gender-specific and mixed training sets. It trains logistic-regression text classifiers and evaluates sensitivity and specificity across training and test sets.

  • Data: The dataset contains 100,000 Wikipedia talk-page comment annotations, with each comment labelled for toxicity by 10 Crowdflower workers.
  • Data: Reported worker gender was unevenly distributed: 28.6% female, 55.6% male, and 15.8% unreported or other.
  • Data: Comments lacking both male and female raters were excluded, as were raters without gender data and the few selecting ‘other’.
  • Analysis: The analysis measured within-gender toxicity agreement using Krippendorff’s alpha and compared average toxicity scores by gender.
  • Modeling: The classifiers converted comments into 1–2-gram TF-IDF features capped at 10,000 features before logistic-regression training.
  • Benchmark: The benchmark classifiers achieved an AUC score of 0.914, compared with 0.96 for the highest-performing classifier in the prior study.
  • Modeling: 30 bootstrapped training sets produced 10 male, 10 female, and 10 balanced-mix classifiers.

5 Results

Male and female annotators differed in toxicity judgments, and classifiers trained on either group were less sensitive to female-labelled test data. Mixed-gender classifiers had higher sensitivity across all three test sets, while male and female classifiers showed similar specificity.

  • Female annotators had lower inter-rater agreement (.468) than male annotators (.494) and assigned comments toxicity scores 0.043 lower on average.Both differences are reported with bootstrapped confidence intervals in the study.
  • True positive rates for female-labelled test data were 0.42 for male classifiers and 0.43 for female classifiers, versus 0.46 and 0.47 on male-labelled data.
  • Male and female classifiers had similar true negative rates on male- and female-labelled data, so the observed disparity concerned sensitivity rather than specificity.
  • Speech that female annotators did not find offensive was more likely to be misclassified as offensive by both classifier types.
  • Mixed-gender classifiers had higher sensitivity across all three test sets.
  • Male and female classifiers shared significant overlap in strongly offensive ngrams, but male classifiers associated those terms more strongly with offence.

6 Discussion

Automated moderation systems inherit and may amplify contested community norms, making neutrality and a universal fairness standard unavailable. The paper therefore frames moderation as a context-dependent ethical choice involving error trade-offs, group representation, and broader community design.

  • Online communities have subjective, shifting, and contested norms about acceptable speech, with different sub-fora often disagreeing over permitted content.
  • Inductive moderation can amplify subjective norms and exacerbate conflicts, especially when training data is decontextualised or community standards are changing.
  • Because acceptable discourse is inherently contestable, the paper argues that no classifier can be neutral.
  • Automated systems constrain future speech using past judgments, while a healthy public sphere must adapt as social mores change.
  • No formula determines how much viewpoint diversity makes a classifier fair, because stakeholder norms differ across communities.
  • Platforms seeking diverse participation may minimize false positives or false negatives depending on whether censorship or exposure to offensive comments drives users away.
  • Evaluating performance across relevant training and test groups is a practical first step, but civil discourse also depends on community dynamics, interface design, and participation rationales.

7 Concluding remarks

The paper presents exploratory methods for investigating bias in algorithmic content moderation and argues that training sets may encode biases worth examining before deployment. It recommends careful consideration and ongoing measurement as moderation systems become more pervasive.

  • The case study illustrates methods and metrics for exploring bias when learned concepts are inherently contestable.
  • Training sets may be biased in ways worth investigating before implementing automated moderation systems.The authors present varying training and test sets as an exploratory first step for testing, monitoring, or evaluating moderation technologies.
  • Platforms should introduce algorithmic moderation with careful consideration and ongoing measurement because enforcement may affect community discussions and digital public spheres.

Appendix

The appendix includes a table of average performance by demographic of training and test sets and a figure comparing gender-specific model coefficients.

  • Table 1 reports average performance by demographic of training and test sets.
  • Figure 3 ranks the highest 50 average model coefficients greater than 2 by gender.
  • The figure uses blue and red line ends to indicate male and female coefficients, respectively.
Loading 1707.01477v1…