English

Dynamic Context Selection for Document-level Neural Machine Translation via Reinforcement Learning

Computation and Language 2020-10-12 v1

Abstract

Document-level neural machine translation has yielded attractive improvements. However, majority of existing methods roughly use all context sentences in a fixed scope. They neglect the fact that different source sentences need different sizes of context. To address this problem, we propose an effective approach to select dynamic context so that the document-level translation model can utilize the more useful selected context sentences to produce better translations. Specifically, we introduce a selection module that is independent of the translation module to score each candidate context sentence. Then, we propose two strategies to explicitly select a variable number of context sentences and feed them into the translation module. We train the two modules end-to-end via reinforcement learning. A novel reward is proposed to encourage the selection and utilization of dynamic context sentences. Experiments demonstrate that our approach can select adaptive context sentences for different source sentences, and significantly improves the performance of document-level translation methods.

Keywords

Cite

@article{arxiv.2010.04314,
  title  = {Dynamic Context Selection for Document-level Neural Machine Translation via Reinforcement Learning},
  author = {Xiaomian Kang and Yang Zhao and Jiajun Zhang and Chengqing Zong},
  journal= {arXiv preprint arXiv:2010.04314},
  year   = {2020}
}

Comments

Accepted to EMNLP 2020 long paper

R2 v1 2026-06-23T19:11:36.774Z