paper-with-me

Papers

Syntactically-Informed Unsupervised Paraphrasing with Non-Parallel Data

2021-11-01 · EMNLP 2021 11 · Erguang Yang, Mingtong Liu, Deyi Xiong, Yujie Zhang, Yao Meng, Changjian Hu, Jinan Xu, Yufeng Chen

Previous works on syntactically controlled paraphrase generation heavily rely on large-scale parallel paraphrase data that is not easily available for many languages and domains. In this paper, we take this research direction to the extreme and investigate whether it is possible to learn syntactically controlled paraphrase generation with nonparallel data. We propose a syntactically-informed unsupervised paraphrasing model based on conditional variational auto-encoder (VAE) which can generate texts in a specified syntactic structure. Particularly, we design a two-stage learning method to effectively train the model using non-parallel data. The conditional VAE is trained to reconstruct the input sentence according to the given input and its syntactic structure. Furthermore, to improve the syntactic controllability and semantic consistency of the pre-trained conditional VAE, we fine-tune it using syntax controlling and cycle reconstruction learning objectives, and employ Gumbel-Softmax to combine these new learning objectives. Experiment results demonstrate that the proposed model trained only on non-parallel data is capable of generating diverse paraphrases with specified syntactic structure. Additionally, we validate the effectiveness of our method for generating syntactically adversarial examples on the sentiment analysis task.

📄 PDF Abstract BibTeX

Code (1)

lanse-sir/sup 공식 구현 pytorch

Tasks

Paraphrase GenerationSentenceSentiment Analysis

Similar Papers 제목 키워드 기반

Unsupervised Paraphrasing via Deep Reinforcement Learning

2020-07-05 · A. B. Siddique, Samet Oymak, Vagelis Hristidis

Paraphrasing is expressing the meaning of an input sentence in different wording while maintaining fluency (i.e., grammatical and syntactical correctness). Most existing work on paraphrasing use supervised models that ar…

Deep Reinforcement LearningDiversityImage CaptioningParaphrase Generation+6

Coherence and Diversity through Noise: Self-Supervised Paraphrase Generation via Structure-Aware Denoising

2023-02-06 · Rishabh Gupta, Venktesh V., Mukesh Mohania, Vikram Goyal

In this paper, we propose SCANING, an unsupervised framework for paraphrasing via controlled noise injection. We focus on the novel task of paraphrasing algebraic word problems having practical applications in online ped…

DenoisingDiversityMemorizationParaphrase Generation

Generating Syntactically Controlled Paraphrases without Using Annotated Parallel Pairs

2021-01-26 · EACL 2021 2 · Kuan-Hao Huang, Kai-Wei Chang

Paraphrase generation plays an essential role in natural language process (NLP), and it has many downstream applications. However, training supervised paraphrase models requires many annotated paraphrase pairs, which are…

Data AugmentationDecoderDisentanglementParaphrase Generation+1

Improving the Diversity of Unsupervised Paraphrasing with Embedding Outputs

2021-10-25 · EMNLP (MRL) 2021 11 · Monisha Jegadeesan, Sachin Kumar, John Wieting, Yulia Tsvetkov

We present a novel technique for zero-shot paraphrase generation. The key contribution is an end-to-end multilingual paraphrasing model that is trained using translated parallel corpora to generate paraphrases into "mean…

DiversityParaphrase GenerationWord Embeddings

Idiomatic Expression Paraphrasing without Strong Supervision

2021-12-16 · Jianing Zhou, Ziheng Zeng, Hongyu Gong, Suma Bhat

Idiomatic expressions (IEs) play an essential role in natural language. In this paper, we study the task of idiomatic sentence paraphrasing (ISP), which aims to paraphrase a sentence with an IE by replacing the IE with i…

Machine TranslationSentenceTranslation