paper-with-me

Papers

The Other Side of the Coin: Exploring Fairness in Retrieval-Augmented Generation

2025-04-11 · Zheng Zhang, Ning li, Qi Liu, Rui Li, Weibo Gao, Qingyang Mao, Zhenya Huang, Baosheng Yu, DaCheng Tao

Retrieval-Augmented Generation (RAG) enhances Large Language Models (LLMs) by retrieving relevant document from external knowledge sources. By referencing this external knowledge, RAG effectively reduces the generation of factually incorrect content and addresses hallucination issues within LLMs. Recently, there has been growing attention to improving the performance and efficiency of RAG systems from various perspectives. While these advancements have yielded significant results, the application of RAG in domains with considerable societal implications raises a critical question about fairness: What impact does the introduction of the RAG paradigm have on the fairness of LLMs? To address this question, we conduct extensive experiments by varying the LLMs, retrievers, and retrieval sources. Our experimental analysis reveals that the scale of the LLMs plays a significant role in influencing fairness outcomes within the RAG framework. When the model scale is smaller than 8B, the integration of retrieval mechanisms often exacerbates unfairness in small-scale LLMs (e.g., LLaMA3.2-1B, Mistral-7B, and LLaMA3-8B). To mitigate the fairness issues introduced by RAG for small-scale LLMs, we propose two approaches, FairFT and FairFilter. Specifically, in FairFT, we align the retriever with the LLM in terms of fairness, enabling it to retrieve documents that facilitate fairer model outputs. In FairFilter, we propose a fairness filtering mechanism to filter out biased content after retrieval. Finally, we validate our proposed approaches on real-world datasets, demonstrating their effectiveness in improving fairness while maintaining performance.

📄 PDF Abstract BibTeX arXiv:2504.12323

Code (1)

liano3/RAG-fairness 공식 구현 pytorch

Tasks

FairnessHallucinationRAGRetrievalRetrieval-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 설명 없음
Adam 설명 없음
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
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…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Weight Decay 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

$α$-Fairness User Pairing for Downlink NOMA Systems with Imperfect Successive Interference Cancellation

2022-01-23 · Nemalidinne Siva Mouni, Pavan Reddy M., Abhinav Kumar, Prabhat K. Upadhyay

Non-orthogonal multiple access (NOMA) is considered as one of the predominant multiple access technique for the next-generation cellular networks. We consider a 2-user pair downlink NOMA system with imperfect successive …

Fairness

Towards Individual and Multistakeholder Fairness in Tourism Recommender Systems

2023-09-05 · Ashmi Banerjee, Paromita Banik, Wolfgang Wörndl

This position paper summarizes our published review on individual and multistakeholder fairness in Tourism Recommender Systems (TRS). Recently, there has been growing attention to fairness considerations in recommender s…

FairnessRecommendation Systems

Does RAG Introduce Unfairness in LLMs? Evaluating Fairness in Retrieval-Augmented Generation Systems

2024-09-29 · Xuyang Wu, Shuowei Li, Hsin-Tai Wu, Zhiqiang Tao 외

Retrieval-Augmented Generation (RAG) has recently gained significant attention for its enhanced ability to integrate external knowledge sources into open-domain question answering (QA) tasks. However, it remains unclear …

FairnessOpen-Domain Question AnsweringQuestion AnsweringRAG+2

COIN: Co-Cluster Infomax for Bipartite Graphs

2022-05-31 · Baoyu Jing, Yuchen Yan, Yada Zhu, Hanghang Tong

Bipartite graphs are powerful data structures to model interactions between two types of nodes, which have been used in a variety of applications, such as recommender systems, information retrieval, and drug discovery. A…

Drug DiscoveryInformation RetrievalRecommendation SystemsRetrieval+1

Language Fairness in Multilingual Information Retrieval

2024-05-02 · Eugene Yang, Thomas Jänich, James Mayfield, Dawn Lawrie

Multilingual information retrieval (MLIR) considers the problem of ranking documents in several languages for a query expressed in a language that may differ from any of those languages. Recent work has observed that app…

FairnessInformation RetrievalRetrieval