paper-with-me

Papers

Deconvolutional Latent-Variable Model for Text Sequence Matching

2017-09-21 · Dinghan Shen, Yizhe Zhang, Ricardo Henao, Qinliang Su, Lawrence Carin

A latent-variable model is introduced for text matching, inferring sentence representations by jointly optimizing generative and discriminative objectives. To alleviate typical optimization challenges in latent-variable models for text, we employ deconvolutional networks as the sequence decoder (generator), providing learned latent codes with more semantic information and better generalization. Our model, trained in an unsupervised manner, yields stronger empirical predictive performance than a decoder based on Long Short-Term Memory (LSTM), with less parameters and considerably faster training. Further, we apply it to text sequence-matching problems. The proposed model significantly outperforms several strong sentence-encoding baselines, especially in the semi-supervised setting.

📄 PDF Abstract BibTeX arXiv:1709.07109

Code (0)

등록된 구현이 없습니다.

Tasks

DecodermodelSentenceText Matching

Similar Papers 제목 키워드 기반

Deconvolutional Paragraph Representation Learning

2017-08-16 · NeurIPS 2017 12 · Yizhe Zhang, Dinghan Shen, Guoyin Wang, Zhe Gan 외

Learning latent representations from long text sequences is an important first step in many natural language processing applications. Recurrent Neural Networks (RNNs) have become a cornerstone for this challenging task. …

General ClassificationRepresentation LearningSemi-Supervised Text ClassificationText Classification

Generating Thematic Chinese Poetry using Conditional Variational Autoencoders with Hybrid Decoders

2017-11-21 · Xiaopeng Yang, Xiaowen Lin, Shunda Suo, Ming Li

Computer poetry generation is our first step towards computer writing. Writing must have a theme. The current approaches of using sequence-to-sequence models with attention often produce non-thematic poems. We present a …

DecoderRhythm

A Cross-Sentence Latent Variable Model for Semi-Supervised Text Sequence Matching

2019-06-04 · ACL 2019 7 · Jihun Choi, Taeuk Kim, Sang-goo Lee

We present a latent variable model for predicting the relationship between a pair of text sequences. Unlike previous auto-encoding--based approaches that consider each sequence separately, our proposed framework utilizes…

DecoderNatural Language InferenceParaphrase IdentificationSentence

Temporal Generative Adversarial Nets with Singular Value Clipping

2016-11-21 · ICCV 2017 10 · Masaki Saito, Eiichi Matsumoto, Shunta Saito

In this paper, we propose a generative model, Temporal Generative Adversarial Nets (TGAN), which can learn a semantic representation of unlabeled videos, and is capable of generating videos. Unlike existing Generative Ad…

Video Generation

A Bayesian Perspective of Convolutional Neural Networks through a Deconvolutional Generative Model

2018-11-01 · Tan Nguyen, Nhat Ho, Ankit Patel, Anima Anandkumar 외

Inspired by the success of Convolutional Neural Networks (CNNs) for supervised prediction in images, we design the Deconvolutional Generative Model (DGM), a new probabilistic generative model whose inference calculations…