CLCYFeb 27, 2025

Unsupervised Concept Vector Extraction for Bias Control in LLMs

arXiv:2502.19721v34 citationsh-index: 5Has CodeEMNLP
Originality Incremental advance
AI Analysis

This work addresses bias mitigation in LLMs, which is a critical issue for fairness in AI applications, but it is incremental as it builds on existing representation engineering techniques.

The paper tackles the problem of bias in large language models by developing an unsupervised method to extract concept representations, specifically for gender, and demonstrates its effectiveness in mitigating gender bias with a projection-based steering technique that also generalizes to racial bias.

Large language models (LLMs) are known to perpetuate stereotypes and exhibit biases. Various strategies have been proposed to mitigate these biases, but most work studies biases as a black-box problem without considering how concepts are represented within the model. We adapt techniques from representation engineering to study how the concept of "gender" is represented within LLMs. We introduce a new method that extracts concept representations via probability weighting without labeled data and efficiently selects a steering vector for measuring and manipulating the model's representation. We develop a projection-based method that enables precise steering of model predictions and demonstrate its effectiveness in mitigating gender bias in LLMs and show that it also generalizes to racial bias. Our code is available at: https://github.com/hannahxchen/gender-bias-steering

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