graph4ai/graph4nlp
Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website (https://dlg4nlp.github.io/index.html) for various learning resources!
This library helps natural language processing (NLP) researchers and data scientists apply Graph Neural Networks (GNNs) to language tasks. It takes text-based data, transforms it into graph structures, and then uses GNNs to analyze it, producing insights like text classifications, semantic interpretations, or translations. Ideal for those working on advanced NLP problems, it provides both pre-built models and flexible tools for custom solutions.
1,686 stars. No commits in the last 6 months.
Use this if you are a researcher or data scientist specializing in Natural Language Processing and want to leverage the power of Graph Neural Networks for tasks like text classification, semantic parsing, or machine translation.
Not ideal if you are looking for a simple, off-the-shelf NLP tool without needing to delve into the intricacies of Graph Neural Networks or deep learning models.
Stars
1,686
Forks
206
Language
Python
License
Apache-2.0
Category
Last pushed
Jun 24, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/graph4ai/graph4nlp"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
pyg-team/pytorch_geometric
Graph Neural Network Library for PyTorch
a-r-j/graphein
Protein Graph Library
raamana/graynet
Subject-wise networks from structural MRI, both vertex- and voxel-wise features (thickness, GM...
pykale/pykale
Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for...
dmlc/dgl
Python package built to ease deep learning on graph, on top of existing DL frameworks.