paper-with-me

홈 › Papers

Small but Mighty: New Benchmarks for Split and Rephrase

2020-09-17 · EMNLP 2020 11 · Li Zhang, Huaiyu Zhu, Siddhartha Brahma, Yunyao Li

Split and Rephrase is a text simplification task of rewriting a complex sentence into simpler ones. As a relatively new task, it is paramount to ensure the soundness of its evaluation benchmark and metric. We find that the widely used benchmark dataset universally contains easily exploitable syntactic cues caused by its automatic generation process. Taking advantage of such cues, we show that even a simple rule-based model can perform on par with the state-of-the-art model. To remedy such limitations, we collect and release two crowdsourced benchmark datasets. We not only make sure that they contain significantly more diverse syntax, but also carefully control for their quality according to a well-defined set of criteria. While no satisfactory automatic metric exists, we apply fine-grained manual evaluation based on these criteria using crowdsourcing, showing that our datasets better represent the task and are significantly more challenging for the models.

📄 PDF Abstract BibTeX arXiv:2009.08560

Code (0)

등록된 구현이 없습니다.

Tasks

SentenceSplit and RephraseText Simplification

Similar Papers 제목 키워드 기반

WikiSplit++: Easy Data Refinement for Split and Rephrase

2024-04-13 · Hayato Tsukagoshi, Tsutomu Hirao, Makoto Morishita, Katsuki Chousa 외

The task of Split and Rephrase, which splits a complex sentence into multiple simple sentences with the same meaning, improves readability and enhances the performance of downstream tasks in natural language processing (…

DecoderSentenceSplit and RephraseText Generation

Learning To Split and Rephrase From Wikipedia Edit History

2018-08-28 · EMNLP 2018 10 · Jan A. Botha, Manaal Faruqui, John Alex, Jason Baldridge 외

Split and rephrase is the task of breaking down a sentence into shorter ones that together convey the same meaning. We extract a rich new dataset for this task by mining Wikipedia's edit history: WikiSplit contains one m…

SentenceSplit and Rephrase

BiSECT: Learning to Split and Rephrase Sentences with Bitexts

2021-09-10 · EMNLP 2021 11 · Joongwon Kim, Mounica Maddela, Reno Kriz, Wei Xu 외

An important task in NLP applications such as sentence simplification is the ability to take a long, complex sentence and split it into shorter sentences, rephrasing as necessary. We introduce a novel dataset and a new m…

Machine TranslationSentenceSplit and RephraseTranslation

Split and Rephrase with Large Language Models

2023-12-18 · David Ponce, Thierry Etchegoyhen, Jesús Calleja Pérez, Harritxu Gete

The Split and Rephrase (SPRP) task, which consists in splitting complex sentences into a sequence of shorter grammatical sentences, while preserving the original meaning, can facilitate the processing of complex texts fo…

In-Context LearningSplit and Rephrase

Split-and-Rephrase in a Cross-Lingual Manner: A Complete Pipeline

2021-09-01 · RANLP 2021 9 · Paulo Berlanga Neto, Evandro Eduardo Seron Ruiz

Split-and-rephrase is a challenging task that promotes the transformation of a given complex input sentence into multiple shorter sentences retaining equivalent meaning. This rewriting approach conceptualizes that shorte…

Language ModelingLanguage ModellingMasked Language ModelingPOS+2