SEAILGOct 6, 2020

Astraea: Grammar-based Fairness Testing

arXiv:2010.02542v535 citations
Originality Incremental advance
AI Analysis

This addresses fairness testing for developers of NLP services, offering a method to detect and mitigate bias, though it is incremental as it builds on grammar-based testing techniques.

The paper tackles the problem of unfair outputs in machine learning software due to societal bias by proposing Astraea, a grammar-based fairness testing approach that generates discriminatory inputs to reveal fairness violations, achieving a violation rate of ~18% and improving software fairness by ~76% through model retraining.

Software often produces biased outputs. In particular, machine learning (ML) based software are known to produce erroneous predictions when processing discriminatory inputs. Such unfair program behavior can be caused by societal bias. In the last few years, Amazon, Microsoft and Google have provided software services that produce unfair outputs, mostly due to societal bias (e.g. gender or race). In such events, developers are saddled with the task of conducting fairness testing. Fairness testing is challenging; developers are tasked with generating discriminatory inputs that reveal and explain biases. We propose a grammar-based fairness testing approach (called ASTRAEA) which leverages context-free grammars to generate discriminatory inputs that reveal fairness violations in software systems. Using probabilistic grammars, ASTRAEA also provides fault diagnosis by isolating the cause of observed software bias. ASTRAEA's diagnoses facilitate the improvement of ML fairness. ASTRAEA was evaluated on 18 software systems that provide three major natural language processing (NLP) services. In our evaluation, ASTRAEA generated fairness violations with a rate of ~18%. ASTRAEA generated over 573K discriminatory test cases and found over 102K fairness violations. Furthermore, ASTRAEA improves software fairness by ~76%, via model-retraining.

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