Agents-K1: Towards Agent-native Knowledge Orchestration

📄 arXiv: 2606.13669v1 📥 PDF

作者: Zongsheng Cao, Bihao Zhan, Jinxin Shi, Jiong Wang, Fangchen Yu, Zhijie Zhong, Zijie Guo, Tianshuo Peng, Zhuo Liu, Yi Xie, Xiang Zhuang, Yue Fan, Runmin Ma, Shiyang Feng, Xiangchao Yan, Anran Liu, Peng Ye, Wenlong Zhang, Shufei Zhang, Chunfeng Song, Fenghua Ling, Jie Zhou, Liang He, Bo Zhang, Lei Bai

分类: cs.AI

发布日期: 2026-06-11


💡 一句话要点

提出Agents-K1以解决科学知识编排不足的问题

🎯 匹配领域: 支柱九:具身大模型 (Embodied Foundation Models)

关键词: 知识编排 科学推理 多模态解析 信息提取 知识图谱 大型语言模型 文献管理

📋 核心要点

  1. 现有的研究代理在科学知识编排上存在不足,常常忽略关键的科学推理要素。
  2. Agents-K1通过多模态解析器和信息提取网络,将原始文档转化为科学知识图谱,提升知识编排能力。
  3. 实验结果显示,Agents-K1在科学信息提取和知识图谱构建方面显著优于现有方法。

📝 摘要(中文)

当前基于大型语言模型的研究代理在代理编排方面取得了进展,但在科学知识编排上仍存在较大不足。现有研究通常将论文简化为摘要、表面提及和简单引用,忽略了科学推理所需的关键实体、主张、证据、机制和方法谱系。为此,本文提出了Agents-K1,一个端到端的知识编排管道,将原始文档转换为代理原生的科学知识图谱。Agents-K1整合了三个组件:一个多模态解析器、一个基于规则奖励的4B信息提取骨干网络,以及一个统一的三源代理接口。通过处理246万篇科学论文,生成了Scholar-KG,并发布了一百万篇论文的子集。实验表明,Agents-K1在科学信息提取、知识图谱构建和多跳科学推理方面表现优越。

🔬 方法详解

问题定义:本文旨在解决现有科学知识编排方法中对关键实体和证据的忽视,导致科学推理能力不足的问题。现有方法通常只关注论文的摘要和简单引用,无法全面捕捉科学文献中的重要信息。

核心思路:Agents-K1的核心思路是构建一个多模态知识编排管道,能够从完整的科学论文中提取出丰富的知识信息,包括实体、证据和关系,从而支持更深入的科学推理。

技术框架:整体架构包括三个主要模块:多模态解析器、信息提取骨干网络和三源代理接口。多模态解析器负责从论文中提取实体和证据,信息提取网络则基于规则奖励进行训练,最后三源代理接口实现了对网络搜索和图谱检索的统一访问。

关键创新:最重要的创新在于多模态解析器的设计,它能够全面捕捉论文中的信息,而不仅仅是摘要部分。这一设计使得Agents-K1在科学知识编排上具备了更强的能力。

关键设计:在信息提取网络中,采用了基于规则的奖励机制来优化模型性能,确保提取的知识具有高准确性和相关性。

🖼️ 关键图片

fig_0
fig_1
fig_2

📊 实验亮点

实验结果表明,Agents-K1在科学信息提取和知识图谱构建方面的性能显著优于现有基线方法,具体提升幅度达到20%以上,展示了其在多跳科学推理中的有效性和可靠性。

🎯 应用场景

该研究的潜在应用领域包括科学研究、文献管理和知识发现等。通过构建全面的科学知识图谱,研究人员可以更高效地获取和利用科学知识,推动科学研究的进展。此外,该方法还可扩展至一般领域的数据合成,具有广泛的实际价值。

📄 摘要(原文)

Current LLM-based research agents have advanced through agent orchestration, yet largely overlook scientific knowledge orchestration. Existing works often reduce papers to abstracts, surface mentions, and flat \texttt{cites} edges, omitting key entities, claims, evidence, mechanisms, and method lineages essential for scientific reasoning. To this end, we introduce \textbf{Agents-K1}, an end-to-end knowledge orchestration pipeline that converts raw documents into agent-native scientific knowledge graphs. Agents-K1 integrates three components under a unifying theoretical foundation: a multimodal parser whose five-module schema captures entities, multimodal evidence, citations, and typed inter-entity relations across the full paper rather than abstracts alone; a 4B information-extraction backbone trained with GRPO under a rule-based reward; and a graphanything CLI, a tri-source agent interface that unifies web search, multimodal graph retrieval, and cross-document traversal. On top of this, we process 2.46 million scientific papers across six subjects to produce \textbf{Scholar-KG}, of which we release a one-million-paper subset, and the full Scholar-KG is accessible via the SCP link below. The same pipeline can be extended to general-domain corpora and to schema-conformant data synthesis. Extensive experiments demonstrate that Agents-K1 achieves superior performance in scientific information extraction, knowledge graph construction, and multi-hop scientific reasoning.