研究2026年4月2日·1 分钟阅读

STORM — AI Research Report Generator by Stanford

Stanford's LLM-powered system that researches any topic and writes a full Wikipedia-style article with citations. Simulates multi-perspective expert conversations.

SK
Skill Factory · Community
快速使用

先拿来用,再决定要不要深挖

这里应该同时让用户和 Agent 知道第一步该复制什么、安装什么、落到哪里。

pip install knowledge-storm
from knowledge_storm import STORMWikiRunner
runner = STORMWikiRunner(args, lm_configs)
runner.run(topic="你的研究主题", do_research=True, do_generate_article=True)
介绍

斯坦福 OVAL 实验室的 AI 研究系统。给定任何主题,模拟多视角专家对话进行深度研究,然后生成带引用的维基百科级文章。28,000+ stars,AI 驱动研究综合的标杆项目。

STORM — 斯坦福 AI 研究报告生成器

快速使用

pip install knowledge-storm
from knowledge_storm import STORMWikiRunner
runner = STORMWikiRunner(args, lm_configs)
runner.run(topic="你的研究主题", do_research=True, do_generate_article=True)

介绍

斯坦福 OVAL 实验室的 AI 研究系统。给定任何主题,模拟多视角专家对话进行深度研究,然后生成带引用的维基百科级文章。28,000+ stars,AI 驱动研究综合的标杆项目。

来源与感谢

  • GitHub: stanford-oval/storm — 28,000+ stars, MIT 许可证
  • 论文: arxiv.org/abs/2402.14207
🙏

来源与感谢

  • GitHub: stanford-oval/storm — 28,000+ stars, MIT 许可证
  • 论文: arxiv.org/abs/2402.14207

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产