CLSep 1, 2021

ConRPG: Paraphrase Generation using Contexts as Regularizer

arXiv:2109.00363v1665 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of paraphrase generation for NLP developers by offering a controllable, unsupervised method, though it appears incremental as it builds on existing contextual language models.

The paper tackles the problem of obtaining reliable supervision signals for paraphrase generation by proposing an unsupervised paradigm that uses context as a regularizer, enabling the generation of high-quality paraphrase pairs and demonstrating effectiveness across tasks and datasets.

A long-standing issue with paraphrase generation is how to obtain reliable supervision signals. In this paper, we propose an unsupervised paradigm for paraphrase generation based on the assumption that the probabilities of generating two sentences with the same meaning given the same context should be the same. Inspired by this fundamental idea, we propose a pipelined system which consists of paraphrase candidate generation based on contextual language models, candidate filtering using scoring functions, and paraphrase model training based on the selected candidates. The proposed paradigm offers merits over existing paraphrase generation methods: (1) using the context regularizer on meanings, the model is able to generate massive amounts of high-quality paraphrase pairs; and (2) using human-interpretable scoring functions to select paraphrase pairs from candidates, the proposed framework provides a channel for developers to intervene with the data generation process, leading to a more controllable model. Experimental results across different tasks and datasets demonstrate that the effectiveness of the proposed model in both supervised and unsupervised setups.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes