IndexFziQ/GNN4NLP-Papers
A list of recent papers about Graph Neural Network methods applied in NLP areas.
Organizes papers across major NLP venues (ACL, EMNLP, COLING, ICLR, etc.) into task-specific categories including sentiment analysis, question answering, relation extraction, and semantic parsing. Papers are indexed with direct links to PDFs and code repositories, enabling researchers to trace GNN applications from fundamental tasks like word embeddings through complex reasoning problems. The collection is actively maintained with quarterly updates tracking the latest conference proceedings.
907 stars. No commits in the last 6 months.
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