NMTPY: A Flexible Toolkit For Advanced Neural Machine Translation Systems | Awesome LLM Papers Contribute to Awesome LLM Papers

NMTPY: A Flexible Toolkit For Advanced Neural Machine Translation Systems

Ozan Caglayan, Mercedes García-Martínez, Adrien Bardet, Walid Aransa, Fethi Bougares, Loïc Barrault . The Prague Bulletin of Mathematical Linguistics 2017 – 71 citations

[Paper]   Search on Google Scholar   Search on Semantic Scholar
RAG Uncategorized

In this paper, we present nmtpy, a flexible Python toolkit based on Theano for training Neural Machine Translation and other neural sequence-to-sequence architectures. nmtpy decouples the specification of a network from the training and inference utilities to simplify the addition of a new architecture and reduce the amount of boilerplate code to be written. nmtpy has been used for LIUM’s top-ranked submissions to WMT Multimodal Machine Translation and News Translation tasks in 2016 and 2017.

Similar Work