paper-with-me

Papers

Probability of Differentiation Reveals Brittleness of Homogeneity Bias in GPT-4

2024-07-10 · Messi H. J. Lee, Calvin K. Lai

Homogeneity bias in Large Language Models (LLMs) refers to their tendency to homogenize the representations of some groups compared to others. Previous studies documenting this bias have predominantly used encoder models, which may have inadvertently introduced biases. To address this limitation, we prompted GPT-4 to generate single word/expression completions associated with 18 situation cues-specific, measurable elements of environments that influence how individuals perceive situations and compared the variability of these completions using probability of differentiation. This approach directly assessed homogeneity bias from the model's outputs, bypassing encoder models. Across five studies, we find that homogeneity bias is highly volatile across situation cues and writing prompts, suggesting that the bias observed in past work may reflect those within encoder models rather than LLMs. Furthermore, we find that homogeneity bias in LLMs is brittle, as even minor and arbitrary changes in prompts can significantly alter the expression of biases. Future work should further explore how variations in syntactic features and topic choices in longer text generations influence homogeneity bias in LLMs.

📄 PDF Abstract BibTeX arXiv:2407.07329

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Attention 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

Homogeneity Bias as Differential Sampling Uncertainty in Language Models

2025-01-31 · Messi H. J. Lee, Soyeon Jeon

Prior research show that Large Language Models (LLMs) and Vision-Language Models (VLMs) represent marginalized groups more homogeneously than dominant groups. However, the mechanisms underlying this homogeneity bias rema…

Examining the Robustness of Homogeneity Bias to Hyperparameter Adjustments in GPT-4

2025-01-04 · Messi H. J. Lee

Vision-Language Models trained on massive collections of human-generated data often reproduce and amplify societal stereotypes. One critical form of stereotyping reproduced by these models is homogeneity bias-the tendenc…

Keeping Up with the Language Models: Systematic Benchmark Extension for Bias Auditing

2023-05-22 · Ioana Baldini, Chhavi Yadav, Manish Nagireddy, Payel Das 외

Bias auditing of language models (LMs) has received considerable attention as LMs are becoming widespread. As such, several benchmarks for bias auditing have been proposed. At the same time, the rapid evolution of LMs ca…

UniBias: Unveiling and Mitigating LLM Bias through Internal Attention and FFN Manipulation

2024-05-31 · Hanzhang Zhou, Zijian Feng, Zixiao Zhu, Junlang Qian 외

Large language models (LLMs) have demonstrated impressive capabilities in various tasks using the in-context learning (ICL) paradigm. However, their effectiveness is often compromised by inherent bias, leading to prompt …

In-Context Learning

Zero-shot Bias Correction: Efficient MR Image Inhomogeneity Reduction Without Any Data

2025-01-21 · Hongxu Yang, Edina Timko, Brice Fernandez

In recent years, deep neural networks for image inhomogeneity reduction have shown promising results. However, current methods with (un)supervised solutions require preparing a training dataset, which is expensive and la…