English

Large Language Models are Null-Shot Learners

Computation and Language 2024-11-19 v3 Artificial Intelligence Machine Learning

Abstract

This paper presents null-shot prompting. Null-shot prompting exploits hallucination in large language models (LLMs) by instructing LLMs to utilize information from the "Examples" section that never exists within the provided context to perform a task. While reducing hallucination is crucial and non-negligible for daily and critical uses of LLMs, we propose that in the current landscape in which these LLMs still hallucinate, it is possible, in fact, to exploit hallucination to increase performance in performing tasks compared to standard zero-shot prompting. Experiments with eight LLMs show improvements in performance across the majority of eight datasets, including reading comprehension, arithmetic reasoning, and closed-book question answering. The observed inconsistency in increased relative performance across the LLMs also potentially indicates a different degree of inherent hallucination in each model. These differences show that it is possible to utilize null-shot prompting as a way to detect degrees of hallucination in LLMs using existing benchmarking datasets. We also perform ablation studies, including experimenting with a modified version of null-shot prompting that incorporates ideas from zero-shot chain-of-thought prompting, which shows different trends of results.

Keywords

Cite

@article{arxiv.2401.08273,
  title  = {Large Language Models are Null-Shot Learners},
  author = {Pittawat Taveekitworachai and Febri Abdullah and Ruck Thawonmas},
  journal= {arXiv preprint arXiv:2401.08273},
  year   = {2024}
}

Comments

28 pages; v2: added Gemini Pro results, error analysis, and a discussion on confabulation; v3: see its extended version, an EMNLP 2024 paper, at https://aclanthology.org/2024.emnlp-main.740/

R2 v1 2026-06-28T14:17:54.452Z