paper-with-me

홈 › Papers

Decoding-History-Based Adaptive Control of Attention for Neural Machine Translation

2018-02-06 · Junyang Lin, Shuming Ma, Qi Su, Xu sun

Attention-based sequence-to-sequence model has proved successful in Neural Machine Translation (NMT). However, the attention without consideration of decoding history, which includes the past information in the decoder and the attention mechanism, often causes much repetition. To address this problem, we propose the decoding-history-based Adaptive Control of Attention (ACA) for the NMT model. ACA learns to control the attention by keeping track of the decoding history and the current information with a memory vector, so that the model can take the translated contents and the current information into consideration. Experiments on Chinese-English translation and the English-Vietnamese translation have demonstrated that our model significantly outperforms the strong baselines. The analysis shows that our model is capable of generating translation with less repetition and higher accuracy. The code will be available at https://github.com/lancopku

📄 PDF Abstract BibTeX arXiv:1802.01812

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderMachine TranslationNMTTranslation

Similar Papers 제목 키워드 기반

Neural Machine Translation with Decoding History Enhanced Attention

2018-08-01 · COLING 2018 8 · Mingxuan Wang, Jun Xie, Zhixing Tan, Jinsong Su 외

Neural machine translation with source-side attention have achieved remarkable performance. however, there has been little work exploring to attend to the target-side which can potentially enhance the memory capbility of…

Language ModelingLanguage ModellingMachine TranslationNMT+1

AHASD: Asynchronous Heterogeneous Architecture for LLM Adaptive Drafting Speculative Decoding on Mobile Devices

2026-04-28 · Ma Zirui, Fan Zhihua, Li Wenxing, Wu Haibin 외 arxiv

Speculative decoding enhances the inference efficiency of large language models (LLMs) by generating drafts using a small draft language model (DLM) and verifying them in batches with a large target language model (TLM).…

Dual Control Memory Augmented Neural Networks for Treatment Recommendations

2018-02-11 · Hung Le, Truyen Tran, Svetha Venkatesh

Machine-assisted treatment recommendations hold a promise to reduce physician time and decision errors. We formulate the task as a sequence-to-sequence prediction model that takes the entire time-ordered medical history …

Learning When to Concentrate or Divert Attention: Self-Adaptive Attention Temperature for Neural Machine Translation

2018-08-22 · EMNLP 2018 10 · Junyang Lin, Xu sun, Xuancheng Ren, Muyu Li 외

Most of the Neural Machine Translation (NMT) models are based on the sequence-to-sequence (Seq2Seq) model with an encoder-decoder framework equipped with the attention mechanism. However, the conventional attention mecha…

DecoderMachine TranslationNMTTranslation

Synchronous Bidirectional Inference for Neural Sequence Generation

2019-02-24 · Jiajun Zhang, Long Zhou, Yang Zhao, Cheng-qing Zong

In sequence to sequence generation tasks (e.g. machine translation and abstractive summarization), inference is generally performed in a left-to-right manner to produce the result token by token. The neural approaches, s…

Abstractive Text SummarizationMachine TranslationTranslation