paper-with-me

Papers

BiSECT: Learning to Split and Rephrase Sentences with Bitexts

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

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 model for this `split and rephrase' task. Our BiSECT training data consists of 1 million long English sentences paired with shorter, meaning-equivalent English sentences. We obtain these by extracting 1-2 sentence alignments in bilingual parallel corpora and then using machine translation to convert both sides of the corpus into the same language. BiSECT contains higher quality training examples than previous Split and Rephrase corpora, with sentence splits that require more significant modifications. We categorize examples in our corpus, and use these categories in a novel model that allows us to target specific regions of the input sentence to be split and edited. Moreover, we show that models trained on BiSECT can perform a wider variety of split operations and improve upon previous state-of-the-art approaches in automatic and human evaluations.

📄 PDF Abstract BibTeX arXiv:2109.05006

Code (1)

mounicam/bisect 공식 구현

Tasks

Machine TranslationSentenceSplit and RephraseTranslation

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

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

Split and Rephrase

2017-07-21 · EMNLP 2017 9 · Shashi Narayan, Claire Gardent, Shay B. Cohen, Anastasia Shimorina

We propose a new sentence simplification task (Split-and-Rephrase) where the aim is to split a complex sentence into a meaning preserving sequence of shorter sentences. Like sentence simplification, splitting-and-rephras…

Machine TranslationSentenceSplit and RephraseTranslation

Fact-aware Sentence Split and Rephrase with Permutation Invariant Training

2020-01-16 · Yinuo Guo, Tao Ge, Furu Wei

Sentence Split and Rephrase aims to break down a complex sentence into several simple sentences with its meaning preserved. Previous studies tend to address the issue by seq2seq learning from parallel sentence pairs, whi…

SentenceSplit and Rephrase

Split and Rephrase: Better Evaluation and a Stronger Baseline

2018-05-02 · Roee Aharoni, Yoav Goldberg

Splitting and rephrasing a complex sentence into several shorter sentences that convey the same meaning is a challenging problem in NLP. We show that while vanilla seq2seq models can reach high scores on the proposed ben…

MemorizationSentenceSplit and Rephrase