Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 724 Bytes

File metadata and controls

8 lines (6 loc) · 724 Bytes

How to reward non-autoregressive models: Minimum risk training with string-based metrics in NMT

This repository provides the implementation for the paper "How to reward non-autoregressive models: Minimum risk training with string-based metrics in NMT", which was written as part of the "Natural Language Processing 2" course at the University of Amsterdam.

Requirements

This repository is a simplified fairseq extension. For installation, please follow the instructions of fairseq.

Reproducibility

The experiments were executed using the fairseq.ipynb notebook. Feel free to reach out in case of any questions regarding reproducibility or implementation details.