paper-with-me

홈 › Papers

Large Language Models are Null-Shot Learners

2024-01-16 · Pittawat Taveekitworachai, Febri Abdullah, Ruck Thawonmas

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.

📄 PDF Abstract BibTeX arXiv:2401.08273

Code (0)

등록된 구현이 없습니다.

Tasks

Arithmetic ReasoningBenchmarkingHallucinationQuestion AnsweringReading Comprehension

Similar Papers 제목 키워드 기반

LMTurk: Few-Shot Learners as Crowdsourcing Workers in a Language-Model-as-a-Service Framework

2021-12-14 · Findings (NAACL) 2022 7 · Mengjie Zhao, Fei Mi, Yasheng Wang, Minglei Li 외

Vast efforts have been devoted to creating high-performance few-shot learners, i.e., large-scale pretrained language models (PLMs) that perform well with little downstream task training data. Training PLMs has incurred s…

Active LearningLanguage ModelingLanguage Modelling

LMTurk: Few-Shot Learners as Crowdsourcing Workers

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Vast efforts have been devoted to creating high-performance few-shot learners, i.e., large-scale pretrained language models (PLMs) that perform well with little downstream task training data. Training PLMs has incurred …

Are BERT Families Zero-Shot Learners? A Study on Their Potential and Limitations

2021-09-29 · Yue Wang, Lijun Wu, Xiaobo Liang, Juntao Li 외

Starting from the resurgence of deep learning, language models (LMs) have never been so popular. Through simply increasing model scale and data size, large LMs pre-trained with self-supervision objectives demonstrate awe…

Defending Pre-trained Language Models as Few-shot Learners against Backdoor Attacks

2023-09-21 · NeurIPS 2023 11

Pre-trained language models (PLMs) have demonstrated remarkable performance as few-shot learners. However, their security risks under such settings are largely unexplored. In this work, we conduct a pilot study showing t…

Differentiable Prompt Makes Pre-trained Language Models Better Few-shot Learners

2021-08-30 · ICLR 2022 4 · Ningyu Zhang, Luoqiu Li, Xiang Chen, Shumin Deng 외

Large-scale pre-trained language models have contributed significantly to natural language processing by demonstrating remarkable abilities as few-shot learners. However, their effectiveness depends mainly on scaling the…

Language ModelingLanguage ModellingPrompt Engineering