/scheduled-sampling-transformers

Code for the paper "Scheduled Sampling for Transformers"

Primary LanguagePythonMIT LicenseMIT

Scheduled Sampling for Transformers

This repository contains code for the paper Scheduled Sampling for Transformers from Tsvetomila Mihaylova and André Martins, published in the ACL Student Research Workshop 2019.

Acknowledgements

Ben Peters and Gonçalo Correia were involved on a previous stage of the project.

The code is based on OpenNMT-py.

Citation

@inproceedings{scheduled-transformers-2019,
  author    = {Tsvetomila Mihaylova and
               Andr\'{e} F.~T. Martins},
  title     = {Scheduled Sampling for Transformers},
  booktitle = {Proceedings ACL SRW},
  year      = {2019}
}