paper-with-me

Papers

The Prompt Report: A Systematic Survey of Prompting Techniques

2024-06-06 · Sander Schulhoff, Michael Ilie, Nishant Balepur, Konstantine Kahadze, Amanda Liu, Chenglei Si, Yinheng Li, Aayush Gupta, Hyojung Han, Sevien Schulhoff, Pranav Sandeep Dulepet, Saurav Vidyadhara, Dayeon Ki, Sweta Agrawal, Chau Pham, Gerson Kroiz, Feileen Li, Hudson Tao, Ashay Srivastava, Hevander Da Costa, Saloni Gupta, Megan L. Rogers, Inna Goncearenco, Giuseppe Sarli, Igor Galynker, Denis Peskoff, Marine Carpuat, Jules White, Shyamal Anadkat, Alexander Hoyle, Philip Resnik

Generative Artificial Intelligence (GenAI) systems are increasingly being deployed across diverse industries and research domains. Developers and end-users interact with these systems through the use of prompting and prompt engineering. Although prompt engineering is a widely adopted and extensively researched area, it suffers from conflicting terminology and a fragmented ontological understanding of what constitutes an effective prompt due to its relatively recent emergence. We establish a structured understanding of prompt engineering by assembling a taxonomy of prompting techniques and analyzing their applications. We present a detailed vocabulary of 33 vocabulary terms, a taxonomy of 58 LLM prompting techniques, and 40 techniques for other modalities. Additionally, we provide best practices and guidelines for prompt engineering, including advice for prompting state-of-the-art (SOTA) LLMs such as ChatGPT. We further present a meta-analysis of the entire literature on natural language prefix-prompting. As a culmination of these efforts, this paper presents the most comprehensive survey on prompt engineering to date.

📄 PDF Abstract BibTeX arXiv:2406.06608

Code (3)

trigaten/Prompt_Systematic_Review 공식 구현
trigaten/learn_prompting 공식 구현
trigaten/the_prompt_report 공식 구현

Tasks

Prompt EngineeringSurvey

Similar Papers 제목 키워드 기반

Towards Better Chain-of-Thought Prompting Strategies: A Survey

2023-10-08 · Zihan Yu, Liang He, Zhen Wu, Xinyu Dai 외

Chain-of-Thought (CoT), a step-wise and coherent reasoning chain, shows its impressive strength when used as a prompting strategy for large language models (LLM). Recent years, the prominent effect of CoT prompting has a…

Survey

A Systematic Survey of Prompt Engineering in Large Language Models: Techniques and Applications

2024-02-05 · Pranab Sahoo, Ayush Kumar Singh, Sriparna Saha, Vinija Jain 외

Prompt engineering has emerged as an indispensable technique for extending the capabilities of large language models (LLMs) and vision-language models (VLMs). This approach leverages task-specific instructions, known as …

Prompt EngineeringQuestion Answering

An Empirical Categorization of Prompting Techniques for Large Language Models: A Practitioner's Guide

2024-02-18 · Oluwole Fagbohun, Rachel M. Harrison, Anton Dereventsov

Due to rapid advancements in the development of Large Language Models (LLMs), programming these models with prompts has recently gained significant attention. However, the sheer number of available prompt engineering tec…

Prompt Engineering

A Survey on Prompting Techniques in LLMs

2023-11-28 · Prabin Bhandari

Autoregressive Large Language Models have transformed the landscape of Natural Language Processing. Pre-train and prompt paradigm has replaced the conventional approach of pre-training and fine-tuning for many downstream…

Survey

Deep Research: A Systematic Survey

2025-11-24 · Zhengliang Shi, Yiqun Chen, Haitao Li, Weiwei Sun 외 arxiv

Large language models (LLMs) have rapidly evolved from text generators into powerful problem solvers. Yet, many open tasks demand critical thinking, multi-source, and verifiable outputs, which are beyond single-shot prom…

Reinforcement LearningAnswer Generation