论文78°

AutoKD:自主知识发现框架

AutoKD: Autonomous Knowledge Discovery

精选理由

AutoKD让AI自主完成知识发现,能积累发现并指导后续研究,在三个数据集上都表现出色。

AutoKD是一个多智能体框架,通过六个协调的LLM智能体在开放循环中发现知识。该系统将已验证的发现存储在持久洞察图中,作为长期记忆和探索引导机制。研究团队在三个不同数据集上评估了AutoKD,包括开放质量评估和基于文献查询的条件质量评估。AutoKD不仅覆盖了已知发现,还补充了人类驱动的研究成果。

原文 · arXiv cs.AI

AutoKD: Autonomous Knowledge Discovery

Scientific discovery in data-rich domains is currently constrained by human bandwidth: the growth in the volume and complexity of real-world data far outpaces the rate at which researchers can read, reason, and synthesize. Recent LLM-based multi-agent systems have begun to automate portions of the research cycle, but they target hypothesis generation in settings where validation cannot itself be automated, and each run is one-shot, with no mechanism for findings to accumulate or steer subsequent inquiry. This paper introduces AutoKD, a multi-agent framework for autonomous knowledge discovery that is both computational and cumulative, allowing validated findings to persist and inform subsequent inquiry. Six coordinated LLM agents collaborate in an open-ended discovery loop, where accepted findings are stored in a persistent insight graph that serves as both long-term memory and an exploration-steering mechanism. We evaluate AutoKD on three diverse datasets from two perspectives: Open-ended Quality against published findings, and Conditioned Quality via literature-derived queries. Across both evaluation perspectives, AutoKD covers known findings and surfaces substantive discoveries that complement human-driven research. Our code is available at https://github.com/GeQinwen/AutoKD.