paper-with-me

Papers

Length bias in Encoder Decoder Models and a Case for Global Conditioning

2016-06-10 · EMNLP 2016 11 · Pavel Sountsov, Sunita Sarawagi

Encoder-decoder networks are popular for modeling sequences probabilistically in many applications. These models use the power of the Long Short-Term Memory (LSTM) architecture to capture the full dependence among variables, unlike earlier models like CRFs that typically assumed conditional independence among non-adjacent variables. However in practice encoder-decoder models exhibit a bias towards short sequences that surprisingly gets worse with increasing beam size. In this paper we show that such phenomenon is due to a discrepancy between the full sequence margin and the per-element margin enforced by the locally conditioned training objective of a encoder-decoder model. The discrepancy more adversely impacts long sequences, explaining the bias towards predicting short sequences. For the case where the predicted sequences come from a closed set, we show that a globally conditioned model alleviates the above problems of encoder-decoder models. From a practical point of view, our proposed model also eliminates the need for a beam-search during inference, which reduces to an efficient dot-product based search in a vector-space.

📄 PDF Abstract BibTeX arXiv:1606.03402

Code (0)

등록된 구현이 없습니다.

Tasks

Decoder

Similar Papers 제목 키워드 기반

Controlling Output Length in Neural Encoder-Decoders

2016-09-30 · EMNLP 2016 11 · Yuta Kikuchi, Graham Neubig, Ryohei Sasano, Hiroya Takamura 외

Neural encoder-decoder models have shown great success in many sequence generation tasks. However, previous work has not investigated situations in which we would like to control the length of encoder-decoder outputs. Th…

DecoderText Summarization

Hierarchical Context-Aware Transformers for Non-Autoregressive Text to Speech

2021-06-29 · Jae-Sung Bae, Tae-Jun Bak, Young-Sun Joo, Hoon-Young Cho

In this paper, we propose methods for improving the modeling performance of a Transformer-based non-autoregressive text-to-speech (TNA-TTS) model. Although the text encoder and audio decoder handle different types and le…

DecoderSentencetext-to-speechText to Speech

Gender Bias in Multilingual Neural Machine Translation: The Architecture Matters

2020-12-24 · Marta R. Costa-jussà, Carlos Escolano, Christine Basta, Javier Ferrando 외

Multilingual Neural Machine Translation architectures mainly differ in the amount of sharing modules and parameters among languages. In this paper, and from an algorithmic perspective, we explore if the chosen architectu…

DecoderMachine TranslationTranslation

Moonshine v2: Ergodic Streaming Encoder ASR for Latency-Critical Speech Applications

2026-02-12 · Manjunath Kudlur, Evan King, James Wang, Pete Warden arxiv

Latency-critical speech applications (e.g., live transcription, voice commands, and real-time translation) demand low time-to-first-token (TTFT) and high transcription accuracy, particularly on resource-constrained edge …

Speech Recognition

UIO-LLMs: Unbiased Incremental Optimization for Long-Context LLMs

2024-06-26 · Wenhao Li, Mingbao Lin, Yunshan Zhong, Shuicheng Yan 외

Managing long texts is challenging for large language models (LLMs) due to limited context window sizes. This study introduces UIO-LLMs, an unbiased incremental optimization approach for memory-enhanced transformers unde…

4kDecoder