paper-with-me

홈 › Papers

Do RAG Systems Suffer From Positional Bias?

2025-05-21 · Florin Cuconasu, Simone Filice, Guy Horowitz, Yoelle Maarek, Fabrizio Silvestri

Retrieval Augmented Generation enhances LLM accuracy by adding passages retrieved from an external corpus to the LLM prompt. This paper investigates how positional bias - the tendency of LLMs to weight information differently based on its position in the prompt - affects not only the LLM's capability to capitalize on relevant passages, but also its susceptibility to distracting passages. Through extensive experiments on three benchmarks, we show how state-of-the-art retrieval pipelines, while attempting to retrieve relevant passages, systematically bring highly distracting ones to the top ranks, with over 60% of queries containing at least one highly distracting passage among the top-10 retrieved passages. As a result, the impact of the LLM positional bias, which in controlled settings is often reported as very prominent by related works, is actually marginal in real scenarios since both relevant and distracting passages are, in turn, penalized. Indeed, our findings reveal that sophisticated strategies that attempt to rearrange the passages based on LLM positional preferences do not perform better than random shuffling.

📄 PDF Abstract BibTeX arXiv:2505.15561

Code (0)

등록된 구현이 없습니다.

Tasks

RAGRetrievalRetrieval-augmented Generation

Similar Papers 제목 키워드 기반

LoRE: Logit-Ranked Retriever Ensemble for Enhancing Open-Domain Question Answering

2024-10-13 · Saikrishna Sanniboina, Shiv Trivedi, Sreenidhi Vijayaraghavan

Retrieval-based question answering systems often suffer from positional bias, leading to suboptimal answer generation. We propose LoRE (Logit-Ranked Retriever Ensemble), a novel approach that improves answer accuracy and…

Answer GenerationLanguage ModelingLanguage ModellingLarge Language Model+4

NLPositionality: Characterizing Design Biases of Datasets and Models

2023-06-02 · Sebastin Santy, Jenny T. Liang, Ronan Le Bras, Katharina Reinecke 외

Design biases in NLP systems, such as performance differences for different populations, often stem from their creator's positionality, i.e., views and lived experiences shaped by identity and background. Despite the pre…

Hate Speech Detection

Hierarchical Poset Decoding for Compositional Generalization in Language

2020-10-15 · NeurIPS 2020 12 · Yinuo Guo, Zeqi Lin, Jian-Guang Lou, Dongmei Zhang

We formalize human language understanding as a structured prediction task where the output is a partially ordered set (poset). Current encoder-decoder architectures do not take the poset structure of semantics into accou…

DecoderQuestion AnsweringSemantic ParsingStructured Prediction

On Evaluating Multilingual Compositional Generalization with Translated Datasets

2023-06-20 · Zi Wang, Daniel Hershcovich

Compositional generalization allows efficient learning and human-like inductive biases. Since most research investigating compositional generalization in NLP is done on English, important questions remain underexplored. …

Machine TranslationSemantic ParsingTranslation

COMPOSER: Compositional Reasoning of Group Activity in Videos with Keypoint-Only Modality

2021-12-11 · Honglu Zhou, Asim Kadav, Aviv Shamsian, Shijie Geng 외

Group Activity Recognition detects the activity collectively performed by a group of actors, which requires compositional reasoning of actors and objects. We approach the task by modeling the video as tokens that represe…

Activity RecognitionGroup Activity RecognitionRelational Reasoning