CLAISep 20, 2023

Are Large Language Models Really Robust to Word-Level Perturbations?

arXiv:2309.11166v235 citationsh-index: 35Has Code
Originality Incremental advance
AI Analysis

This addresses the need for better robustness evaluation in LLMs to ensure their reliability in real-world applications, though it is incremental as it builds on existing reward model techniques.

The paper tackles the problem of evaluating the robustness of Large Language Models (LLMs) to word-level perturbations by proposing TREvaL, a novel evaluation method using pre-trained reward models on longer conversations from open questions, and finds that LLMs are frequently vulnerable to such perturbations, with robustness decreasing after fine-tuning.

The swift advancement in the scales and capabilities of Large Language Models (LLMs) positions them as promising tools for a variety of downstream tasks. In addition to the pursuit of better performance and the avoidance of violent feedback on a certain prompt, to ensure the responsibility of the LLM, much attention is drawn to the robustness of LLMs. However, existing evaluation methods mostly rely on traditional question answering datasets with predefined supervised labels, which do not align with the superior generation capabilities of contemporary LLMs. To address this issue, we propose a novel rational evaluation approach that leverages pre-trained reward models as diagnostic tools to evaluate the longer conversation generated from more challenging open questions by LLMs, which we refer to as the Reward Model for Reasonable Robustness Evaluation (TREvaL). Longer conversations manifest the comprehensive grasp of language models in terms of their proficiency in understanding questions, a capability not entirely encompassed by individual words or letters, which may exhibit oversimplification and inherent biases. Our extensive empirical experiments demonstrate that TREvaL provides an innovative method for evaluating the robustness of an LLM. Furthermore, our results demonstrate that LLMs frequently exhibit vulnerability to word-level perturbations that are commonplace in daily language usage. Notably, we are surprised to discover that robustness tends to decrease as fine-tuning (SFT and RLHF) is conducted. The code of TREval is available in https://github.com/Harry-mic/TREvaL.

Foundations

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

Your Notes