paper-with-me

홈 › Papers

Integrating Transformer and Paraphrase Rules for Sentence Simplification

2018-10-26 · EMNLP 2018 10 · Sanqiang Zhao, Rui Meng, Daqing He, Saptono Andi, Parmanto Bambang

Sentence simplification aims to reduce the complexity of a sentence while retaining its original meaning. Current models for sentence simplification adopted ideas from ma- chine translation studies and implicitly learned simplification mapping rules from normal- simple sentence pairs. In this paper, we explore a novel model based on a multi-layer and multi-head attention architecture and we pro- pose two innovative approaches to integrate the Simple PPDB (A Paraphrase Database for Simplification), an external paraphrase knowledge base for simplification that covers a wide range of real-world simplification rules. The experiments show that the integration provides two major benefits: (1) the integrated model outperforms multiple state- of-the-art baseline models for sentence simplification in the literature (2) through analysis of the rule utilization, the model seeks to select more accurate simplification rules. The code and models used in the paper are available at https://github.com/ Sanqiang/text_simplification.

📄 PDF Abstract BibTeX arXiv:1810.11193

Code (1)

Sanqiang/text_simplification 공식 구현

Tasks

SentenceText SimplificationTranslation

Similar Papers 제목 키워드 기반

Combining Paraphrase Pre-trained Model and Controllable Rules for Unsupervised Sentence Simplification

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Although neural sequence-to-sequence models for sentence simplification achieve some progress, they still suffer from the data sparsity problem and are lack of controllability. This paper proposes a two-stage approach fo…

SentenceText SimplificationText Summarization

Readability-guided Idiom-aware Sentence Simplification (RISS) for Chinese

2024-06-05 · Jingshen Zhang, Xinglu Chen, Xinying Qiu, Zhimin Wang 외

Chinese sentence simplification faces challenges due to the lack of large-scale labeled parallel corpora and the prevalence of idioms. To address these challenges, we propose Readability-guided Idiom-aware Sentence Simpl…

Data AugmentationMulti-Task LearningSentenceText Simplification

MUSS: Multilingual Unsupervised Sentence Simplification by Mining Paraphrases

2020-05-01 · LREC 2022 6 · Louis Martin, Angela Fan, Éric de la Clergerie, Antoine Bordes 외

Progress in sentence simplification has been hindered by a lack of labeled parallel simplification data, particularly in languages other than English. We introduce MUSS, a Multilingual Unsupervised Sentence Simplificatio…

Parallel Corpus MiningSentenceText Simplification

Sentence Simplification Using Paraphrase Corpus for Initialization

2023-05-31 · Kang Liu, Jipeng Qiang

Neural sentence simplification method based on sequence-to-sequence framework has become the mainstream method for sentence simplification (SS) task. Unfortunately, these methods are currently limited by the scarcity of …

Sentence

Multilingual Lexical Simplification via Paraphrase Generation

2023-07-28 · Kang Liu, Jipeng Qiang, Yun Li, Yunhao Yuan 외

Lexical simplification (LS) methods based on pretrained language models have made remarkable progress, generating potential substitutes for a complex word through analysis of its contextual surroundings. However, these m…

DiversityLexical SimplificationMachine TranslationParaphrase Generation+2