paper-with-me

Papers

Recognizing Sentence-level Logical Document Structures with the Help of Context-free Grammars

2020-05-01 · LREC 2020 5

Current sentence boundary detectors split documents into sequentially ordered sentences by detecting their beginnings and ends. Sentences, however, are more deeply structured even on this side of constituent and dependency structure: they can consist of a main sentence and several subordinate clauses as well as further segments (e.g. inserts in parentheses); they can even recursively embed whole sentences and then contain multiple sentence beginnings and ends. In this paper, we introduce a tool that segments sentences into tree structures to detect this type of recursive structure. To this end, we retrain different constituency parsers with the help of modified training data to transform them into sentence segmenters. With these segmenters, documents are mapped to sequences of sentence-related {``}logical document structures{''}. The resulting segmenters aim to improve downstream tasks by providing additional structural information. In this context, we experiment with German dependency parsing. We show that for certain sentence categories, which can be determined automatically, improvements in German dependency parsing can be achieved using our segmenter for preprocessing. The assumption suggests that improvements in other languages and tasks can be achieved.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Dependency ParsingSentence

Similar Papers 제목 키워드 기반

RST-style Discourse Parsing Guided by Document-level Content Structures

2023-09-08 · Ming Li, Ruihong Huang

Rhetorical Structure Theory based Discourse Parsing (RST-DP) explores how clauses, sentences, and large text spans compose a whole discourse and presents the rhetorical structure as a hierarchical tree. Existing RST pars…

Discourse ParsingSentence

Document-Level Event Argument Extraction via Optimal Transport

2022-05-01 · Findings (ACL) 2022 5 · Amir Pouran Ben Veyseh, Minh Van Nguyen, Franck Dernoncourt, Bonan Min 외

Event Argument Extraction (EAE) is one of the sub-tasks of event extraction, aiming to recognize the role of each entity mention toward a specific event trigger. Despite the success of prior works in sentence-level EAE, …

Event Argument ExtractionEvent ExtractionSentence

Towards Unsupervised Recognition of Token-level Semantic Differences in Related Documents

2023-05-22 · Jannis Vamvas, Rico Sennrich

Automatically highlighting words that cause semantic differences between two documents could be useful for a wide range of applications. We formulate recognizing semantic differences (RSD) as a token-level regression tas…

Contrastive LearningLanguage ModelingLanguage Modellingregression+2

Automatic Fact-Checking with Document-level Annotations using BERT and Multiple Instance Learning

2021-11-01 · EMNLP (FEVER) 2021 11 · Aalok Sathe, Joonsuk Park

Automatic fact-checking is crucial for recognizing misinformation spreading on the internet. Most existing fact-checkers break down the process into several subtasks, one of which determines candidate evidence sentences …

Fact CheckingMisinformationMultiple Instance LearningNatural Language Inference+1

Selecting Optimal Context Sentences for Event-Event Relation Extraction

2022-04-02 · AAAI 2022 4 · Hieu Man Duc Trong, Nghia Ngo Trung, Linh Van Ngo, and Thien Huu Nguyen

Understanding events entails recognizing the structural and temporal orders between event mentions to build event structures/ graphs for input documents. To achieve this goal, our work addresses the problems of subevent …

Event Relation ExtractionRelationRelation ClassificationRelation Extraction+2