來源ArXiv AI•較早收集於 9h
HOTE 框架提升自主深度研究能力

#agentic-ai#autonomous-researchhybrid-open-ended-tri-evolution-(hote)hotearxiv
💡全新的框架讓 8B 模型在複雜的開放式研究任務中表現超越 32B 模型。
⚡ 30 秒速覽
有什麼變化
引入了針對提議者、求解者和評判者模組的協作進化框架。
為什麼重要
這項研究為創建能夠進行複雜、開放式研究的自主代理提供了一條可擴展的路徑,無需依賴龐大的靜態模型。這表明模組化進化是提升代理推理能力的更有效途徑。
下一步行動
查閱 arXiv:2606.13710 中的 HOTE 方法論,並在您的下一個代理研究專案中實作模組化的提議者-求解者-評判者架構。
誰應關注:Researchers & Academics
關鍵要點
- •引入了針對提議者、求解者和評判者模組的協作進化框架。
- •利用混合模式強化學習來彌合靜態研究與代理進化之間的差距。
- •經 HOTE 訓練的 8B 模型在深度研究基準測試中優於 8-32B 的靜態模型。
- •相較於現有的深度研究訓練方法,顯著降低了時間成本。
🧠 深度解析
背景與延伸:來自公開資料,非原文內容。引用 10 個來源。
🔑 增強重點摘要
- •The HOTE framework's hybrid reinforcement learning approach integrates diverse paradigms, architectural modules, and algorithmic techniques to enhance sample efficiency, robustness, and convergence in complex research environments.
- •The 'proposer, solver, and judge' modules are designed to operate in a self-rewarding loop, where the judge acts as a generative reward model, utilizing a chain-of-thought process to evaluate solutions and guide the co-evolution of the proposer and solver towards more challenging and informative tasks without requiring external human supervision.
- •HOTE aims to automate the entire deep learning experiment lifecycle, encompassing hypothesis formation, code implementation, training execution, result analysis, and iterative refinement, thereby extending beyond simpler tasks like code generation or paper writing.
- •The framework's ability to enable an 8B model to outperform larger static models (8-32B) on deep research benchmarks suggests a paradigm shift towards efficiency through advanced architectural design and training methodologies, rather than solely relying on increased model size.
📊 競品分析▸ Show
| Feature / Product | HOTE Framework (ArXiv AI) | OpenAI Deep Research | Google Gemini Deep Research | Anthropic Claude Research | Perplexity Sonar Pro | Auto-Deep-Research (Open-Source) |
|---|---|---|---|---|---|---|
| Core Approach | Hybrid RL, collaborative evolution of proposer, solver, judge modules | Multi-step agentic research, self-correction | Fully managed Research Agent, browse open web, synthesize | Emphasizes safety, verifiable citations, multi-perspective reasoning | Conversational search, synthesizes from multiple sources | LLM agents for autonomous DL experiments, zero-cost monitoring |
| Autonomous Research | Yes (evolves modules for open-ended research) | Yes (multi-step investigations, structured reports) | Yes (browses open web, synthesizes info from multiple sources) | Yes (runs open-ended research projects end-to-end) | Yes (synthesizes information) | Yes (full experiment lifecycle: hypothesis, code, train, analyze, refine) |
| Citation Rigor | Implied by 'judge' module for evaluation | Granular, clickable citations | Granular, clickable citations | Surfacing verifiable citations, citation confidence scores | Source discovery and citation-led web research | Not explicitly detailed, but focuses on experiment results |
| Output Format | Long-form research tasks | Structured research reports | Structured reports | Longform reports, multi-perspective reasoning | Conversational summaries, pages | Experiment results, analysis, iterative refinement |
| Model Size Focus | 8B model outperforms 8-32B static models | Uses o3-deep-research and o4-mini-deep-research models | Gemini long-context models | Claude long-context models | Not specified for API, but consumer product uses LLMs | Supports a wide range of LLMs (OpenAI, Anthropic, Deepseek, etc.) |
| Cost Efficiency | Reduces time overhead compared to SOTA training methods | Proprietary, potentially higher cost (e.g., Valyu alternatives priced per job) | Proprietary, available via Gemini app/AI Studio | Proprietary | Proprietary, Pro version | Open-source, cost-efficient alternative to proprietary solutions (e.g., $0.08 per 24-hour cycle for LLM costs) |
| Key Innovations | Collaborative evolution, hybrid-mode RL | Multi-step agentic research, async execution | Fully managed agent, asynchronous execution, source citations | AI safety, verifiable citations, long-duration tasks | Conversational search, quick source discovery | Zero-Cost Monitoring, Two-Tier Constant-Size Memory, Minimal-Toolset Leader-Worker Architecture |
🛠️ 技術深入
- The HOTE framework employs a hybrid reinforcement learning (RL) approach, which integrates diverse paradigms, architectural modules, and algorithmic techniques. This hybridization can occur along axes such as reward/function decomposition, discrete-continuous/hierarchical/hybrid action spaces, intrinsic-extrinsic signal fusion, and cross-domain data integration.
- The core architecture involves a triplet of interacting agents: Proposer, Solver, and Judge. These agents can be instantiated from a single large language model (LLM).
- The Proposer agent is responsible for generating questions or tasks. The Solver agent attempts to produce solutions to these tasks.
- The Judge agent evaluates the solutions generated by the Solver and the quality of the questions posed by the Proposer. It acts as a generative reward model, providing numerical scores that guide the training of both the Proposer and the Solver. The Judge often leverages a chain-of-thought process to ensure well-reasoned evaluations.
- This multi-agent system forms a self-rewarding loop, enabling the model to assess and improve itself without relying on external supervision or domain-specific ground truth.
- Related autonomous research frameworks utilize specialized agents for tasks such as question decomposition, real-time searching across various sources (internet, academic databases), content extraction from diverse formats (HTML, PDFs), summarization, re-ranking of results, and a reflective agent to determine if further searching is needed.
- Innovations in similar systems include 'Zero-Cost Monitoring,' which incurs zero LLM API costs during model training by relying on process-level checks and log file reads, and 'Two-Tier Constant-Size Memory,' which caps memory at approximately 5K characters to prevent unbounded context growth in long-running agents.
🔮 前景展望基於引用來源的 AI 分析
The HOTE framework could significantly accelerate scientific discovery by automating the iterative research cycle.
By autonomously handling hypothesis formation, experimentation, analysis, and refinement, HOTE can drastically reduce the time and manual effort traditionally required for deep research.
It will foster the development of more robust and generalizable AI agents for complex, open-ended problems.
The collaborative evolution of specialized modules (proposer, solver, judge) and hybrid reinforcement learning allows agents to adapt and improve in dynamic, less-defined research environments.
The framework will enable smaller models to achieve performance comparable to or exceeding much larger static models in specific research domains.
The efficiency gains from hybrid RL and the modular, evolving architecture allow for superior performance without relying solely on model scale, as demonstrated by the 8B model's performance.
⏳ 時間線
2025-10
Publication of 'Multi-Agent Evolve (MAE)' framework, introducing a triplet of interacting Proposer, Solver, and Judge agents for LLM self-evolution via reinforcement learning.
2026-04
Publication of 'Deep Researcher Agent', an open-source framework for LLM agents to autonomously conduct deep learning experiments through the full experiment lifecycle.
2026-06
Introduction of the HOTE framework on ArXiv AI, building upon hybrid reinforcement learning to evolve proposer, solver, and judge modules for autonomous deep research.
📎 來源 (10)
Factual claims are grounded in the sources below. Forward-looking analysis is AI-generated interpretation.
📰
AI 週報
閱讀本週精選 AI 大事摘要 →
👉相關動態
AI 策展新聞聚合。所有內容版權歸原始發布者所有。
原始來源: ArXiv AI ↗
每週電子報
每週一封,可隨時退訂。