paper-with-me

Papers

FlowSeq: Non-Autoregressive Conditional Sequence Generation with Generative Flow

2019-09-05 · IJCNLP 2019 11 · Xuezhe Ma, Chunting Zhou, Xi-An Li, Graham Neubig, Eduard Hovy

Most sequence-to-sequence (seq2seq) models are autoregressive; they generate each token by conditioning on previously generated tokens. In contrast, non-autoregressive seq2seq models generate all tokens in one pass, which leads to increased efficiency through parallel processing on hardware such as GPUs. However, directly modeling the joint distribution of all tokens simultaneously is challenging, and even with increasingly complex model structures accuracy lags significantly behind autoregressive models. In this paper, we propose a simple, efficient, and effective model for non-autoregressive sequence generation using latent variable models. Specifically, we turn to generative flow, an elegant technique to model complex distributions using neural networks, and design several layers of flow tailored for modeling the conditional density of sequential latent variables. We evaluate this model on three neural machine translation (NMT) benchmark datasets, achieving comparable performance with state-of-the-art non-autoregressive NMT models and almost constant decoding time w.r.t the sequence length.

📄 PDF Abstract BibTeX arXiv:1909.02480

Code (2)

XuezheMax/flowseq 공식 구현 pytorch
keonlee9420/VAENAR-TTS pytorch

Tasks

Machine TranslationNMTTranslation

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Self-control: A Better Conditional Mechanism for Masked Autoregressive Model

2024-12-18 · Qiaoying Qu, Shiyu Shen

Autoregressive conditional image generation algorithms are capable of generating photorealistic images that are consistent with given textual or image conditions, and have great potential for a wide range of applications…

Conditional Image GenerationImage GenerationQuantization

UniGenX: Unified Generation of Sequence and Structure with Autoregressive Diffusion

2025-03-09 · Gongbo Zhang, Yanting Li, Renqian Luo, Pipi Hu 외

Unified generation of sequence and structure for scientific data (e.g., materials, molecules, proteins) is a critical task. Existing approaches primarily rely on either autoregressive sequence models or diffusion models,…

Text Generation

MetaMolGen: A Neural Graph Motif Generation Model for De Novo Molecular Design

2025-04-22 · Zimo Yan, Jie Zhang, Zheng Xie, Chang Liu 외

Molecular generation plays an important role in drug discovery and materials science, especially in data-scarce scenarios where traditional generative models often struggle to achieve satisfactory conditional generalizat…

Drug DiscoveryMeta-Learningvalid

DiffuSeq: Sequence to Sequence Text Generation with Diffusion Models

2022-10-17 · Shansan Gong, Mukai Li, Jiangtao Feng, Zhiyong Wu 외

Recently, diffusion models have emerged as a new paradigm for generative models. Despite the success in domains using continuous signals such as vision and audio, adapting diffusion models to natural language is under-ex…

DiversityText Generation

Deep State Space Models for Unconditional Word Generation

2018-06-12 · NeurIPS 2018 12 · Florian Schmidt, Thomas Hofmann

Autoregressive feedback is considered a necessity for successful unconditional text generation using stochastic sequence models. However, such feedback is known to introduce systematic biases into the training process an…

State Space ModelsText GenerationVariational Inference