All Projects → xwgeng → SSAN

xwgeng / SSAN

Licence: other
How Does Selective Mechanism Improve Self-attention Networks?

Programming Languages

python
139335 projects - #7 most used programming language
perl
6916 projects
shell
77523 projects

Projects that are alternatives of or similar to SSAN

bytenet translation
A TensorFlow Implementation of Machine Translation In Neural Machine Translation in Linear Time
Stars: ✭ 60 (+233.33%)
Mutual labels:  neural-machine-translation
MT-Preparation
Machine Translation (MT) Preparation Scripts
Stars: ✭ 15 (-16.67%)
Mutual labels:  neural-machine-translation
ABD-NMT
Code for "Asynchronous bidirectional decoding for neural machine translation" (AAAI, 2018)
Stars: ✭ 32 (+77.78%)
Mutual labels:  neural-machine-translation
DCGCN
Densely Connected Graph Convolutional Networks for Graph-to-Sequence Learning (authors' MXNet implementation for the TACL19 paper)
Stars: ✭ 73 (+305.56%)
Mutual labels:  neural-machine-translation
2018-dlsl
UPC Deep Learning for Speech and Language 2018
Stars: ✭ 18 (+0%)
Mutual labels:  neural-machine-translation
dynmt-py
Neural machine translation implementation using dynet's python bindings
Stars: ✭ 17 (-5.56%)
Mutual labels:  neural-machine-translation
Pytorch Seq2seq
Tutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText.
Stars: ✭ 3,418 (+18888.89%)
Mutual labels:  neural-machine-translation
RNNSearch
An implementation of attention-based neural machine translation using Pytorch
Stars: ✭ 43 (+138.89%)
Mutual labels:  neural-machine-translation
parallel-corpora-tools
Tools for filtering and cleaning parallel and monolingual corpora for machine translation and other natural language processing tasks.
Stars: ✭ 35 (+94.44%)
Mutual labels:  neural-machine-translation
minimal-nmt
A minimal nmt example to serve as an seq2seq+attention reference.
Stars: ✭ 36 (+100%)
Mutual labels:  neural-machine-translation
TS3000 TheChatBOT
Its a social networking chat-bot trained on Reddit dataset . It supports open bounded queries developed on the concept of Neural Machine Translation. Beware of its being sarcastic just like its creator 😝 BDW it uses Pytorch framework and Python3.
Stars: ✭ 20 (+11.11%)
Mutual labels:  neural-machine-translation
Word-Level-Eng-Mar-NMT
Translating English sentences to Marathi using Neural Machine Translation
Stars: ✭ 37 (+105.56%)
Mutual labels:  neural-machine-translation
zero
Zero -- A neural machine translation system
Stars: ✭ 121 (+572.22%)
Mutual labels:  neural-machine-translation
bergamot-translator
Cross platform C++ library focusing on optimized machine translation on the consumer-grade device.
Stars: ✭ 181 (+905.56%)
Mutual labels:  neural-machine-translation
Data-Rejuvenation
Implementation of our paper "Data Rejuvenation: Exploiting Inactive Training Examples for Neural Machine Translation" in EMNLP-2020.
Stars: ✭ 18 (+0%)
Mutual labels:  neural-machine-translation
vat nmt
Implementation of "Effective Adversarial Regularization for Neural Machine Translation", ACL 2019
Stars: ✭ 22 (+22.22%)
Mutual labels:  neural-machine-translation
sentencepiece-jni
Java JNI wrapper for SentencePiece: unsupervised text tokenizer for Neural Network-based text generation.
Stars: ✭ 26 (+44.44%)
Mutual labels:  neural-machine-translation
transformer
Neutron: A pytorch based implementation of Transformer and its variants.
Stars: ✭ 60 (+233.33%)
Mutual labels:  neural-machine-translation
transformer-slt
Sign Language Translation with Transformers (COLING'2020, ECCV'20 SLRTP Workshop)
Stars: ✭ 92 (+411.11%)
Mutual labels:  neural-machine-translation
NiuTrans.NMT
A Fast Neural Machine Translation System. It is developed in C++ and resorts to NiuTensor for fast tensor APIs.
Stars: ✭ 112 (+522.22%)
Mutual labels:  neural-machine-translation

Selective Self-Attention Networks

This repo provides the code for ACL 2020 paper How Does Selective Mechanism Improve Self-attention Networks ?. The code is based on THUMT and Tensorflow 1.6. Please cite our paper if you find this repository helpful in your research:

@inproceedings{geng2020selective,
    title = "How Does Selective Mechanism Improve Self-Attention Networks?",
    author = "Geng, Xinwei  and Wang, Longyue  and Wang, Xing  and Qin, Bing  and Liu, Ting  and Tu, Zhaopeng",
    booktitle = "ACL",
    month = jul,
    year = "2020",
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].