CLOct 15, 2021

BBQ: A Hand-Built Bias Benchmark for Question Answering

arXiv:2110.08193v2785 citations
Originality Synthesis-oriented
AI Analysis

This work addresses bias in NLP for applied tasks like QA, which is incremental as it builds on existing bias documentation by providing a specific benchmark.

The authors tackled the problem of social biases in NLP models by introducing the Bias Benchmark for QA (BBQ), a hand-built dataset to evaluate biases in question answering tasks, finding that models often rely on stereotypes and show up to 3.4 percentage points higher accuracy when answers align with biases.

It is well documented that NLP models learn social biases, but little work has been done on how these biases manifest in model outputs for applied tasks like question answering (QA). We introduce the Bias Benchmark for QA (BBQ), a dataset of question sets constructed by the authors that highlight attested social biases against people belonging to protected classes along nine social dimensions relevant for U.S. English-speaking contexts. Our task evaluates model responses at two levels: (i) given an under-informative context, we test how strongly responses reflect social biases, and (ii) given an adequately informative context, we test whether the model's biases override a correct answer choice. We find that models often rely on stereotypes when the context is under-informative, meaning the model's outputs consistently reproduce harmful biases in this setting. Though models are more accurate when the context provides an informative answer, they still rely on stereotypes and average up to 3.4 percentage points higher accuracy when the correct answer aligns with a social bias than when it conflicts, with this difference widening to over 5 points on examples targeting gender for most models tested.

Code Implementations2 repos
Foundations

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

Your Notes