Slide 23
Slide 23 text
Guidelines for Promptingで紹介された戦術(tactics)一覧
1. Write clear and specific instructions
a. Use delimiters to clearly indicate distinct parts of the input(区切り文字)
b. Ask for a structured output(出力形式指定)
c. Ask the model to check whether conditions are satisfied(手順を含んでいたら形式変換。いな
かったら「手順の提供なし」と出力)
d. "Few-shot" prompting(正解を数例与える。例:子供とおじいさんの対話例を 1例与えて、例と一貫
したスタイルでLLMに回答をお願いする)
2. Give the model time to "think”
a. Specify the steps required to complete a task(手順明示)
b. Instruct the model to work out its own solution before rushing to a conclusion(生徒の回答を採
点するようなタスクのような場合も、採点前に一度 LLMに解いてもらう)
● hallucination対策の追加戦術
○ First find relevant information, then answer the question based on the relevant information(関
連する情報を見つけ、それをもとに回答してもらう)