Joey NMT: A Minimalist NMT Toolkit for Novices
Joey NMT: A Minimalist NMT Toolkit for Novices
复制标题
DOI:
10.18653/v1/d19-3019
复制
发表时间:
2019-07
期刊:
影响因子:
--
通讯作者:
Julia Kreutzer;Jasmijn Bastings;S. Riezler
中科院分区:
文献类型:
--
作者:
Julia Kreutzer;Jasmijn Bastings;S. Riezler
We present Joey NMT, a minimalist neural machine translation toolkit based on PyTorch that is specifically designed for novices. Joey NMT provides many popular NMT features in a small and simple code base, so that novices can easily and quickly learn to use it and adapt it to their needs. Despite its focus on simplicity, Joey NMT supports classic architectures (RNNs, transformers), fast beam search, weight tying, and more, and achieves performance comparable to more complex toolkits on standard benchmarks. We evaluate the accessibility of our toolkit in a user study where novices with general knowledge about Pytorch and NMT and experts work through a self-contained Joey NMT tutorial, showing that novices perform almost as well as experts in a subsequent code quiz. Joey NMT is available at https://github.com/joeynmt/joeynmt.