From 49656a036f63ea3cf8ad2fe8f4ba9fcfab61ad1f Mon Sep 17 00:00:00 2001 From: Mark Pollack Date: Thu, 9 Nov 2023 15:43:57 -0500 Subject: [PATCH] Add link to research paper on effective prompts --- spring-ai-docs/src/main/antora/modules/ROOT/pages/concepts.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/concepts.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/concepts.adoc index 95fcbdebd..2415b47c7 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/concepts.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/concepts.adoc @@ -69,7 +69,7 @@ There is a burgeoning collection of techniques that improve the effectiveness of Investing time in crafting a prompt can drastically improve the resulting output. Sharing prompts has become a communal practice, and there is active academic research being done on this subject. -As an example of how counter-intuitive it can be to create an effective prompt (for example, contrasting with SQL), a https://URLhere[recent research paper] found that one of the most effective prompts you can use starts with the phrase, "`Take a deep breath and work on this problem step by step.`" +As an example of how counter-intuitive it can be to create an effective prompt (for example, contrasting with SQL), a https://https://arxiv.org/abs/2205.11916[recent research paper] found that one of the most effective prompts you can use starts with the phrase, "`Take a deep breath and work on this step by step.`" That should give you an indication of why language is so important. We do not yet fully understand how to make the most effective use of previous iterations of this technology, such as ChatGPT 3.5, let alone new versions that are being developed.