CLMay 26, 2023

D-CALM: A Dynamic Clustering-based Active Learning Approach for Mitigating Bias

arXiv:2305.17013v1224 citations
Originality Incremental advance
AI Analysis

This addresses bias mitigation in NLP models for real-world applications, offering an incremental improvement over existing active learning methods.

The paper tackles bias in NLP models by proposing D-CALM, a dynamic clustering-based active learning algorithm that adjusts clustering and annotation based on classifier error-rate, and it significantly outperforms baseline active learning approaches on eight datasets, reducing unwanted model bias.

Despite recent advancements, NLP models continue to be vulnerable to bias. This bias often originates from the uneven distribution of real-world data and can propagate through the annotation process. Escalated integration of these models in our lives calls for methods to mitigate bias without overbearing annotation costs. While active learning (AL) has shown promise in training models with a small amount of annotated data, AL's reliance on the model's behavior for selective sampling can lead to an accumulation of unwanted bias rather than bias mitigation. However, infusing clustering with AL can overcome the bias issue of both AL and traditional annotation methods while exploiting AL's annotation efficiency. In this paper, we propose a novel adaptive clustering-based active learning algorithm, D-CALM, that dynamically adjusts clustering and annotation efforts in response to an estimated classifier error-rate. Experiments on eight datasets for a diverse set of text classification tasks, including emotion, hatespeech, dialog act, and book type detection, demonstrate that our proposed algorithm significantly outperforms baseline AL approaches with both pretrained transformers and traditional Support Vector Machines. D-CALM showcases robustness against different measures of information gain and, as evident from our analysis of label and error distribution, can significantly reduce unwanted model bias.

Foundations

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

Your Notes