Papers
Topics
Authors
Recent
Search
2000 character limit reached

SciAtlas: A Large-Scale Knowledge Graph for Automated Scientific Research

Published 20 May 2026 in cs.AI, cs.CL, cs.IR, and cs.LG | (2605.22878v1)

Abstract: The exponential growth of global academic output has confronted researchers and AI agents with an unprecedented information explosion,'' where fragmented and unstructured knowledge organization impedes deep interdisciplinary integration. Current academic retrieval tools predominantly rely on superficial keyword matching or vector-space semantic retrieval, which lack the topological reasoning capabilities required to navigate complex logical connections. Agentic deep-research-based frameworks are often prone to logical hallucinations and consuming high inference costs. To bridge this gap, in this report, we introduce SciAtlas, a large-scale, multi-disciplinary, heterogeneous academic resource knowledge graph designed as a panoramic scientific evolution network. By integrating over 43M papers from 26 disciplines, and a total of 157M entities and 3B triplets, SciAtlas provides a structured topological cognitive substrate that dismantles disciplinary barriers and furnishes AI agents with a global perspective. Furthermore, we develop a neuro-symbolic retrieval algorithm featuring tri-path collaborative recall and graph reranking, achieving a seamless transition from simple semantic matching to deterministic association discovery. We also present key application directions of SciAtlas, including literature review, automated research trend synthesis, idea positioning, and academic trajectory exploration, to demonstrate that SciAtlas can serve as an effectivecognitive map'' to empower the full loop of automated scientific research while significantly reducing reasoning costs. We have released the interfaces for KG retrieval and various downstream tasks in our GitHub repo.

Summary

  • The paper introduces a knowledge graph containing 43M papers, 157M entities, and 3B triplets to support deep interdisciplinary reasoning.
  • It deploys a neuro-symbolic retrieval algorithm that combines textual, vector, and graph-based methods for fast, transparent discovery.
  • The system underpins tasks like literature review, idea generation, and trend prediction, reducing logical hallucinations and enhancing automated research.

SciAtlas: A Large-Scale Multi-Disciplinary Knowledge Graph for Automated Scientific Research

Motivation and Context

The exponential escalation of global academic output has imposed significant challenges in structuring, retrieving, and integrating scholarly knowledge. Existing retrieval systems based on keyword matching or vector-space semantic similarities are insufficient for topological reasoning and fail to reveal complex inter-entity logic required for deep interdisciplinary synthesis. Agentic research frameworks relying on recurrent LLM search exhibit prominent logical hallucination and incur prohibitive inference cost. Addressing these limitations, "SciAtlas: A Large-Scale Knowledge Graph for Automated Scientific Research" (2605.22878) proposes a heterogeneous academic resource knowledge graph as a panoramic scientific evolution network, intended to serve as a logical substrate for automated scientific discovery, dismantling disciplinary barriers and enhancing both machine and human agent cognition.

Knowledge Graph Architecture

SciAtlas integrates 43M papers spanning 26 distinct academic disciplines, with 157M entities and 3B triplets. The schema is composed of nine major entity types (papers, authors, institutions, keywords, research fields, topics, subfields, domains, and sources) and twelve robust relational edge types including citations, authorship, co-authorship, keyword co-occurrence, and disciplinary hierarchy. The schema design enables four levels of organization:

  • Semantic Level: Citation (CITES) and relevance (RELATED_TO) relationships directly link papers semantically.
  • Conceptual Level: Keywords extracted via LLMs (Qwen3-30B-A3B-Instruct-2507) are linked via COOCCUR relations, enhancing conceptual granularity.
  • Direction Level: Domain/field/subfield/topic hierarchy provides disciplinary and topical structure.
  • Social Level: Authors and institutions are linked via COAUTHOR, AUTHORED, and AFFILIATED_WITH edges, supporting social network analysis. Figure 1

    Figure 1: Schema of SciAtlas detailing entities and relations for topological scientific reasoning.

Dataset Composition

SciAtlas achieves extensive coverage across diverse disciplines: Medicine (18.56%), Social Sciences (10.70%), Engineering (9.43%), Biochemistry, Genetics and Molecular Biology (6.44%), Computer Science (6.29%). Five domains collectively constitute 51.43% of paper volume, reflecting the concentration of scientific productivity. With 109.70M authors, 3.76M keywords, and billions of relational edges, the system supports fine-grained topological search, reasoning, and interdisciplinary integration. Figure 2

Figure 2: Discipline Distribution in SciAtlas highlighting dominant fields and broad academic representation.

Graph Construction and Updates

Raw data is harvested from OpenAlex, leveraging daily APIs and periodic changefiles for continuous schema evolution. Entity normalization and deduplication are performed for core attributes, excluding authors due to widespread synonymy. English-only, content-rich papers are retained. Keyword extraction is executed using instruction-tuned LLMs, focusing on reusable, domain-general concepts and explicitly filtering out paper-specific terminology and marketing language. Semantic vectors (bge-large-en-v1.5 embeddings) are additionally computed for titles, abstracts, and keywords to facilitate hybrid retrieval.

