paper-with-me

Papers

Transformer-Based Direct Hidden Markov Model for Machine Translation

2021-08-01 · ACL 2021 5 · Weiyue Wang, Zijian Yang, Yingbo Gao, Hermann Ney

The neural hidden Markov model has been proposed as an alternative to attention mechanism in machine translation with recurrent neural networks. However, since the introduction of the transformer models, its performance has been surpassed. This work proposes to introduce the concept of the hidden Markov model to the transformer architecture, which outperforms the transformer baseline. Interestingly, we find that the zero-order model already provides promising performance, giving it an edge compared to a model with first-order dependency, which performs similarly but is significantly slower in training and decoding.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationTranslation

Similar Papers 제목 키워드 기반

Hidden Markov Transformer for Simultaneous Machine Translation

2023-03-01 · Shaolei Zhang, Yang Feng

Simultaneous machine translation (SiMT) outputs the target sequence while receiving the source sequence, and hence learning when to start translating each target token is the core challenge for SiMT task. However, it is …

Machine TranslationTranslation

Neural Hidden Markov Model for Machine Translation

2018-07-01 · ACL 2018 7 · Weiyue Wang, Derui Zhu, Tamer Alkhouli, Zixuan Gan 외

Attention-based neural machine translation (NMT) models selectively focus on specific source positions to produce a translation, which brings significant improvements over pure encoder-decoder sequence-to-sequence models…

DecoderMachine TranslationmodelNMT+1

Revisiting the Markov Property for Machine Translation

2024-02-03 · Cunxiao Du, Hao Zhou, Zhaopeng Tu, Jing Jiang

In this paper, we re-examine the Markov property in the context of neural machine translation. We design a Markov Autoregressive Transformer~(MAT) and undertake a comprehensive assessment of its performance across four W…

Machine TranslationTranslation

Directed Acyclic Transformer for Non-Autoregressive Machine Translation

2022-05-16 · Fei Huang, Hao Zhou, Yang Liu, Hang Li 외

Non-autoregressive Transformers (NATs) significantly reduce the decoding latency by generating all tokens in parallel. However, such independent predictions prevent NATs from capturing the dependencies between the tokens…

Knowledge DistillationMachine TranslationTranslation

An Intrinsic Nearest Neighbor Analysis of Neural Machine Translation Architectures

2019-07-08 · WS 2019 8 · Hamidreza Ghader, Christof Monz

Earlier approaches indirectly studied the information captured by the hidden states of recurrent and non-recurrent neural machine translation models by feeding them into different classifiers. In this paper, we look at t…

Machine TranslationTranslationWord Embeddings