English

Improving Scheduled Sampling with Elastic Weight Consolidation for Neural Machine Translation

Computation and Language 2023-01-11 v3 Machine Learning

Abstract

Despite strong performance in many sequence-to-sequence tasks, autoregressive models trained with maximum likelihood estimation suffer from exposure bias, i.e. the discrepancy between the ground-truth prefixes used during training and the model-generated prefixes used at inference time. Scheduled sampling is a simple and empirically successful approach which addresses this issue by incorporating model-generated prefixes into training. However, it has been argued that it is an inconsistent training objective leading to models ignoring the prefixes altogether. In this paper, we conduct systematic experiments and find that scheduled sampling, while it ameliorates exposure bias by increasing model reliance on the input sequence, worsens performance when the prefix at inference time is correct, a form of catastrophic forgetting. We propose to use Elastic Weight Consolidation to better balance mitigating exposure bias with retaining performance. Experiments on four IWSLT'14 and WMT'14 translation datasets demonstrate that our approach alleviates catastrophic forgetting and significantly outperforms maximum likelihood estimation and scheduled sampling baselines.

Keywords

Cite

@article{arxiv.2109.06308,
  title  = {Improving Scheduled Sampling with Elastic Weight Consolidation for Neural Machine Translation},
  author = {Michalis Korakakis and Andreas Vlachos},
  journal= {arXiv preprint arXiv:2109.06308},
  year   = {2023}
}

Comments

Findings of EMNLP 2022

R2 v1 2026-06-24T05:56:10.083Z