paper-with-me

Papers

Revisiting Paraphrase Question Generator using Pairwise Discriminator

2019-12-31 · Badri N. Patro, Dev Chauhan, Vinod K. Kurmi, Vinay P. Namboodiri

In this paper, we propose a method for obtaining sentence-level embeddings. While the problem of securing word-level embeddings is very well studied, we propose a novel method for obtaining sentence-level embeddings. This is obtained by a simple method in the context of solving the paraphrase generation task. If we use a sequential encoder-decoder model for generating paraphrase, we would like the generated paraphrase to be semantically close to the original sentence. One way to ensure this is by adding constraints for true paraphrase embeddings to be close and unrelated paraphrase candidate sentence embeddings to be far. This is ensured by using a sequential pair-wise discriminator that shares weights with the encoder that is trained with a suitable loss function. Our loss function penalizes paraphrase sentence embedding distances from being too large. This loss is used in combination with a sequential encoder-decoder network. We also validated our method by evaluating the obtained embeddings for a sentiment analysis task. The proposed method results in semantic embeddings and outperforms the state-of-the-art on the paraphrase generation and sentiment analysis task on standard datasets. These results are also shown to be statistically significant.

📄 PDF Abstract BibTeX arXiv:1912.13149

Code (1)

dev-chauhan/PQG-pytorch 공식 구현 pytorch

Tasks

DecoderParaphrase GenerationSentenceSentence EmbeddingSentence-EmbeddingSentence EmbeddingsSentiment Analysis

Similar Papers 제목 키워드 기반

Exploring Diverse Expressions for Paraphrase Generation

2019-11-01 · IJCNLP 2019 11 · Lihua Qian, Lin Qiu, Wei-Nan Zhang, Xin Jiang 외

Paraphrasing plays an important role in various natural language processing (NLP) tasks, such as question answering, information retrieval and sentence simplification. Recently, neural generative models have shown promis…

DiversityInformation RetrievalParaphrase GenerationQuestion Answering+4

The Benefits of Pairwise Discriminators for Adversarial Training

2020-02-20 · Shangyuan Tong, Timur Garipov, Tommi Jaakkola

Adversarial training methods typically align distributions by solving two-player games. However, in most current formulations, even if the generator aligns perfectly with data, a sub-optimal discriminator can still drive…

Revisiting Discriminator in GAN Compression: A Generator-discriminator Cooperative Compression Scheme

2021-10-27 · NeurIPS 2021 12 · Shaojie Li, Jie Wu, Xuefeng Xiao, Fei Chao 외

Recently, a series of algorithms have been explored for GAN compression, which aims to reduce tremendous computational overhead and memory usages when deploying GANs on resource-constrained edge devices. However, most of…

Paraphrase Generation via Adversarial Penalizations

2020-11-01 · EMNLP (WNUT) 2020 11 · Gerson Vizcarra, Jose Ochoa-Luna

Paraphrase generation is an important problem in Natural Language Processing that has been addressed with neural network-based approaches recently. This paper presents an adversarial framework to address the paraphrase g…

Paraphrase Generation

DivGAN: Towards Diverse Paraphrase Generation via Diversified Generative Adversarial Network

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Yue Cao, Xiaojun Wan

Paraphrases refer to texts that convey the same meaning with different expression forms. Traditional seq2seq-based models on paraphrase generation mainly focus on the fidelity while ignoring the diversity of outputs. In …

DiversityGenerative Adversarial NetworkParaphrase Generation