paper-with-me

Papers

Syntax-Aware Complex-Valued Neural Machine Translation

2023-07-17 · Yang Liu, Yuexian Hou

Syntax has been proven to be remarkably effective in neural machine translation (NMT). Previous models obtained syntax information from syntactic parsing tools and integrated it into NMT models to improve translation performance. In this work, we propose a method to incorporate syntax information into a complex-valued Encoder-Decoder architecture. The proposed model jointly learns word-level and syntax-level attention scores from the source side to the target side using an attention mechanism. Importantly, it is not dependent on specific network architectures and can be directly integrated into any existing sequence-to-sequence (Seq2Seq) framework. The experimental results demonstrate that the proposed method can bring significant improvements in BLEU scores on two datasets. In particular, the proposed method achieves a greater improvement in BLEU scores in translation tasks involving language pairs with significant syntactic differences.

📄 PDF Abstract BibTeX arXiv:2307.08586

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderMachine TranslationNMTTranslation

Similar Papers 제목 키워드 기반

Towards String-to-Tree Neural Machine Translation

2017-04-16 · ACL 2017 7 · Roee Aharoni, Yoav Goldberg

We present a simple method to incorporate syntactic information about the target language in a neural machine translation system by translating into linearized, lexicalized constituency trees. An experiment on the WMT16 …

Machine TranslationNMTTranslation

Top-down Tree Structured Decoding with Syntactic Connections for Neural Machine Translation and Parsing

2018-09-06 · EMNLP 2018 10 · Jetic Gū, Hassan S. Shavarani, Anoop Sarkar

The addition of syntax-aware decoding in Neural Machine Translation (NMT) systems requires an effective tree-structured neural network, a syntax-aware attention model and a language generation model that is sensitive to …

Constituency ParsingDecoderDependency ParsingMachine Translation+4

Syntax-Enhanced Neural Machine Translation with Syntax-Aware Word Representations

2019-05-08 · NAACL 2019 6 · Meishan Zhang, Zhenghua Li, Guohong Fu, Min Zhang

Syntax has been demonstrated highly effective in neural machine translation (NMT). Previous NMT models integrate syntax by representing 1-best tree outputs from a well-trained parsing system, e.g., the representative Tre…

Machine TranslationNMTTranslationWord Embeddings

Syntax-aware Phrase-based Statistical Machine Translation: System Description

2012-06-01 · WS 2012 6 · Ulrich Germann
Machine TranslationTranslationWord Alignment

Syntax-aware Data Augmentation for Neural Machine Translation

2020-04-29 · Sufeng Duan, Hai Zhao, Dong-dong Zhang, Rui Wang

Data augmentation is an effective performance enhancement in neural machine translation (NMT) by generating additional bilingual data. In this paper, we propose a novel data augmentation enhancement strategy for neural m…

Data AugmentationMachine TranslationNMTSentence+1