seq2seq-baseline-dynet is a partial implementation of the following models:
- Luong et al., EMNLP2015 (Concat Attention) http://aclweb.org/anthology/D/D15/D15-1166.pdf.
- Vinyals et al., NIPS2014 https://papers.nips.cc/paper/5635-grammar-as-a-foreign-language.pdf.
- Chen et al., arXiv:1607.01628 https://arxiv.org/pdf/1607.01628.pdf.
- Senrich et al., CMT2016 https://www.aclweb.org/anthology/W/W16/W16-2209.pdf.
These implementations are based on clab/dynet https://github.com/clab/dynet.