BiSECT: Learning to Split and Rephrase Sentences with Bitexts
Joongwon Kim, Mounica Maddela, Reno Kriz, Wei Xu, Chris Callison-Burch

TL;DR
This paper introduces BiSECT, a new dataset and model for sentence splitting and rephrasing, significantly improving the quality and variety of split operations in NLP tasks like sentence simplification.
Contribution
The paper presents a large, high-quality dataset and a novel targeted model for split and rephrase tasks, advancing the state-of-the-art in sentence simplification.
Findings
BiSECT dataset contains 1 million aligned sentence pairs.
Models trained on BiSECT outperform previous approaches in automatic and human evaluations.
The targeted model can effectively focus on specific sentence regions for splitting.
Abstract
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.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsText Readability and Simplification · Natural Language Processing Techniques · Topic Modeling
