调研日期:2026-07-20。证据台账:
evidence-dr-mainstream.md(35 条)。 定位:与deepresearch-survey-notes.md(2026 学术论文精读)互补,本篇聚焦工业系统与开源框架的工程设计,三个维度:检索-写作编排 / 引用可信性机制 / 弱基座适配。直接动机:F9.1 证据台账 prompt 协议在 MiMo 弱基座上收益归零(mimo_smoke 批,2026-07-17)。
训练派。 OpenAI Deep Research 是在浏览任务上端到端 RL 训练的模型,不是外部编排;训练时用 CoT 模型按 ground truth 或 rubric 给回答打分 [10]。其行内引用由训练后的模型自身产出,指向来源精确位置(二手拆解)[11]。Kimi Researcher 的论据最直白:prompt-based workflow”绑定特定 LLM 版本、需随模型/环境变化频繁人工维护”,所以放弃;能力几乎全部来自端到端 RL(HLE 8.6%→26.9%),工具调用格式合法性靠 format reward 在训练中保证,不靠 prompt 约束 [9]。Kimi 另有上下文管理机制(保留关键、丢弃无用文档)支撑单轨迹 50+ 迭代 [9]。
编排派。 Anthropic Research 用 orchestrator-worker 多 agent,lead agent 协调并行 subagent;引用完全剥离出研究 agent——研究循环结束后,专门的 CitationAgent 基于”文档+报告”做事后定位 [8]。成本侧:多 agent 系统 token 约为 chat 的 15 倍,只适合高价值任务;且”模型能力是 token 效率乘数”,升级基座的收益大于加倍 token 预算 [8]。Gemini Deep Research 是托管 agent:研究计划先行且用户可在执行前审改(collaborative planning),Max 版用扩展 test-time compute 迭代 reason-search-refine [12][13];官方把引用核验责任部分外置给用户(建议复核 citations 字段)[12]。Perplexity 官方描述为迭代 search-read-reason、计划随认知更新、源材料评估完后统一成文 [15];社区架构拆解进一步声称其引用在生成前就绑定进 pipeline——检索/排序层给每个 chunk 预分配 provenance record(citation_id/url/title/date/snippet),模型只输出标号,并断言”弱模型+结构化引用钩子 > 强模型+泛泛 cite your sources 指令” 14。
计划先行几乎是共识,分歧在计划是否暴露给人。 STORM(大纲)、deer-flow(Planner+HITL)、Gemini(计划可审改)、GPT-Researcher(planner 出题)都是计划先行;Perplexity/LangChain 在计划之上加”随认知更新/supervisor 迭代补查”的缺口驱动循环 [12][15][16]。纯草稿先行(TTD-DR 式)在工业系统中未见独立采用——它活在学术线里。
分节 vs 单次成文是有条件的分歧。 LangChain 的失败教训原文:”并行分节写作快,但报告割裂,因为写节的 agent 之间协调不足;解决办法是多 agent 只做研究、写作在全部研究完成后进行” [16]。而 STORM/DeepAgents 的分节之所以可行,是因为有全局约束物:STORM 的大纲 + 每节按节标题检索,DeepAgents 的 chief editor 审稿-退回机制 [20][21]。归纳:协调层的强度决定成文方式的自由度;没有强协调层时,单次成文是安全默认。
上下文隔离 + 采集侧压缩是通用解。 LangChain 子 agent 独立上下文窗口防 context clash [16];Anthropic 并行 subagent [8];Kimi 上下文管理器 [9];GPT-Researcher 逐资源摘要 [18]。共同点:原始网页内容永远不直接进入成文上下文,进入的是带来源的压缩中间物。
| 路径 | 代表 | 引用职责在哪 | 对生成模型协议遵守的依赖 |
|---|---|---|---|
| A. 生成时协议(G-Cite) | STORM、GPT-Researcher 采集侧、我们的 F9.1 | 生成模型(写作/压缩时) | 高——这是唯一把职责压在模型自觉上的路径 |
| B. 事后归因(P-Cite) | ContextCite [4]、Anthropic CitationAgent [8] | 独立后置步骤 | 低——成文模型可以完全不管引用 |
| C. 平台层引用绑定 | Cohere citation 对象 [5]、Gemini grounding annotations [6]、Perplexity 预绑定(拆解)[14] | 检索/API 基础设施 | 极低——引用是结构化元数据(span 索引+source id),不在散文里 |
| D. 训练内化 | OpenAI [10]、Kimi format reward [9]、CaRR 引用感知奖励 [7] | 模型权重 | 无(已内化),但需训练资源 |
三条与我们直接相关的结论:
mimo_smoke 批的诊断结论(F91 judge 打平、严格可核实率 0.17 vs B 0.25、fact-ev 句级支撑率 0.55、耗时 2 倍)在本调研中得到完整的外部解释链:F9.1 是 G-Cite 路径 + 弱基座,恰好同时踩中”行业回避的引用路径”和”scaffold collapse 高发区”。
借鉴项(按性价比排序):
创新点(调研到的空白):
[1] Generation-Time vs. Post-hoc Citation: A Holistic Evaluation of LLM Attribution — https://arxiv.org/html/2509.21557 [2] It’s Not the Size: Harness Design Determines Operational Stability in Small Language Models — https://arxiv.org/pdf/2605.12129 [3] Cited but Not Verified: Parsing and Evaluating Source Attribution in LLM Deep Research Agents — https://doi.org/10.48550/arxiv.2605.06635 [4] ContextCite (MIT, NeurIPS 2024) — https://github.com/MadryLab/context-cite [5] Cohere RAG Citations — https://docs.cohere.com/docs/rag-citations [6] Gemini Grounding with Google Search — https://ai.google.dev/gemini-api/docs/interactions/google-search [7] Chaining the Evidence: Citation-Aware Rubric Rewards (CaRR) — https://arxiv.org/abs/2601.06021 [8] How we built our multi-agent research system (Anthropic) — https://www.anthropic.com/engineering/multi-agent-research-system [9] Kimi-Researcher: End-to-End RL Training for Emerging Agentic Capabilities — https://moonshotai.github.io/Kimi-Researcher/ [10] OpenAI Deep Research System Card — https://cdn.openai.com/deep-research-system-card.pdf [11] How OpenAI’s Deep Research Works (PromptLayer,二手) — https://blog.promptlayer.com/how-deep-research-works/ [12] Gemini Deep Research Agent docs — https://ai.google.dev/gemini-api/docs/deep-research [13] Introducing Deep Research and Deep Research Max (Google) — https://blog.google/innovation-and-ai/models-and-research/gemini-models/next-generation-gemini-deep-research/ [14] Perplexity deep research pipeline teardown(社区拆解,二手) — https://gist.github.com/Co-Messi/bfcfb39eede5c6bc2fadd2c04139a136 [15] Introducing Perplexity Deep Research — https://www.perplexity.ai/hub/blog/introducing-perplexity-deep-research [16] Open Deep Research (LangChain) — https://www.langchain.com/blog/open-deep-research [17] Open-source DeepResearch – Freeing our search agents (HuggingFace) — https://huggingface.co/blog/open-deep-research [18] GPT-Researcher — https://github.com/assafelovic/gpt-researcher [19] GPT-Researcher Query Planning (DeepWiki,二手) — https://deepwiki.com/assafelovic/gpt-researcher/9.1-query-planning-and-decomposition [20] GPT-Researcher × Deep Agents README — https://github.com/assafelovic/gpt-researcher/blob/main/deep_agents/README.md [21] STORM: Assisting in Writing Wikipedia-like Articles From Scratch — https://arxiv.org/abs/2402.14207 [22] Stanford STORM Research Project — https://storm-project.stanford.edu/research/storm/ [23] deer-flow 1.x README — https://github.com/bytedance/deer-flow/tree/main-1.x [24] deer-flow (2.0) README — https://github.com/bytedance/deer-flow
引用回查:24 个来源中 23 个通过,1 个修正([24]”开源模型”表述过度引申,已改为”中档模型(自家 Doubao-Seed 及开源 DeepSeek/Kimi)”)。承重来源 [1][2][3][8][9][14][16][17][20] 及全部关键数字均经重新拉取原页确认。