paper-with-me

홈 › Papers

Global Autoregressive Models for Data-Efficient Sequence Learning

2019-09-16 · CONLL 2019 11 · Tetiana Parshakova, Jean-Marc Andreoli, Marc Dymetman

Standard autoregressive seq2seq models are easily trained by max-likelihood, but tend to show poor results under small-data conditions. We introduce a class of seq2seq models, GAMs (Global Autoregressive Models), which combine an autoregressive component with a log-linear component, allowing the use of global \textit{a priori} features to compensate for lack of data. We train these models in two steps. In the first step, we obtain an \emph{unnormalized} GAM that maximizes the likelihood of the data, but is improper for fast inference or evaluation. In the second step, we use this GAM to train (by distillation) a second autoregressive model that approximates the \emph{normalized} distribution associated with the GAM, and can be used for fast inference and evaluation. Our experiments focus on language modelling under synthetic conditions and show a strong perplexity reduction of using the second autoregressive model over the standard one.

📄 PDF Abstract BibTeX arXiv:1909.07063

Code (1)

parshakova/GAMS-for-Data-Efficient-Learning 공식 구현 pytorch

Tasks

Language ModellingSmall Data Image Classification

Methods 이 논문이 사용한 방법론

GAM 설명 없음
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

Reward-Weighted Sampling: Enhancing Non-Autoregressive Characteristics in Masked Diffusion LLMs

2025-08-31 · Daehoon Gwak, Minseo Jung, Junwoo Park, Minho Park 외 arxiv

Masked diffusion models (MDMs) offer a promising non-autoregressive alternative for large language modeling. Standard decoding methods for MDMs, such as confidence-based sampling, select tokens independently based on ind…

TLDR: Compressing Audio Tokens for Efficient Autoregressive Text-to-Speech

2026-06-08 · Yejin Lee, Junwon Moon, Hyoeun Kim, Hyunjin Choi 외 arxiv

Codec-based autoregressive (AR) speech language models have achieved strong text-to-speech (TTS) quality by modeling speech as sequences of discrete audio tokens with large pretrained backbones. However, this token-level…

Parallel and Flexible Sampling from Autoregressive Models via Langevin Dynamics

2021-05-17 · Vivek Jayaram, John Thickstun

This paper introduces an alternative approach to sampling from autoregressive models. Autoregressive models are typically sampled sequentially, according to the transition dynamics defined by the model. Instead, we propo…

Audio Source SeparationSuper-Resolution

Improving Autoregressive NMT with Non-Autoregressive Model

2020-07-01 · WS 2020 7 · Long Zhou, Jiajun Zhang, Cheng-qing Zong

Autoregressive neural machine translation (NMT) models are often used to teach non-autoregressive models via knowledge distillation. However, there are few studies on improving the quality of autoregressive translation (…

Decoderde-enKnowledge DistillationMachine Translation+3

Non-autoregressive sequence-to-sequence voice conversion

2021-04-14 · Tomoki Hayashi, Wen-Chin Huang, Kazuhiro Kobayashi, Tomoki Toda

This paper proposes a novel voice conversion (VC) method based on non-autoregressive sequence-to-sequence (NAR-S2S) models. Inspired by the great success of NAR-S2S models such as FastSpeech in text-to-speech (TTS), we e…

text-to-speechText to SpeechVoice Conversion