iworldtong / text_gcn.pytorchLinks
PyTorch implementation of "Graph Convolutional Networks for Text Classification. Yao et al. AAAI2019."
☆269Updated 5 years ago
Alternatives and similar repositories for text_gcn.pytorch
Users that are interested in text_gcn.pytorch are comparing it to the libraries listed below
Sorting:
- Pytorch implementation of "Graph Convolutional Networks for Text Classification"☆132Updated 2 years ago
- Attention Guided Graph Convolutional Networks for Relation Extraction (authors' PyTorch implementation for the ACL19 paper)☆435Updated 3 years ago
- [ACL 2020] Tensorflow implementation for "Every Document Owns Its Structure: Inductive Text Classification via Graph Neural Networks"☆180Updated last year
- Graph Convolution over Pruned Dependency Trees Improves Relation Extraction (authors' PyTorch implementation)☆373Updated 5 years ago
- Code and preprocessed dataset for EMNLP 2019 paper titled "Aspect-based Sentiment Classification with Aspect-specific Graph Convolutional…☆297Updated 4 years ago
- A PyTorch implementation of GraphRel☆278Updated last year
- ACL 2019: Incorporating Syntactic and Semantic Information in Word Embeddings using Graph Convolutional Networks☆292Updated 2 years ago
- Source code and dataset for ACL 2019 paper "Cognitive Graph for Multi-Hop Reading Comprehension at Scale"☆457Updated 2 years ago
- Heterogeneous graph attention network for semi-supervised short text classification (EMNLP 2019, TOIS 2021)☆265Updated 4 years ago
- Code for ACL2020 paper "Heterogeneous Graph Neural Networks for Extractive Document Summarization"☆248Updated last year
- The PyTorch 1.6 and Python 3.7 implementation for the paper Graph Convolutional Networks for Text Classification☆110Updated 5 years ago
- Graph Convolutional Networks (GCN) with BERT for Coreference Resolution Task [Pytorch][DGL]☆136Updated 4 years ago
- torchtext使用总结,从零开始逐步实现了torchtext文本预处理过程,包括截断补长,词表构建,使用预训练词向量,构建可用于PyTorch的可迭代数据等步骤。并结合Pytorch实现LSTM.☆176Updated 6 years ago
- ☆29Updated 4 years ago
- source code of our paper presents in EMNLP 2019. https://www.aclweb.org/anthology/D19-1345/☆53Updated 6 years ago
- Code for the paper ``Coherent Comments Generation for Chinese Articles with a Graph-to-Sequence Model''☆174Updated 5 years ago
- The code of ACL 2019 paper: Matching Article Pairs with Graphical Decomposition and Convolutions☆236Updated 4 years ago
- ☆220Updated 5 years ago
- The information of computer journal☆179Updated 3 years ago
- FastGCN for inductive text classification☆86Updated 6 years ago
- ☆277Updated 3 months ago
- Implementation of the ESIM model for natural language inference with PyTorch☆373Updated 4 years ago
- CNN,RNN ,Activation functions, Graph Convolutional Networks(GCN) for Text Classification☆32Updated 5 years ago
- Knowledge-Aware Graph Networks for Commonsense Reasoning (EMNLP-IJCNLP 19)☆273Updated 5 years ago
- This is the code for our EMNLP 2018 paper "Jointly Multiple Events Extraction via Attention-based Graph Information Aggregation"☆236Updated 3 years ago
- Code and dataset of AAAI2019 paper Hybrid Attention-Based Prototypical Networks for Noisy Few-Shot Relation Classification☆189Updated 6 years ago
- text classification with deep learning model and traditional ways☆54Updated 6 years ago
- Knowledge Graph Embedding Based Question Answering☆156Updated 2 years ago
- Sequence Generation Model for Multi-label Classification (COLING 2018)☆438Updated 5 years ago
- 1. Use BERT, ALBERT and GPT2 as tensorflow2.0's layer. 2. Implement GCN, GAN, GIN and GraphSAGE based on message passing.☆338Updated last year