ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
15
Citations
2
Influential Citations
Annual Meeting of the Association for Computational Linguistics
Venue
2024
Year
Retrieval-Augmented Generation (RAG) has emerged as a crucial method for addressing hallucinations in large language models (LLMs). While recent research has extended RAG models to complex noisy scenarios, these explorations often confine themselves to limited noise types and presuppose that noise is inherently detrimental to LLMs, potentially deviating from real-world retrieval environments and restricting practical applicability. In this paper, we define seven distinct noise types from a linguistic perspective and establish a Noise RAG Benchmark (NoiserBench), a comprehensive evaluation framework encompassing multiple datasets and reasoning tasks. Through empirical evaluation of eight representative LLMs with diverse architectures and scales, we reveal that these noises can be further categorized into two practical groups: noise that is beneficial to LLMs (aka beneficial noise) and noise that is harmful to LLMs (aka harmful noise). While harmful noise generally impairs performance, beneficial noise may enhance several aspects of model capabilities and overall performance. Our analysis offers insights for developing more robust, adaptable RAG solutions and mitigating hallucinations across diverse retrieval scenarios. Code is available at https://github.com/jinyangwu/NoiserBench.
Retrieval-Augmented Generation (RAG) has become a cornerstone technique for grounding large language models (LLMs) in external knowledge, thereby reducing hallucinations. However, real-world retrieval environments are inherently noisy, and prior research has often treated noise as uniformly detrimental. This paper by Wu et al. challenges that assumption by systematically categorizing noise into seven linguistic types and empirically showing that some noise can actually benefit LLM performance. This is a significant shift in perspective: instead of trying to eliminate all noise, practitioners may learn to harness beneficial noise while mitigating harmful noise.
The creation of NoiserBench, a comprehensive benchmark spanning multiple datasets and reasoning tasks, provides a standardized evaluation framework that the community can adopt. By evaluating eight diverse LLMs, the authors demonstrate that the effect of noise is not monolithic, opening the door to more nuanced RAG system designs that are robust to real-world retrieval imperfections.
The paper reports that harmful noise generally impairs performance, but beneficial noise can enhance several aspects of model capabilities and overall performance. Concrete metrics are not provided in the abstract, but the empirical evaluation across eight LLMs and multiple datasets supports the categorization. The code and benchmark are publicly available, enabling reproducibility and further research.
This work has broad implications for the design of RAG systems in production environments where retrieval noise is inevitable. By distinguishing beneficial from harmful noise, developers can build more adaptive retrieval pipelines that filter out harmful noise while retaining or even amplifying beneficial noise. The NoiserBench benchmark also provides a standardized testbed for future research on noise-robust RAG. Ultimately, this paper contributes to the ongoing effort to make LLMs more reliable and less prone to hallucinations in real-world applications.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba