Claudeに長文を入れる時に応答品質を向上する方法
質問はプロンプトの最後、入力データの後に配置します。前述したように、これによりクロードの応答の品質が大幅に向上することが示されています。
クロードに、回答する前に質問に関連する引用を検索し、関連する引用が見つかった場合にのみ回答するように依頼します。これにより、クロードは提供されたコンテキストに基づいて応答するようになり、幻覚のリスクが軽減されます。
後で質問されるため、文書をよく読むようにクロードに指示します。これにより、クロードは、実行が求められるタスクに目を向けて入力データに細心の注意を払うようになります。
code:promptの例
I'm going to give you a document. Read the document carefully, because I'm going to ask you a question about it. Here is the document: <document>{{TEXT}}</document>
First, find the quotes from the document that are most relevant to answering the question, and then print them in numbered order in <quotes></quotes> tags. Quotes should be relatively short. If there are no relevant quotes, write "No relevant quotes" instead.
Then, answer the question in <answer></answer> tags. Do not include or reference quoted content verbatim in the answer. Don't say "According to Quote 1" when answering. Instead make references to quotes relevant to each section of the answer solely by adding their bracketed numbers at the end of relevant sentences. Thus, the format of your overall response should look like what's shown between the <examples></examples> tags. Make sure to follow the formatting and spacing exactly.
<examples>
</examples>
If the question cannot be answered by the document, say so.
Here is the first question: {{QUESTION}}