paper-with-me

홈 › Papers

Mitigating Bias in RAG: Controlling the Embedder

2025-02-24 · Taeyoun Kim, Jacob Springer, aditi raghunathan, Maarten Sap

In retrieval augmented generation (RAG) systems, each individual component -- the LLM, embedder, and corpus -- could introduce biases in the form of skews towards outputting certain perspectives or identities. In this work, we study the conflict between biases of each component and their relationship to the overall bias of the RAG system, which we call bias conflict. Examining both gender and political biases as case studies, we show that bias conflict can be characterized through a linear relationship among components despite its complexity in 6 different LLMs. Through comprehensive fine-tuning experiments creating 120 differently biased embedders, we demonstrate how to control bias while maintaining utility and reveal the importance of reverse-biasing the embedder to mitigate bias in the overall system. Additionally, we find that LLMs and tasks exhibit varying sensitivities to the embedder bias, a crucial factor to consider for debiasing. Our results underscore that a fair RAG system can be better achieved by carefully controlling the bias of the embedder rather than increasing its fairness.

📄 PDF Abstract BibTeX arXiv:2502.17390

Code (1)

danielkty/debiasing-rag 공식 구현 pytorch

Tasks

FairnessRAGRetrieval-augmented Generation

Methods 이 논문이 사용한 방법론

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 &…
Attention 설명 없음
Weight Decay 설명 없음
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…
WordPiece 설명 없음
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…

Similar Papers 제목 키워드 기반

OBSR: Open Benchmark for Spatial Representations

2025-10-07 · Julia Moska, Oleksii Furman, Kacper Kozaczko, Szymon Leszkiewicz 외 arxiv

GeoAI is evolving rapidly, fueled by diverse geospatial datasets like traffic patterns, environmental data, and crowdsourced OpenStreetMap (OSM) information. While sophisticated AI models are being developed, existing be…

Debiasing Sentence Embedders through Contrastive Word Pairs

2024-03-27 · Philip Kenneweg, Sarah Schröder, Alexander Schulz, Barbara Hammer

Over the last years, various sentence embedders have been an integral part in the success of current machine learning approaches to Natural Language Processing (NLP). Unfortunately, multiple sources have shown that the b…

SentenceSentence EmbeddingsWord Embeddings

FairDistillation: Mitigating Stereotyping in Language Models

2022-07-10 · Pieter Delobelle, Bettina Berendt

Large pre-trained language models are successfully being used in a variety of tasks, across many languages. With this ever-increasing usage, the risk of harmful side effects also rises, for example by reproducing and rei…

Knowledge Distillation

Mitigating Label Biases for In-context Learning

2023-05-28 · Yu Fei, Yifan Hou, Zeming Chen, Antoine Bosselut

Various design settings for in-context learning (ICL), such as the choice and order of the in-context examples, can bias a model toward a particular prediction without being reflective of an understanding of the task. Wh…

In-Context Learningtext-classificationText Classification

Plug and Play with Prompts: A Prompt Tuning Approach for Controlling Text Generation

2024-04-08 · Rohan Deepak Ajwani, Zining Zhu, Jonathan Rose, Frank Rudzicz

Transformer-based Large Language Models (LLMs) have shown exceptional language generation capabilities in response to text-based prompts. However, controlling the direction of generation via textual prompts has been chal…

Language ModelingLanguage ModellingSentiment AnalysisSmall Language Model+1