paper-with-me

Papers

A Semantically Consistent and Syntactically Variational Encoder-Decoder Framework for Paraphrase Generation

2020-12-01 · COLING 2020 8 · Wenqing Chen, Jidong Tian, Liqiang Xiao, Hao He, Yaohui Jin

Paraphrase generation aims to generate semantically consistent sentences with different syntactic realizations. Most of the recent studies rely on the typical encoder-decoder framework where the generation process is deterministic. However, in practice, the ability to generate multiple syntactically different paraphrases is important. Recent work proposed to cooperate variational inference on a target-related latent variable to introduce the diversity. But the latent variable may be contaminated by the semantic information of other unrelated sentences, and in turn, change the conveyed meaning of generated paraphrases. In this paper, we propose a semantically consistent and syntactically variational encoder-decoder framework, which uses adversarial learning to ensure the syntactic latent variable be semantic-free. Moreover, we adopt another discriminator to improve the word-level and sentence-level semantic consistency. So the proposed framework can generate multiple semantically consistent and syntactically different paraphrases. The experiments show that our model outperforms the baseline models on the metrics based on both n-gram matching and semantic similarity, and our model can generate multiple different paraphrases by assembling different syntactic variables.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderDiversityParaphrase GenerationSemantic SimilaritySemantic Textual SimilaritySentenceVariational Inference

Similar Papers 제목 키워드 기반

Syntax-Directed Variational Autoencoder for Structured Data

2018-02-24 · ICLR 2018 1 · Hanjun Dai, Yingtao Tian, Bo Dai, Steven Skiena 외

Deep generative models have been enjoying success in modeling continuous data. However it remains challenging to capture the representations for discrete structures with formal grammars and semantics, e.g., computer prog…

DecoderTranslationvalid

Learning Phrase Representations using RNN Encoder-Decoder for Statistical Machine Translation

2014-06-03 · Kyunghyun Cho, Bart van Merrienboer, Caglar Gulcehre, Dzmitry Bahdanau 외

In this paper, we propose a novel neural network model called RNN Encoder-Decoder that consists of two recurrent neural networks (RNN). One RNN encodes a sequence of symbols into a fixed-length vector representation, and…

DecoderMachine TranslationTranslation

AlignTok: Aligning Visual Foundation Encoders to Tokenizers for Diffusion Models

2025-09-29 · Bowei Chen, Sai Bi, Hao Tan, He Zhang 외 arxiv

In this work, we propose aligning pretrained visual encoders to serve as tokenizers for latent diffusion models in image generation. Unlike training a variational autoencoder (VAE) from scratch, which primarily emphasize…

Image Generation

Improved Bengali Image Captioning via deep convolutional neural network based encoder-decoder model

2021-02-14 · Mohammad Faiyaz Khan, S. M. Sadiq-Ur-Rahman Shifath, Md. Saiful Islam

Image Captioning is an arduous task of producing syntactically and semantically correct textual descriptions of an image in natural language with context related to the image. Existing notable pieces of research in Benga…

DecoderImage Captioning

Syntax-Infused Variational Autoencoder for Text Generation

2019-06-05 · ACL 2019 7 · Xinyuan Zhang, Yi Yang, Siyang Yuan, Dinghan Shen 외

We present a syntax-infused variational autoencoder (SIVAE), that integrates sentences with their syntactic trees to improve the grammar of generated sentences. Distinct from existing VAE-based text generative models, SI…

SentenceText Generation