diff --git a/Record/DL/CoT Prompt.md b/Record/DL/CoT Prompt.md index 959f89b..297a972 100644 --- a/Record/DL/CoT Prompt.md +++ b/Record/DL/CoT Prompt.md @@ -13,4 +13,5 @@ Output: (Q + (Q + Let's think step by step | LLM) + The answer is) | LLM Least-to-Most prompt(最少到最多提示过程),进一步将问题分解为子问题,然后逐个解决。主要分为以下两个阶段: - 分解问题 将问题分解为子问题:使用 "To solve {Q}, we need to" 来让 LLM 生成子问题。 -- 解决问题:根据生成的we \ No newline at end of file +- 解决问题: + 根据生成的问题的依赖顺序依次解决问题。将问题及子问题输入 LLM 进行求解每次解决后将子问题及答案作为下一步骤的输入。 \ No newline at end of file