From ef25310591cf63559434b448ec45f1ceab515399 Mon Sep 17 00:00:00 2001 From: Seva Zhidkov Date: Wed, 1 Mar 2023 10:49:06 +0000 Subject: [PATCH 1/2] Add blog post "interactive guide to gpt-3 prompt parameters" --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index db03d9c..d427095 100644 --- a/README.md +++ b/README.md @@ -304,6 +304,7 @@ The following are the latest papers (sorted by release date) on prompt engineeri - [Using GPT-Eliezer against ChatGPT Jailbreaking](https://www.alignmentforum.org/posts/pNcFYZnPdXyL2RfgA/using-gpt-eliezer-against-chatgpt-jailbreaking) - [What Is ChatGPT Doing … and Why Does It Work?](https://writings.stephenwolfram.com/2023/02/what-is-chatgpt-doing-and-why-does-it-work/) - [Why is ChatGPT so good?](https://scale.com/blog/chatgpt-reinforcement-learning) +- [Interactive guide to GPT-3 prompt parameters](https://sevazhidkov.com/interactive-guide-to-gpt-3-prompt-parameters) --- If you are using the guide for your work, please cite us as follows: From 87426fd561da4420a8bc93b3a16f6dc65b8de72b Mon Sep 17 00:00:00 2001 From: Elvis Saravia Date: Wed, 1 Mar 2023 14:25:39 -0600 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d427095..91c9595 100644 --- a/README.md +++ b/README.md @@ -257,6 +257,7 @@ The following are the latest papers (sorted by release date) on prompt engineeri - [How to write good prompts](https://andymatuschak.org/prompts) - [If I Was Starting Prompt Engineering in 2023: My 8 Insider Tips](https://youtube.com/watch?v=SirW7feTjh0&feature=shares) - [Indirect Prompt Injection on Bing Chat](https://greshake.github.io/) +- [Interactive guide to GPT-3 prompt parameters](https://sevazhidkov.com/interactive-guide-to-gpt-3-prompt-parameters) - [Introduction to Reinforcement Learning with Human Feedback](https://www.surgehq.ai/blog/introduction-to-reinforcement-learning-with-human-feedback-rlhf-series-part-1) - [In defense of prompt engineering](https://simonwillison.net/2023/Feb/21/in-defense-of-prompt-engineering/) - [Language Models and Prompt Engineering: Systematic Survey of Prompting Methods in NLP](https://youtube.com/watch?v=OsbUfL8w-mo&feature=shares) @@ -304,7 +305,6 @@ The following are the latest papers (sorted by release date) on prompt engineeri - [Using GPT-Eliezer against ChatGPT Jailbreaking](https://www.alignmentforum.org/posts/pNcFYZnPdXyL2RfgA/using-gpt-eliezer-against-chatgpt-jailbreaking) - [What Is ChatGPT Doing … and Why Does It Work?](https://writings.stephenwolfram.com/2023/02/what-is-chatgpt-doing-and-why-does-it-work/) - [Why is ChatGPT so good?](https://scale.com/blog/chatgpt-reinforcement-learning) -- [Interactive guide to GPT-3 prompt parameters](https://sevazhidkov.com/interactive-guide-to-gpt-3-prompt-parameters) --- If you are using the guide for your work, please cite us as follows: