English

Refining Source Representations with Relation Networks for Neural Machine Translation

Computation and Language 2018-05-28 v3 Artificial Intelligence Machine Learning

Abstract

Although neural machine translation (NMT) with the encoder-decoder framework has achieved great success in recent times, it still suffers from some drawbacks: RNNs tend to forget old information which is often useful and the encoder only operates through words without considering word relationship. To solve these problems, we introduce a relation networks (RN) into NMT to refine the encoding representations of the source. In our method, the RN first augments the representation of each source word with its neighbors and reasons all the possible pairwise relations between them. Then the source representations and all the relations are fed to the attention module and the decoder together, keeping the main encoder-decoder architecture unchanged. Experiments on two Chinese-to-English data sets in different scales both show that our method can outperform the competitive baselines significantly.

Keywords

Cite

@article{arxiv.1709.03980,
  title  = {Refining Source Representations with Relation Networks for Neural Machine Translation},
  author = {Wen Zhang and Jiawei Hu and Yang Feng and Qun Liu},
  journal= {arXiv preprint arXiv:1709.03980},
  year   = {2018}
}

Comments

i am planned to improve my experiments and modified our paper

R2 v1 2026-06-22T21:40:48.741Z