整理文件路径:Technical→AI/
This commit is contained in:
31
wiki/concepts/思维链引导.md
Normal file
31
wiki/concepts/思维链引导.md
Normal file
@@ -0,0 +1,31 @@
|
||||
---
|
||||
id: chain-of-thought
|
||||
title: "思维链引导"
|
||||
type: concept
|
||||
tags: [prompt-engineering, reasoning]
|
||||
sources:
|
||||
- "[[如何写出完美的Prompt]]"
|
||||
last_updated: 2025-12-02
|
||||
---
|
||||
|
||||
## Definition
|
||||
|
||||
思维链引导是一种提示词技术,让AI逐步推理而非直接给出答案。
|
||||
|
||||
## Mechanism
|
||||
|
||||
通过在提示词中要求AI展示推理过程:
|
||||
- 先分析问题
|
||||
- 再列出步骤
|
||||
- 最后给出答案
|
||||
|
||||
## Benefits
|
||||
|
||||
- 提高AI推理准确性
|
||||
- 减少幻觉发生
|
||||
- 让用户理解决策过程
|
||||
- 便于发现AI思维漏洞
|
||||
|
||||
## Connections
|
||||
- [[Prompt能力]] ← uses ← [[思维链引导]]
|
||||
- [[需求拆解]] ← extends ← [[思维链引导]]
|
||||
Reference in New Issue
Block a user