CLFeb 17, 2024

Disclosure and Mitigation of Gender Bias in LLMs

arXiv:2402.11190v159 citationsh-index: 53
Originality Incremental advance
AI Analysis

This addresses bias in AI systems, which is a critical issue for fairness and ethics in machine learning applications, though it is incremental as it builds on existing probing techniques.

The paper tackled the problem of gender bias in Large Language Models (LLMs) by proposing an indirect probing framework to disclose bias without explicit gender mentions, finding that all tested LLMs exhibited explicit and implicit bias, with increased model size or alignment amplifying it in most cases, and demonstrated effective mitigation methods like Hyperparameter Tuning, Instruction Guiding, and Debias Tuning.

Large Language Models (LLMs) can generate biased responses. Yet previous direct probing techniques contain either gender mentions or predefined gender stereotypes, which are challenging to comprehensively collect. Hence, we propose an indirect probing framework based on conditional generation. This approach aims to induce LLMs to disclose their gender bias even without explicit gender or stereotype mentions. We explore three distinct strategies to disclose explicit and implicit gender bias in LLMs. Our experiments demonstrate that all tested LLMs exhibit explicit and/or implicit gender bias, even when gender stereotypes are not present in the inputs. In addition, an increased model size or model alignment amplifies bias in most cases. Furthermore, we investigate three methods to mitigate bias in LLMs via Hyperparameter Tuning, Instruction Guiding, and Debias Tuning. Remarkably, these methods prove effective even in the absence of explicit genders or stereotypes.

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