paper-with-me

Papers

Character-based Decoding in Tree-to-Sequence Attention-based Neural Machine Translation

2016-12-01 · WS 2016 12 · Akiko Eriguchi, Kazuma Hashimoto, Yoshimasa Tsuruoka

This paper reports our systems (UT-AKY) submitted in the 3rd Workshop of Asian Translation 2016 (WAT{'}16) and their results in the English-to-Japanese translation task. Our model is based on the tree-to-sequence Attention-based NMT (ANMT) model proposed by Eriguchi et al. (2016). We submitted two ANMT systems: one with a word-based decoder and the other with a character-based decoder. Experimenting on the English-to-Japanese translation task, we have confirmed that the character-based decoder can cover almost the full vocabulary in the target language and generate translations much faster than the word-based model.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderMachine TranslationNMTTranslation

Similar Papers 제목 키워드 기반

Top-down string-to-dependency Neural Machine Translation

2026-03-30 · Shuhei Kondo, Katsuhito Sudoh, Yuji Matsumoto arxiv

Most of modern neural machine translation (NMT) models are based on an encoder-decoder framework with an attention mechanism. While they perform well on standard datasets, they can have trouble in translation of long inp…

Machine Translation

SpecExtend: A Drop-in Enhancement for Speculative Decoding of Long Sequences

2025-05-27 · Jungyoub Cha, Hyunjong Kim, Sungzoon Cho

Speculative decoding is a widely adopted technique for accelerating inference in large language models (LLMs), but its performance degrades on long inputs due to increased attention cost and reduced draft accuracy. We in…

16kLong-Context Understanding

A Tree-to-Sequence Model for Neural NLG in Task-Oriented Dialog

2019-10-01 · WS 2019 10 · Jinfeng Rao, Kartikeya Upasani, Anusha Balakrishnan, Michael White 외

Generating fluent natural language responses from structured semantic representations is a critical step in task-oriented conversational systems. Sequence-to-sequence models on flat meaning representations (MR) have been…

Sentence

Tree Attention: Topology-aware Decoding for Long-Context Attention on GPU clusters

2024-08-07 · Vasudev Shyam, Jonathan Pilault, Emily Shepperd, Quentin Anthony 외

Self-attention is the core mathematical operation of modern transformer architectures and is also a significant computational bottleneck due to its quadratic complexity in the sequence length. In this work, we derive the…

GPU

Towards better decoding and language model integration in sequence to sequence models

2016-12-08 · Jan Chorowski, Navdeep Jaitly

The recently proposed Sequence-to-Sequence (seq2seq) framework advocates replacing complex data processing pipelines, such as an entire automatic speech recognition system, with a single neural network trained in an end-…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Language ModelingLanguage Modelling+2