Prompt engineering is a relatively new discipline for developing and optimizing prompts to efficiently use language models (LMs) for a wide variety of applications and research topics.
 
 
 
 
Go to file
Elvis Saravia 322a5a8ddf added application example PAL 2023-02-27 13:45:59 -06:00
.github Create FUNDING.yml 2023-02-01 18:22:13 -06:00
guides added application example PAL 2023-02-27 13:45:59 -06:00
img added active prompt 2023-02-24 23:27:26 -06:00
lecture add lecture slides 2023-02-19 07:51:04 -06:00
notebooks added application example PAL 2023-02-27 13:45:59 -06:00
.gitignore more notes 2023-02-18 21:30:14 -06:00
CITATION.cff Update CITATION.cff 2023-01-28 15:34:03 -06:00
LICENSE.md Create LICENSE.md 2022-12-17 14:12:10 -06:00
README.md added application example PAL 2023-02-27 13:45:59 -06:00

README.md

Prompt Engineering Guide

Prompt engineering is a relatively new discipline for developing and optimizing prompts to efficiently use language models (LMs) for a wide variety of applications and research topics. Prompt engineering skills help to better understand the capabilities and limitations of large language models (LLMs). Researchers use prompt engineering to improve the capacity of LLMs on a wide range of common and complex tasks such as question answering and arithmetic reasoning. Developers use prompt engineering to design robust and effective prompting techniques that interface with LLMs and other tools.

Motivated by the high interest in developing with LLMs, we have created this new prompt engineering guide that contains all the latest papers, learning guides, lectures, references, and tools related to prompt engineering.

Happy Prompting!

Table of Contents

Guides

The following are a set of guides on prompt engineering developed by us. Guides are work in progress.

Tools & Libraries

(Sorted by Name)

Blog, Guides, Tutorials and Other Readings

(Sorted by Name)


If you are using the guide for your work, please cite us as follows:

@article{Saravia_Prompt_Engineering_Guide_2022,
author = {Saravia, Elvis},
journal = {https://github.com/dair-ai/Prompt-Engineering-Guide},
month = {12},
title = {{Prompt Engineering Guide}},
year = {2022}
}

Feel free to open a PR if you think something is missing here. Always welcome feedback and suggestions. Just open an issue!