paper-with-me

홈 › Papers

Discourse-Based Sentence Splitting

2021-11-01 · Findings (EMNLP) 2021 11 · Liam Cripwell, Joël Legrand, Claire Gardent

Sentence splitting involves the segmentation of a sentence into two or more shorter sentences. It is a key component of sentence simplification, has been shown to help human comprehension and is a useful preprocessing step for NLP tasks such as summarisation and relation extraction. While several methods and datasets have been proposed for developing sentence splitting models, little attention has been paid to how sentence splitting interacts with discourse structure. In this work, we focus on cases where the input text contains a discourse connective, which we refer to as discourse-based sentence splitting. We create synthetic and organic datasets for discourse-based splitting and explore different ways of combining these datasets using different model architectures. We show that pipeline models which use discourse structure to mediate sentence splitting outperform end-to-end models in learning the various ways of expressing a discourse relation but generate text that is less grammatical; that large scale synthetic data provides a better basis for learning than smaller scale organic data; and that training on discourse-focused, rather than on general sentence splitting data provides a better basis for discourse splitting.

📄 PDF Abstract BibTeX

Code (1)

liamcripwell/disco_split 공식 구현

Tasks

RelationRelation ExtractionSentence

Similar Papers 제목 키워드 기반

DisSim: A Discourse-Aware Syntactic Text Simplification Frameworkfor English and German

2019-09-26 · Christina Niklaus, Matthias Cetto, Andre Freitas, Siegfried Handschuh

We introduce DisSim, a discourse-aware sentence splitting framework for English and German whose goal is to transform syntactically complex sentences into an intermediate representation that presents a simple and more re…

SentenceText Simplification

DisSim: A Discourse-Aware Syntactic Text Simplification Framework for English and German

2019-10-01 · WS 2019 10 · Christina Niklaus, Matthias Cetto, Andr{\'e} Freitas, H 외

We introduce DisSim, a discourse-aware sentence splitting framework for English and German whose goal is to transform syntactically complex sentences into an intermediate representation that presents a simple and more re…

SentenceText Simplification

Shallow Discourse Parsing for Open Information Extraction and Text Simplification

2022-10-01 · COLING (CODI, CRAC) 2022 10 · Christina Niklaus, André Freitas, Siegfried Handschuh

We present a discourse-aware text simplification (TS) approach that recursively splits and rephrases complex English sentences into a semantic hierarchy of simplified sentences. Using a set of linguistically principled t…

Discourse ParsingOpen Information ExtractionSentenceText Simplification

GumDrop at the DISRPT2019 Shared Task: A Model Stacking Approach to Discourse Unit Segmentation and Connective Detection

2019-04-23 · WS 2019 6 · Yue Yu, YIlun Zhu, Yang Liu, Yan Liu 외

In this paper we present GumDrop, Georgetown University's entry at the DISRPT 2019 Shared Task on automatic discourse unit segmentation and connective detection. Our approach relies on model stacking, creating a heteroge…

Connective DetectionDiscourse SegmentationSegmentationSentence

Discourse-Aware Text Simplification: From Complex Sentences to Linked Propositions

2023-08-01 · Christina Niklaus, Matthias Cetto, André Freitas, Siegfried Handschuh

Sentences that present a complex syntax act as a major stumbling block for downstream Natural Language Processing applications whose predictive quality deteriorates with sentence length and complexity. The task of Text S…

SentenceText Simplification