ianycxu/GCN-with-BERT
Graph Convolutional Networks (GCN) with BERT for Coreference Resolution Task [Pytorch][DGL]
This project helps natural language processing (NLP) researchers and developers accurately resolve ambiguous pronouns in text. It takes a paragraph with a pronoun and two candidate names, and outputs which name the pronoun refers to. The system is designed for those working on tasks requiring highly precise coreference resolution.
136 stars. No commits in the last 6 months.
Use this if you need to determine the correct referent for pronouns, especially in cases where gender or syntactic structure makes the choice ambiguous.
Not ideal if your primary goal is general text generation or if you are not working with explicit linguistic dependency parsing.
Stars
136
Forks
27
Language
Jupyter Notebook
License
—
Category
Last pushed
May 18, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/ianycxu/GCN-with-BERT"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
kyzhouhzau/NLPGNN
1. Use BERT, ALBERT and GPT2 as tensorflow2.0's layer. 2. Implement GCN, GAN, GIN and...
IndexFziQ/GNN4NLP-Papers
A list of recent papers about Graph Neural Network methods applied in NLP areas.
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)