Mutual Information And Diverse Decoding Improve Neural Machine Translation | Awesome LLM Papers Contribute to Awesome LLM Papers

Mutual Information And Diverse Decoding Improve Neural Machine Translation

Jiwei Li, Dan Jurafsky . Arxiv 2016 – 99 citations

[Paper]   Search on Google Scholar   Search on Semantic Scholar
Uncategorized

Sequence-to-sequence neural translation models learn semantic and syntactic relations between sentence pairs by optimizing the likelihood of the target given the source, i.e., (p(y|x)), an objective that ignores other potentially useful sources of information. We introduce an alternative objective function for neural MT that maximizes the mutual information between the source and target sentences, modeling the bi-directional dependency of sources and targets. We implement the model with a simple re-ranking method, and also introduce a decoding algorithm that increases diversity in the N-best list produced by the first pass. Applied to the WMT German/English and French/English tasks, the proposed models offers a consistent performance boost on both standard LSTM and attention-based neural MT architectures.

Similar Work