paper-with-me

홈 › Papers

Edit-Constrained Decoding for Sentence Simplification

2024-09-28 · Tatsuya Zetsu, Yuki Arase, Tomoyuki Kajiwara

We propose edit operation based lexically constrained decoding for sentence simplification. In sentence simplification, lexical paraphrasing is one of the primary procedures for rewriting complex sentences into simpler correspondences. While previous studies have confirmed the efficacy of lexically constrained decoding on this task, their constraints can be loose and may lead to sub-optimal generation. We address this problem by designing constraints that replicate the edit operations conducted in simplification and defining stricter satisfaction conditions. Our experiments indicate that the proposed method consistently outperforms the previous studies on three English simplification corpora commonly used in this task.

📄 PDF Abstract BibTeX arXiv:2409.19247

Code (1)

t-zetsu/EditConstrainedDecoding 공식 구현 pytorch

Tasks

Sentence

Similar Papers 제목 키워드 기반

EditNTS: An Neural Programmer-Interpreter Model for Sentence Simplification through Explicit Editing

2019-06-19 · ACL 2019 7 · Yue Dong, Zichao Li, Mehdi Rezagholizadeh, Jackie Chi Kit Cheung

We present the first sentence simplification model that learns explicit edit operations (ADD, DELETE, and KEEP) via a neural programmer-interpreter approach. Most current neural sentence simplification systems are varian…

Machine TranslationSentenceText SimplificationTranslation

Negative Lexically Constrained Decoding for Paraphrase Generation

2019-07-01 · ACL 2019 7 · Tomoyuki Kajiwara

Paraphrase generation can be regarded as monolingual translation. Unlike bilingual machine translation, paraphrase generation rewrites only a limited portion of an input sentence. Hence, previous methods based on machine…

Machine TranslationParaphrase GenerationSentenceText Simplification+1

A Constrained Sequence-to-Sequence Neural Model for Sentence Simplification

2017-04-07 · Yaoyuan Zhang, Zhenxu Ye, Yansong Feng, Dongyan Zhao 외

Sentence simplification reduces semantic complexity to benefit people with language impairments. Previous simplification studies on the sentence level and word level have achieved promising results but also meet great ch…

Sentence

Iterative Edit-Based Unsupervised Sentence Simplification

2020-06-17 · ACL 2020 6 · Dhruv Kumar, Lili Mou, Lukasz Golab, Olga Vechtomova

We present a novel iterative, edit-based approach to unsupervised sentence simplification. Our model is guided by a scoring function involving fluency, simplicity, and meaning preservation. Then, we iteratively perform w…

SentenceText Simplification

GRS: Combining Generation and Revision in Unsupervised Sentence Simplification

2022-03-18 · Findings (ACL) 2022 5 · Mohammad Dehghan, Dhruv Kumar, Lukasz Golab

We propose GRS: an unsupervised approach to sentence simplification that combines text generation and text revision. We start with an iterative framework in which an input sentence is revised using explicit edit operatio…

SentenceText Generation