AI Deep Research 思维链简介
前言
目前各大 AI 平台都提供了Deep Research的功能, 比如Gemini
Kimi:
关于这些“深度研究”的功能,有一些开源项目(比如: https://github.com/zilliztech/deep-searcher)介绍了它们的实现原理,本文从思维链的角度,介绍一下这些开源项目实现深度“研究功能”的方式。
方式1 分类讨论
如下图,这种方式的本质是让AI对原始问题进行展开讨论,提出几个子问题。
在解答子问题的过程中,又让AI自己去寻找里最终答案的差距(gap),直到答案完善。
提示词1 | To answer this question more comprehensively, please break down the original question into up to four sub-questions. Return as list of str. If this is a very simple question and no decomposition is necessary, then keep the only one original question in the python code list. Original Question: {original_query}
|