CLAIJul 12, 2024

Robustness of Large Language Models to Perturbations in Text

arXiv:2407.08989v29 citationsh-index: 6
AI Analysis

This addresses the problem of handling real-world noise in text for NLP applications, showing LLMs outperform previous models like BERT, though it is incremental in testing existing models on new noise scenarios.

The study investigated the robustness of large language models (LLMs) to noisy text perturbations, finding that generative LLMs are surprisingly resilient, achieving state-of-the-art results on Grammar Error Correction and Lexical Semantic Change benchmarks with minimal prompting.

Having a clean dataset has been the foundational assumption of most natural language processing (NLP) systems. However, properly written text is rarely found in real-world scenarios and hence, oftentimes invalidates the aforementioned foundational assumption. Recently, Large language models (LLMs) have shown impressive performance, but can they handle the inevitable noise in real-world data? This work tackles this critical question by investigating LLMs' resilience against morphological variations in text. To that end, we artificially introduce varying levels of noise into a diverse set of datasets and systematically evaluate LLMs' robustness against the corrupt variations of the original text. Our findings show that contrary to popular beliefs, generative LLMs are quiet robust to noisy perturbations in text. This is a departure from pre-trained models like BERT or RoBERTa whose performance has been shown to be sensitive to deteriorating noisy text. Additionally, we test LLMs' resilience on multiple real-world benchmarks that closely mimic commonly found errors in the wild. With minimal prompting, LLMs achieve a new state-of-the-art on the benchmark tasks of Grammar Error Correction (GEC) and Lexical Semantic Change (LSC). To empower future research, we also release a dataset annotated by humans stating their preference for LLM vs. human-corrected outputs along with the code to reproduce our results.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes