CLAug 29, 2019

Detecting and Reducing Bias in a High Stakes Domain

arXiv:1908.11474v2996 citations
AI Analysis

This addresses bias in high-stakes AI applications for social media monitoring, though it is incremental as it builds on existing prediction models.

The study tackled bias in a deep learning model predicting aggression in social media posts of gang-involved youth, finding it relied on irrelevant stop words, and developed an expert-annotated method to reduce bias and improve justification of predictions.

Gang-involved youth in cities such as Chicago sometimes post on social media to express their aggression towards rival gangs and previous research has demonstrated that a deep learning approach can predict aggression and loss in posts. To address the possibility of bias in this sensitive application, we developed an approach to systematically interpret the state of the art model. We found, surprisingly, that it frequently bases its predictions on stop words such as "a" or "on", an approach that could harm social media users who have no aggressive intentions. To tackle this bias, domain experts annotated the rationales, highlighting words that explain why a tweet is labeled as "aggression". These new annotations enable us to quantitatively measure how justified the model predictions are, and build models that drastically reduce bias. Our study shows that in high stake scenarios, accuracy alone cannot guarantee a good system and we need new evaluation methods.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes