paper-with-me

Papers

Language as a Latent Sequence: deep latent variable models for semi-supervised paraphrase generation

2023-01-05 · Jialin Yu, Alexandra I. Cristea, Anoushka Harit, Zhongtian Sun, Olanrewaju Tahir Aduragba, Lei Shi, Noura Al Moubayed

This paper explores deep latent variable models for semi-supervised paraphrase generation, where the missing target pair for unlabelled data is modelled as a latent paraphrase sequence. We present a novel unsupervised model named variational sequence auto-encoding reconstruction (VSAR), which performs latent sequence inference given an observed text. To leverage information from text pairs, we additionally introduce a novel supervised model we call dual directional learning (DDL), which is designed to integrate with our proposed VSAR model. Combining VSAR with DDL (DDL+VSAR) enables us to conduct semi-supervised learning. Still, the combined model suffers from a cold-start problem. To further combat this issue, we propose an improved weight initialisation solution, leading to a novel two-stage training scheme we call knowledge-reinforced-learning (KRL). Our empirical evaluations suggest that the combined model yields competitive performance against the state-of-the-art supervised baselines on complete data. Furthermore, in scenarios where only a fraction of the labelled pairs are available, our combined model consistently outperforms the strong supervised model baseline (DDL) by a significant margin (p <.05; Wilcoxon test). Our code is publicly available at "https://github.com/jialin-yu/latent-sequence-paraphrase".

📄 PDF Abstract BibTeX arXiv:2301.02275

Code (1)

jialin-yu/latent-sequence-paraphrase 공식 구현 pytorch

Tasks

Paraphrase Generation

Similar Papers 제목 키워드 기반

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

Variational Sequential Labelers for Semi-Supervised Learning

2019-06-23 · EMNLP 2018 10 · Mingda Chen, Qingming Tang, Karen Livescu, Kevin Gimpel

We introduce a family of multitask variational methods for semi-supervised sequence labeling. Our model family consists of a latent-variable generative model and a discriminative labeler. The generative models use latent…

Learning Word EmbeddingsWord Embeddings

Deconvolutional Latent-Variable Model for Text Sequence Matching

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

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 …

DecodermodelSentenceText Matching

Tensors over Semirings for Latent-Variable Weighted Logic Programs

2020-06-07 · WS 2020 7 · Esma Balkir, Daniel Gildea, Shay Cohen

Semiring parsing is an elegant framework for describing parsers by using semiring weighted logic programs. In this paper we present a generalization of this concept: latent-variable semiring parsing. With our framework, …

Challenging the Semi-Supervised VAE Framework for Text Classification

2021-09-27 · EMNLP (insights) 2021 11 · Ghazi Felhi, Joseph Le Roux, Djamé Seddah

Semi-Supervised Variational Autoencoders (SSVAEs) are widely used models for data efficient learning. In this paper, we question the adequacy of the standard design of sequence SSVAEs for the task of text classification …

Classificationtext-classificationText Classification