Discover and explore top open-source AI tools and projects—updated daily.
Framework for autonomous knowledge graph construction
Top 63.0% on SourcePulse
AutoSchemaKG is a framework for automated knowledge graph (KG) construction from unstructured text, designed for researchers and developers needing to build KGs without predefined schemas. It addresses the challenges of KG creation by combining LLM-based triple extraction with schema induction, enabling zero-shot inferencing and achieving state-of-the-art performance on benchmarks.
How It Works
AutoSchemaKG employs a two-stage approach: first, it extracts entities and events as triples from text using Large Language Models (LLMs). Second, it induces a schema through conceptualization, creating semantic links between disparate information. This method allows for autonomous KG construction and generalization across domains.
Quick Start & Requirements
pip install atlas-rag
pip install atlas-rag[nvembed]
transformers
(>=4.42.4, <=4.47.1).marker-pdf
and google-genai
.atlas_billion_kg_usage.ipynb
, atlas_full_pipeline.ipynb
, atlas_multihopqa.ipynb
.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
2 days ago
Inactive