English

Explicit Sentence Compression for Neural Machine Translation

Computation and Language 2019-12-30 v1

Abstract

State-of-the-art Transformer-based neural machine translation (NMT) systems still follow a standard encoder-decoder framework, in which source sentence representation can be well done by an encoder with self-attention mechanism. Though Transformer-based encoder may effectively capture general information in its resulting source sentence representation, the backbone information, which stands for the gist of a sentence, is not specifically focused on. In this paper, we propose an explicit sentence compression method to enhance the source sentence representation for NMT. In practice, an explicit sentence compression goal used to learn the backbone information in a sentence. We propose three ways, including backbone source-side fusion, target-side fusion, and both-side fusion, to integrate the compressed sentence into NMT. Our empirical tests on the WMT English-to-French and English-to-German translation tasks show that the proposed sentence compression method significantly improves the translation performances over strong baselines.

Keywords

Cite

@article{arxiv.1912.11980,
  title  = {Explicit Sentence Compression for Neural Machine Translation},
  author = {Zuchao Li and Rui Wang and Kehai Chen and Masao Utiyama and Eiichiro Sumita and Zhuosheng Zhang and Hai Zhao},
  journal= {arXiv preprint arXiv:1912.11980},
  year   = {2019}
}

Comments

Working in progress, part of this work is accepted in AAAI-2020

R2 v1 2026-06-23T12:57:02.587Z