You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Prompt-Engineering-Guide/README.md

65 lines
3.3 KiB
Markdown

2 years ago
# Prompt Engineering Guide
2 years ago
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.
2 years ago
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.
2 years ago
Happy Prompting!
---
## Announcements / Updates
2 years ago
2 years ago
- 🎉 We have launched new web version of the guide [here](https://www.promptingguide.ai/)
2 years ago
- 🎓 Partnered with Sphere to deliver a new course on [Prompt Engineering for LLMs](https://www.getsphere.com/cohorts/prompt-engineering-for-llms?source=github)
2 years ago
- 💬 New ChatGPT prompt engineering guide coming soon!
2 years ago
- 🔥 We reached #1 on Hacker News on 21 Feb 2023
2 years ago
- 🎉 The Prompt Engineering Lecture went live [here](https://youtu.be/dOxUroR57xs)
- 🎓 We're creating a set of comprehensive guides [here](#guides)
2 years ago
[Join our Discord](https://discord.gg/SKgkVT8BGJ)
[Follow us on Twitter](https://twitter.com/dair_ai)
2 years ago
2 years ago
[Subscribe to our Newsletter](https://nlpnews.substack.com/)
2 years ago
---
## Lecture
2 years ago
We have published a 1 hour lecture that provides a comprehensive overview of prompting techniques, applications, and tools.
2 years ago
- [Video Lecture](https://youtu.be/dOxUroR57xs)
- [Notebook with code](https://github.com/dair-ai/Prompt-Engineering-Guide/blob/main/notebooks/pe-lecture.ipynb)
- [Slides](https://github.com/dair-ai/Prompt-Engineering-Guide/blob/main/lecture/Prompt-Engineering-Lecture-Elvis.pdf)
---
## Guides
2 years ago
The following are a set of guides on prompt engineering developed by us. Guides are work in progress.
2 years ago
- [Prompt Engineering - Introduction](/guides/prompts-intro.md)
- [Prompt Engineering - Basic Prompting](/guides/prompts-basic-usage.md)
- [Prompt Engineering - Advanced Prompting](/guides/prompts-advanced-usage.md)
- [Prompt Engineering - Applications](/guides/prompts-applications.md)
2 years ago
- [Prompt Engineering - ChatGPT](/guides/prompts-chatgpt.md)
2 years ago
- [Prompt Engineering - Adversarial Prompting](/guides/prompts-adversarial.md)
2 years ago
- [Prompt Engineering - Reliability](/guides/prompts-reliability.md)
2 years ago
- [Prompt Engineering - Miscellaneous Topics](/guides/prompts-miscellaneous.md)
2 years ago
- [Prompt Engineering - Papers](/pages/papers.mdx)
- [Prompt Engineering - Tools](/pages/tools.mdx)
- [Prompt Engineering - Datasets](/pages/datasets.mdx)
- [Prompt Engineering - Additional Readings](/pages/readings.mdx)
2 years ago
---
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!