LexiGraph-X
LexiGraph-X is a Level-5 NLP-driven knowledge graph engine that builds and continuously updates dynamic knowledge graphs from raw text streams.
It combines entity linking, relation extraction, temporal graph updates, and context-aware node weighting, enabling intelligent graph construction from unstructured data.
๐ Key Capabilities
- ๐ง Entity Linking
- ๐ Relation Extraction
- โฑ๏ธ Temporal Graph Updates
- ๐ฏ Context-Aware Node Weighting
- ๐ธ๏ธ Dynamic Knowledge Graph Construction
- ๐ค Hugging FaceโReady (
graph-ml)
๐ง System Architecture
Raw Text Stream
โ
Text Ingestor
โ
Entity Linker
โ
Relation Extractor
โ
Context Encoder
โ
Graph Builder
โ
Temporal Graph Updater
โ
Node Weighting
โ
Dynamic Knowledge Graph
๐ฅ Input Format
{
"texts": [
"OpenAI developed ChatGPT.",
"ChatGPT is used by developers worldwide."
]
}
๐ค Output Format
{
"nodes": [
{
"name": "OpenAI",
"type": "ORG",
"weight": 1.05
},
{
"name": "ChatGPT",
"type": "TECH",
"weight": 1.05
}
],
"edges": [
{
"source": "OpenAI",
"relation": "developed_by",
"target": "ChatGPT"
}
]
}
๐ ๏ธ Installation & Usage
git clone https://huggingface.co/<your-username>/lexigraph-x
cd lexigraph-x
python inference.py
๐ Project Structure
lexigraph-x/
โโโ configs/
โโโ data/
โโโ src/
โโโ inference.py
โโโ evaluation.py
โโโ README.md
โโโ model_card.md
โโโ LICENSE
โโโ requirements.txt
๐ฏ Use Cases
- Knowledge graph construction
- NLP-driven information extraction
- Research in graph intelligence
- Text-to-graph pipelines
๐ฎ Future Improvements
- Transformer-based NER
- Graph Neural Networks
- Knowledge graph visualization
๐ License
Apache License 2.0
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
๐
Ask for provider support