paper-with-me

Papers

Measuring Implicit Bias in Explicitly Unbiased Large Language Models

2024-02-06 · Xuechunzi Bai, Angelina Wang, Ilia Sucholutsky, Thomas L. Griffiths

Large language models (LLMs) can pass explicit social bias tests but still harbor implicit biases, similar to humans who endorse egalitarian beliefs yet exhibit subtle biases. Measuring such implicit biases can be a challenge: as LLMs become increasingly proprietary, it may not be possible to access their embeddings and apply existing bias measures; furthermore, implicit biases are primarily a concern if they affect the actual decisions that these systems make. We address both challenges by introducing two new measures of bias: LLM Implicit Bias, a prompt-based method for revealing implicit bias; and LLM Decision Bias, a strategy to detect subtle discrimination in decision-making tasks. Both measures are based on psychological research: LLM Implicit Bias adapts the Implicit Association Test, widely used to study the automatic associations between concepts held in human minds; and LLM Decision Bias operationalizes psychological results indicating that relative evaluations between two candidates, not absolute evaluations assessing each independently, are more diagnostic of implicit biases. Using these measures, we found pervasive stereotype biases mirroring those in society in 8 value-aligned models across 4 social categories (race, gender, religion, health) in 21 stereotypes (such as race and criminality, race and weapons, gender and science, age and negativity). Our prompt-based LLM Implicit Bias measure correlates with existing language model embedding-based bias methods, but better predicts downstream behaviors measured by LLM Decision Bias. These new prompt-based measures draw from psychology's long history of research into measuring stereotype biases based on purely observable behavior; they expose nuanced biases in proprietary value-aligned LLMs that appear unbiased according to standard benchmarks.

📄 PDF Abstract BibTeX arXiv:2402.04105

Code (2)

baixuechunzi/llm-implicit-bias 공식 구현
ucabcg3/msc_bias_llm_project

Tasks

Decision MakingDiagnosticLanguage Modelling

Similar Papers 제목 키워드 기반

Unbiased Implicit Feedback via Bi-level Optimization

2022-05-31 · Can Chen, Chen Ma, Xi Chen, Sirui Song 외

Implicit feedback is widely leveraged in recommender systems since it is easy to collect and provides weak supervision signals. Recent works reveal a huge gap between the implicit feedback and user-item relevance due to …

Recommendation Systems

Unbiased Learning to Rank: Counterfactual and Online Approaches

2019-07-16 · Harrie Oosterhuis, Rolf Jagerman, Maarten de Rijke

This tutorial covers and contrasts the two main methodologies in unbiased Learning to Rank (LTR): Counterfactual LTR and Online LTR. There has long been an interest in LTR from user interactions, however, this form of im…

counterfactualLearning-To-Rank

Unbiased Directed Object Attention Graph for Object Navigation

2022-04-09 · Ronghao Dang, Zhuofan Shi, Liuyi Wang, Zongtao He 외

Object navigation tasks require agents to locate specific objects in unknown environments based on visual information. Previously, graph convolutions were used to implicitly explore the relationships between objects. How…

Object

Unbiased Pairwise Learning from Implicit Feedback for Recommender Systems without Biased Variance Control

2023-04-11 · Yi Ren, Hongyan Tang, Jiangpeng Rong, Siwen Zhu

Generally speaking, the model training for recommender systems can be based on two types of data, namely explicit feedback and implicit feedback. Moreover, because of its general availability, we see wide adoption of imp…

Recommendation Systems

Bilateral Self-unbiased Learning from Biased Implicit Feedback

2022-07-26 · Jae-woong Lee, Seongmin Park, Joonseok Lee, Jongwuk Lee

Implicit feedback has been widely used to build commercial recommender systems. Because observed feedback represents users' click logs, there is a semantic gap between true relevance and observed feedback. More important…

Recommendation Systems