Paper Overview
Field: ML Authors: Zongsheng Cao, Bihao Zhan, Jinxin Shi Published: 2025-06-13 arXiv: 2506.10662
Abstract
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 cites edges, omitting key entities, claims, evidence, mechanisms, and method lineages essential for scientific reasoning. To this end, we introduce 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:
- Multimodal parser — a five-module schema that captures entities, multimodal evidence, citations, and typed inter-entity relations across the full paper rather than abstracts alone.
- 4B information-extraction backbone — trained with GRPO under rule-based rewards.
- graphanything CLI — a three-source agent interface that unifies web search, multimodal graph retrieval, and cross-document traversal.
Scholar-KG
Building on this pipeline, the authors process 2.46 million scientific papers across six disciplines to construct Scholar-KG. A subset covering 1 million papers is publicly released, while the complete Scholar-KG is accessible via the SCP link provided by the authors.
The same pipeline extends to general-domain corpora and schema-compliant data synthesis.
Results
Extensive experiments show that Agents-K1 achieves superior performance in scientific information extraction, knowledge graph construction, and multi-hop scientific reasoning.