paper-with-me

Papers

Lattice-Based Recurrent Neural Network Encoders for Neural Machine Translation

2016-09-25 · Jinsong Su, Zhixing Tan, Deyi Xiong, Rongrong Ji, Xiaodong Shi, Yang Liu

Neural machine translation (NMT) heavily relies on word-level modelling to learn semantic representations of input sentences. However, for languages without natural word delimiters (e.g., Chinese) where input sentences have to be tokenized first, conventional NMT is confronted with two issues: 1) it is difficult to find an optimal tokenization granularity for source sentence modelling, and 2) errors in 1-best tokenizations may propagate to the encoder of NMT. To handle these issues, we propose word-lattice based Recurrent Neural Network (RNN) encoders for NMT, which generalize the standard RNN to word lattice topology. The proposed encoders take as input a word lattice that compactly encodes multiple tokenizations, and learn to generate new hidden states from arbitrarily many inputs and hidden states in preceding time steps. As such, the word-lattice based encoders not only alleviate the negative impact of tokenization errors but also are more expressive and flexible to embed input sentences. Experiment results on Chinese-English translation demonstrate the superiorities of the proposed encoders over the conventional encoder.

📄 PDF Abstract BibTeX arXiv:1609.07730

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationNMTSentenceTranslation

Similar Papers 제목 키워드 기반

Lattice-Based Transformer Encoder for Neural Machine Translation

2019-06-04 · ACL 2019 7 · Fengshun Xiao, Jiangtong Li, Hai Zhao, Rui Wang 외

Neural machine translation (NMT) takes deterministic sequences for source representations. However, either word-level or subword-level segmentations have multiple choices to split a source sequence with different word se…

DiversityMachine TranslationNMTTranslation

Neural Lattice Search for Domain Adaptation in Machine Translation

2017-11-01 · IJCNLP 2017 11 · Huda Khayrallah, Gaurav Kumar, Kevin Duh, Matt Post 외

Domain adaptation is a major challenge for neural machine translation (NMT). Given unknown words or new domains, NMT systems tend to generate fluent translations at the expense of adequacy. We present a stack-based latti…

Domain AdaptationMachine TranslationNMTTranslation

Neural Machine Translation by Minimising the Bayes-risk with Respect to Syntactic Translation Lattices

2016-12-12 · EACL 2017 4 · Felix Stahlberg, Adrià De Gispert, Eva Hasler, Bill Byrne

We present a novel scheme to combine neural machine translation (NMT) with traditional statistical machine translation (SMT). Our approach borrows ideas from linearised lattice minimum Bayes-risk decoding for SMT. The NM…

DecoderMachine TranslationNMTTranslation

Lattention: Lattice-attention in ASR rescoring

2021-11-19 · Prabhat Pandey, Sergio Duarte Torres, Ali Orkan Bayer, Ankur Gandhe 외

Lattices form a compact representation of multiple hypotheses generated from an automatic speech recognition system and have been shown to improve performance of downstream tasks like spoken language understanding and sp…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Decoderspeech-recognition+3

Sequence-to-Lattice Models for Fast Translation

2021-11-01 · Findings (EMNLP) 2021 11 · Yuntian Deng, Alexander Rush

Non-autoregressive machine translation (NAT) approaches enable fast generation by utilizing parallelizable generative processes. The remaining bottleneck in these models is their decoder layers; unfortunately unlike in a…

DecoderMachine TranslationTranslation