IndexFziQ/GNN4NLP-Papers
A list of recent papers about Graph Neural Network methods applied in NLP areas.
This is a curated collection of recent research papers on applying Graph Neural Networks (GNNs) to problems in Natural Language Processing (NLP). It provides a categorized list of academic publications from major conferences, allowing researchers and practitioners to quickly find relevant studies. If you are an NLP researcher, data scientist, or academic, this resource helps you keep up with the latest advancements in GNNs for NLP tasks.
907 stars. No commits in the last 6 months.
Use this if you are researching or implementing GNN-based solutions for NLP tasks and need to find relevant academic papers, their PDFs, and sometimes their code.
Not ideal if you are looking for an executable library, a tutorial for beginners, or a general overview of GNNs or NLP without the specific intersection.
Stars
907
Forks
137
Language
—
License
MIT
Category
Last pushed
May 09, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/IndexFziQ/GNN4NLP-Papers"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
kyzhouhzau/NLPGNN
1. Use BERT, ALBERT and GPT2 as tensorflow2.0's layer. 2. Implement GCN, GAN, GIN and...
qipeng/gcn-over-pruned-trees
Graph Convolution over Pruned Dependency Trees Improves Relation Extraction (authors' PyTorch...
kenqgu/Text-GCN
A PyTorch implementation of "Graph Convolutional Networks for Text Classification." (AAAI 2019)
daiquocnguyen/Graph-Transformer
Universal Graph Transformer Self-Attention Networks (TheWebConf WWW 2022) (Pytorch and Tensorflow)
Cynwell/Text-Level-GNN
Text Level Graph Neural Network for Text Classification