paper-with-me

Papers

Evaluating the Effect of Retrieval Augmentation on Social Biases

2025-02-24 · Tianhui Zhang, Yi Zhou, Danushka Bollegala

Retrieval Augmented Generation (RAG) has gained popularity as a method for conveniently incorporating novel facts that were not seen during the pre-training stage in Large Language Model (LLM)-based Natural Language Generation (NLG) systems. However, LLMs are known to encode significant levels of unfair social biases. The modulation of these biases by RAG in NLG systems is not well understood. In this paper, we systematically study the relationship between the different components of a RAG system and the social biases presented in the text generated across three languages (i.e. English, Japanese and Chinese) and four social bias types (i.e. gender, race, age and religion). Specifically, using the Bias Question Answering (BBQ) benchmark datasets, we evaluate the social biases in RAG responses from document collections with varying levels of stereotypical biases, employing multiple LLMs used as generators. We find that the biases in document collections are often amplified in the generated responses, even when the generating LLM exhibits a low-level of bias. Our findings raise concerns about the use of RAG as a technique for injecting novel facts into NLG systems and call for careful evaluation of potential social biases in RAG applications before their real-world deployment.

📄 PDF Abstract BibTeX arXiv:2502.17611

Code (0)

등록된 구현이 없습니다.

Tasks

Large Language ModelQuestion AnsweringRAGRetrievalRetrieval-augmented GenerationText Generation

Methods 이 논문이 사용한 방법론

Weight Decay 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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…
Residual Connection 설명 없음
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…

Similar Papers 제목 키워드 기반

Sense Embeddings are also Biased--Evaluating Social Biases in Static and Contextualised Sense Embeddings

2022-03-14 · Yi Zhou, Masahiro Kaneko, Danushka Bollegala

Sense embedding learning methods learn different embeddings for the different senses of an ambiguous word. One sense of an ambiguous word might be socially biased while its other senses remain unbiased. In comparison to …

Word Embeddings

Sense Embeddings are also Biased – Evaluating Social Biases in Static and Contextualised Sense Embeddings

2022-05-01 · ACL 2022 5 · Yi Zhou, Masahiro Kaneko, Danushka Bollegala

Sense embedding learning methods learn different embeddings for the different senses of an ambiguous word. One sense of an ambiguous word might be socially biased while its other senses remain unbiased. In comparison to …

Word Embeddings

Sense Embeddings are also Biased -- Evaluating Social Biases in Static and Contextualised Sense Embeddings

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Sense embedding learning methods learn different embeddings for the different senses of an ambiguous word. One sense of an ambiguous word might be socially biased while its other senses remain unbiased. In comparison to …

Word Embeddings

Identifying Implicit Social Biases in Vision-Language Models

2024-11-01 · Kimia Hamidieh, Haoran Zhang, Walter Gerych, Thomas Hartvigsen 외

Vision-language models, like CLIP (Contrastive Language Image Pretraining), are becoming increasingly popular for a wide range of multimodal retrieval tasks. However, prior work has shown that large language and deep vis…

Fairness

A word association network methodology for evaluating implicit biases in LLMs compared to humans

2025-10-28 · Katherine Abramski, Giulio Rossetti, Massimo Stella arxiv

As Large language models (LLMs) become increasingly integrated into our lives, their inherent social biases remain a pressing concern. Detecting and evaluating these biases can be challenging because they are often impli…