Say Less, Mean More: Leveraging Pragmatics in Retrieval-Augmented Generation
Haris Riaz, Ellen Riloff, Mihai Surdeanu
TL;DR
The paper addresses information overload in retrieval augmented generation by injecting pragmatics into the retrieval process. It introduces an unsupervised, pre retrieval method that identifies and highlights the most relevant sentences within retrieved documents, guided by Gricean maxims and using Step-Back prompting to drive iterative evidence collection. The approach is plug and play withDense Passage Retrieval and is evaluated across ARC-Challenge, PubHealth, and PopQA with five LLMs, showing notable gains up to nearly 20% in certain settings, while also outlining limitations and trade offs. The work potentially elevates RAG utility in open domain QA by focusing attention on high value evidence without discarding the full retrieved context, enabling more reliable and explainable downstream reasoning.
Abstract
We propose a simple, unsupervised method that injects pragmatic principles in retrieval-augmented generation (RAG) frameworks such as Dense Passage Retrieval to enhance the utility of retrieved contexts. Our approach first identifies which sentences in a pool of documents retrieved by RAG are most relevant to the question at hand, cover all the topics addressed in the input question and no more, and then highlights these sentences within their context, before they are provided to the LLM, without truncating or altering the context in any other way. We show that this simple idea brings consistent improvements in experiments on three question answering tasks (ARC-Challenge, PubHealth and PopQA) using five different LLMs. It notably enhances relative accuracy by up to 19.7% on PubHealth and 10% on ARC-Challenge compared to a conventional RAG system.
