KiwiCutter is an easy-to-use tutorial for OpenKiwi. This was originally presented at the MT Marathon in Edinburgh.
Quality estimation (QE) is one of the missing pieces of machine translation: its goal is to evaluate a translation system’s quality without access to reference translations. OpenKiwi, is a Pytorch-based open-source framework that implements the best QE systems from WMT 2015-18 shared tasks, making it easy to experiment with these models under the same framework.
Using OpenKiwi and a stacked combination of these models we have achieved state-of-the-art results on word-level QE on the WMT 2018 English-German dataset. Furthermore, we built on top of this framework to win the WMT 2019 shared task on quality estimation. You can check our approach here
We are going to split the tutorial in two parts:
You can find the notebook in this repo and the description of the exercises under the exercise
folder.