paper-with-me

Papers

Multi-task Learning for Paraphrase Generation With Keyword and Part-of-Speech Reconstruction

2022-05-01 · Findings (ACL) 2022 5 · Xuhang Xie, Xuesong Lu, Bei Chen

Paraphrase generation using deep learning has been a research hotspot of natural language processing in the past few years. While previous studies tackle the problem from different aspects, the essence of paraphrase generation is to retain the key semantics of the source sentence and rewrite the rest of the content. Inspired by this observation, we propose a novel two-stage model, PGKPR, for paraphrase generation with keyword and part-of-speech reconstruction. The rationale is to capture simultaneously the possible keywords of a source sentence and the relations between them to facilitate the rewriting. In the first stage, we identify the possible keywords using a prediction attribution technique, where the words obtaining higher attribution scores are more likely to be the keywords. In the second stage, we train a transformer-based model via multi-task learning for paraphrase generation. The novel learning task is the reconstruction of the keywords and part-of-speech tags, respectively, from a perturbed sequence of the source sentence. The learned encodings are then decoded to generate the paraphrase. We conduct the experiments on two commonly-used datasets, and demonstrate the superior performance of PGKPR over comparative models on multiple evaluation metrics.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Task LearningParaphrase GenerationSentence

Similar Papers 제목 키워드 기반

GCPG: A General Framework for Controllable Paraphrase Generation

2022-05-01 · Findings (ACL) 2022 5 · Kexin Yang, Dayiheng Liu, Wenqiang Lei, Baosong Yang 외

Controllable paraphrase generation (CPG) incorporates various external conditions to obtain desirable paraphrases. However, existing works only highlight a special condition under two indispensable aspects of CPG (i.e., …

DecoderParaphrase GenerationSentence

GCPG: A General Framework for Controllable Paraphrase Generation

2021-10-16 · ACL ARR October 2021 10 · Anonymous

Controllable paraphrase generation (CPG) incorporates various external conditions to obtain desirable paraphrases. However, existing works only highlight a special condition under two indispensable aspects of CPG (i.e., …

DecoderParaphrase GenerationSentence

Improving Large-scale Paraphrase Acquisition and Generation

2022-10-06 · Yao Dou, Chao Jiang, Wei Xu

This paper addresses the quality issues in existing Twitter-based paraphrase datasets, and discusses the necessity of using two separate definitions of paraphrase for identification and generation tasks. We present a new…

Language ModelingLanguage ModellingParaphrase GenerationParaphrase Identification+1

VTechAGP: An Academic-to-General-Audience Text Paraphrase Dataset and Benchmark Models

2024-11-07 · Ming Cheng, Jiaying Gong, Chenhan Yuan, William A. Ingram 외

Existing text simplification or paraphrase datasets mainly focus on sentence-level text generation in a general domain. These datasets are typically developed without using domain knowledge. In this paper, we release a n…

Language ModelingLanguage ModellingSentenceText Generation+1

Paraphrase Types for Generation and Detection

2023-10-23 · Jan Philip Wahle, Bela Gipp, Terry Ruas

Current approaches in paraphrase generation and detection heavily rely on a single general similarity score, ignoring the intricate linguistic properties of language. This paper introduces two new tasks to address this s…

Binary ClassificationParaphrase Generation