English

Demystifying Prompts in Language Models via Perplexity Estimation

Computation and Language 2024-09-16 v2

Abstract

Language models can be prompted to perform a wide variety of zero- and few-shot learning problems. However, performance varies significantly with the choice of prompt, and we do not yet understand why this happens or how to pick the best prompts. In this work, we analyze the factors that contribute to this variance and establish a new empirical hypothesis: the performance of a prompt is coupled with the extent to which the model is familiar with the language it contains. Over a wide range of tasks, we show that the lower the perplexity of the prompt is, the better the prompt is able to perform the task. As a result, we devise a method for creating prompts: (1) automatically extend a small seed set of manually written prompts by paraphrasing using GPT3 and backtranslation and (2) choose the lowest perplexity prompts to get significant gains in performance.

Keywords

Cite

@article{arxiv.2212.04037,
  title  = {Demystifying Prompts in Language Models via Perplexity Estimation},
  author = {Hila Gonen and Srini Iyer and Terra Blevins and Noah A. Smith and Luke Zettlemoyer},
  journal= {arXiv preprint arXiv:2212.04037},
  year   = {2024}
}

Comments

Published in Findings of EMNLP 2023

R2 v1 2026-06-28T07:25:24.569Z