Large Language Models Can Be Easily Distracted by Irrelevant Context

Abstract

Large language models have achieved impressive performance on various natural language processing tasks. However, so far they have been evaluated primarily on benchmarks where all information in the input context is relevant for solving the task. In this work, we investigate the distractibility of large language models, i.e., how the model prediction can be distracted by irrelevant context. In particular, we introduce Grade-School Math with Irrelevant Context (GSM-IC), an arithmetic reasoning dataset with irrelevant information in the problem description. We use this benchmark to measure the distractibility of different prompting techniques for large language models, and find that the model is easily distracted by irrelevant information. We also identify several approaches for mitigating this deficiency, such as decoding with self-consistency and adding to the prompt an instruction that tells the language model to ignore the irrelevant information.

Cite

Text

Shi et al. "Large Language Models Can Be Easily Distracted by Irrelevant Context." International Conference on Machine Learning, 2023.

Markdown

[Shi et al. "Large Language Models Can Be Easily Distracted by Irrelevant Context." International Conference on Machine Learning, 2023.](https://mlanthology.org/icml/2023/shi2023icml-large/)

BibTeX

@inproceedings{shi2023icml-large,
  title     = {{Large Language Models Can Be Easily Distracted by Irrelevant Context}},
  author    = {Shi, Freda and Chen, Xinyun and Misra, Kanishka and Scales, Nathan and Dohan, David and Chi, Ed H. and Schärli, Nathanael and Zhou, Denny},
  booktitle = {International Conference on Machine Learning},
  year      = {2023},
  pages     = {31210-31227},
  volume    = {202},
  url       = {https://mlanthology.org/icml/2023/shi2023icml-large/}
}