From Ambiguity to Accuracy: The Transformative Effect of Coreference Resolution on Retrieval-Augmented Generation systems

arXiv cs.CL / 4/29/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • The paper studies how entity coreference (references like pronouns and repeated entities) in retrieved documents can introduce ambiguity that weakens retrieval-augmented generation (RAG) systems’ in-context learning.
  • It shows that applying coreference resolution can improve both retrieval effectiveness (more relevant document selection) and downstream question-answering (QA) performance.
  • Through experiments comparing pooling strategies in retrieval, the authors find that mean pooling captures contextual information best after coreference resolution.
  • The results also indicate that smaller models gain more from disambiguation, likely because they have less built-in capacity to manage referential ambiguity.
  • Overall, the study provides guidance for improving both retrieval and generation components in knowledge-intensive AI applications by addressing coreferential complexity.

Abstract

Retrieval-Augmented Generation (RAG) has emerged as a crucial framework in natural language processing (NLP), improving factual consistency and reducing hallucinations by integrating external document retrieval with large language models (LLMs). However, the effectiveness of RAG is often hindered by coreferential complexity in retrieved documents, introducing ambiguity that disrupts in-context learning. In this study, we systematically investigate how entity coreference affects both document retrieval and generative performance in RAG-based systems, focusing on retrieval relevance, contextual understanding, and overall response quality. We demonstrate that coreference resolution enhances retrieval effectiveness and improves question-answering (QA) performance. Through comparative analysis of different pooling strategies in retrieval tasks, we find that mean pooling demonstrates superior context capturing ability after applying coreference resolution. In QA tasks, we discover that smaller models benefit more from the disambiguation process, likely due to their limited inherent capacity for handling referential ambiguity. With these findings, this study aims to provide a deeper understanding of the challenges posed by coreferential complexity in RAG, providing guidance for improving retrieval and generation in knowledge-intensive AI applications.

From Ambiguity to Accuracy: The Transformative Effect of Coreference Resolution on Retrieval-Augmented Generation systems | AI Navigate