From 9559030342d7259f9ad048d0c4cde16a96a1aaf4 Mon Sep 17 00:00:00 2001 From: Elvis Saravia Date: Mon, 27 Feb 2023 12:43:27 -0600 Subject: [PATCH] changes to advanced prompting --- guides/prompts-advanced-usage.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guides/prompts-advanced-usage.md b/guides/prompts-advanced-usage.md index 72fed3b..a2f2867 100644 --- a/guides/prompts-advanced-usage.md +++ b/guides/prompts-advanced-usage.md @@ -121,6 +121,8 @@ There is no consistency in the format above but the model still predicted the co Overall, it seems that providing examples is useful in some places. When zero-shot prompting and few-shot prompting are not sufficient, it might mean that the whatever was learned by the model isn't enough to do well at the task. From here it is recommended to start thinking about fine-tuning your own models. +More recently, chain-of-thought (CoT) prompting has been popularized to address more complex arithmetic, commonsense, and symbolic reasoning tasks. So let's talk about CoT next and see if we can solve one of the above task. + --- ## Chain-of-Thought Prompting