Eathoublu / attention-is-all-you-need-pytorchLinks
A PyTorch implementation of the Transformer model in "Attention is All You Need".
☆19Updated 6 years ago
Alternatives and similar repositories for attention-is-all-you-need-pytorch
Users that are interested in attention-is-all-you-need-pytorch are comparing it to the libraries listed below
Sorting:
- Code for AAAI2020 paper "Graph Transformer for Graph-to-Sequence Learning"☆191Updated 11 months ago
- Pytorch implementation of "CIL: Contrastive Instance Learning Framework for Distantly Supervised Relation Extraction"☆21Updated 2 years ago
- PyTorch implementation of "Graph Convolutional Networks for Text Classification. Yao et al. AAAI2019."☆267Updated 5 years ago
- The information of computer journal☆177Updated 2 years ago
- Code for ACL2020 paper "Heterogeneous Graph Neural Networks for Extractive Document Summarization"☆247Updated last year
- [ACL 2020] Tensorflow implementation for "Every Document Owns Its Structure: Inductive Text Classification via Graph Neural Networks"☆180Updated last year
- star_transformer pytorch☆27Updated 5 years ago
- Heterogeneous graph attention network for semi-supervised short text classification (EMNLP 2019, TOIS 2021)☆261Updated 4 years ago
- Attention Guided Graph Convolutional Networks for Relation Extraction (authors' PyTorch implementation for the ACL19 paper)☆435Updated 3 years ago
- Source code for the ACL 2018 paper: "A Walk-based model on Entity Graphs for Relation Extraction"☆13Updated 11 months ago
- Graph Convolution Network for PyTorch☆403Updated 6 years ago
- Reading list for research topics in multimodal machine learning☆66Updated 5 years ago
- Knowledge Graph Embedding - Orthogonal Relation Transforms with Graph Context Modeling for Knowledge Graph Embedding☆28Updated 4 years ago
- The PyTorch 1.6 and Python 3.7 implementation for the paper Graph Convolutional Networks for Text Classification☆111Updated 4 years ago
- ☆54Updated 3 years ago
- Graph Neural Networks including GAT\GCN\GGNN,GGNN-LSTM,using scene graph to generate captions☆1Updated 5 years ago
- A PyTorch Implementation of Gated Graph Sequence Neural Networks (GGNN) and Residual Gated Graph ConvNets (RGGC) for FYP☆72Updated 6 years ago
- Implement the paper "Self-Attention with Relative Position Representations"☆133Updated 4 years ago
- Pytorch Implementation of Attention-Based BiLSTM for Relation Extraction ("Attention-Based Bidirectional Long Short-Term Memory Networks …☆44Updated 11 months ago
- [AAAI 2022] Sparse Structure Learning via Graph Neural Networks for Inductive Document Classification☆32Updated 7 months ago
- Text Level Graph Neural Network for Text Classification☆47Updated 4 years ago
- pytorch implementation of Attention is all you need☆238Updated 4 years ago
- A rough re-implement of Text Level Graph Neural Network for Text Classification☆36Updated 4 years ago
- MA-BERT Learning Representation by Incorporating Multi-Attribute Knowledge in Transformers☆16Updated 4 years ago
- source code of our paper presents in EMNLP 2019. https://www.aclweb.org/anthology/D19-1345/☆53Updated 5 years ago
- Source code and datasets for ACL 2020 paper: Neighborhood Matching Network for Entity Alignment.☆75Updated 4 years ago
- Official implementation of AAAI-21 paper "Label Confusion Learning to Enhance Text Classification Models"☆115Updated 2 years ago
- pytorch word2vec Four implementations : skip gram / CBOW on hierarchical softmax / negative sampling☆64Updated 6 years ago
- An implement of CompGCN in Pytorch and DGL.☆37Updated 11 months ago
- torchtext使用总结,从零开始逐步实现了torchtext文本预处理过程,包括截断补长,词表构建,使用预训练词向量,构建可用于PyTorch的可迭代数据等步骤。并结合Pytorch实现LSTM.☆175Updated 6 years ago