The database is deployed on Neo4j, with support for real-time updates via OpenAlex API and GROBID for missing entities, enabling dynamic augmentation and maintenance.

Neuro-Symbolic Retrieval Algorithm

SciAtlas advances retrieval beyond standard semantic matching by introducing a neuro-symbolic pipeline with tri-path collaborative recall and deep topological graph reranking—combining lexical matching, semantic vector retrieval, and graph propagation.

  • Node Matching: For a query qq, keywords are extracted via LLM and matched via textual and vector-based scores; papers are retrieved by embeddings, ranked via bge-reranker-large, and title-matching is augmented with fuzzy similarity metrics.
  • Node Merging: Semantic and title matches are fused, normalized, and weighted; exact title matches are granted a substantial bonus.
  • Edge Weighting: Relation-specific weighting schemes (HAS_KEYWORD, CITES, RELATED_TO, AUTHORED, COAUTHOR, COOCCUR) are used, leveraging citation counts, co-occurrence, and author-order for authority modulation. Edge weights are explicitly defined for each relation, controlling propagation.
  • Random Walk with Restart (RWR): RWR is applied over the local subgraph with restart probability α\alpha and convergence tolerance ϵ\epsilon, enabling deep exploration and reasoning over heterogeneous connections [rwr].
  • Final Ranking: The topological reasoning scores, initial semantic scores, and citation-based importance are integrated via a linear combination with normalized gating, supporting transparent explanation of retrieval results and path-based interpretability.

The algorithm completes retrieval and deep reasoning within 2 minutes, considerably outperforming iterative LLM research agents in both speed and deterministic cognitive map construction.

Downstream Applications

SciAtlas's retrieval and topological reasoning mechanisms underpin a suite of downstream automated scientific research tasks:

  • Literature Review: Supports venue, author, and institutional authority modulation in retrieval; compatible with LLM-based automated survey synthesis [autosurvey] [surveyforge] [surveyx].
  • Idea Grounding and Evaluation: Enables multi-perspective idea grounding, evidence synthesis, and novelty/feasibility validation—facilitates both human and LLM-as-a-judge workflows [innoeval] [scholareval].
  • Idea Generation: Retrieval supports combinatorial, diverse ideation, and interdisciplinary synthesis.
  • Research Trend Predicting: Chronological/topical analysis, citation-weighted retrieval, and LLM-based summarization yield trajectory analysis and future direction proposals.
  • Related Author Retrieval: Utilizes AUTHORED/COAUTHOR edge weighting for authoritative author ranking and collaborative network analysis.
  • Researcher Background Review: Aggregates publication clusters, supports direction-wise LLM summarization for academic profiling.

The system is purpose-built for supporting agent-based scientific actors (e.g., LLM research agents), providing flexible CLI interfaces and integrated skills for routine automated intelligence workflows.

Limitations and Future Directions

Key limitations include dependence on Neo4j interface complexity, restricted scope to paper-centric entities (atomic facts, datasets, experimental protocols are not fully represented), lack of quantitative benchmarks for downstream tasks, and reliance on manual script-driven updates. Planned future work entails:

  • CLI and agentic skill encapsulation for streamlined agent integration.
  • Expansion to broader knowledge forms (datasets, code, standards, atomic facts) and more comprehensive logical association modeling.
  • Dedicated benchmark development for quantitative downstream task evaluation.
  • Systematic real-time dynamic update strategies.

Practical and Theoretical Implications

SciAtlas addresses critical obstacles in cognitive substrate formation for automated scientific discovery, providing structured topological representation and deterministic retrieval necessary for scaling agentic science. The neuro-symbolic retrieval pipeline demonstrates that hybrid deep reasoning over heterogeneous academic networks is feasible and efficient, reducing logical hallucinations in agentic workflows and supporting transparent multi-perspective synthesis.

Theoretically, the knowledge graph paradigm mitigates knowledge islanding and augments logical association discovery, highlighting the limitations of purely semantic retrieval in LLMs and underscoring the necessity of symbolic substrate for automated research reasoning. Practically, SciAtlas sets a new standard in the structuring, retrieval, and utilization of scholarly knowledge for both machine and human agents.

Potential for Future AI Developments

SciAtlas is poised to catalyze advances in agentic science, knowledge-based research assistance, and interdisciplinary synthesis. The comprehensive schema, scalable update mechanism, and explainable neuro-symbolic retrieval create opportunities for rigorous benchmarking, verifiable agent workflows, and robust scientific evaluation frameworks. As benchmark and downstream task modules mature, SciAtlas will be integral to general scientific intelligence systems, agentic hypothesis generation, and automated peer review.

Conclusion

SciAtlas delivers a large-scale, multi-disciplinary, heterogeneous academic knowledge graph, engineered for panoramic topological reasoning and cognitive mapping in automated scientific research. The system's neuro-symbolic retrieval algorithm accomplishes the transition from semantic matching to deterministic graph-based association discovery, dismantling disciplinary silos and accelerating both agentic and human scientific workflows, with explicit path-based explanations and substantially reduced reasoning costs. SciAtlas stands to be a core infrastructural component in future agentic AI for science.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.

Tweets

Sign up for free to view the 3 tweets with 3 likes about this paper.