Papers by Jonathan Hildebrand
Recognizing Sentence-level Logical Document Structures with the Help of Context-free Grammars (2020.lrec-1)
Copied to clipboard
| Challenge: | Current sentence boundary detectors split documents into sequentially ordered sentences without their dependencies. |
| Approach: | They propose a tool that segments sentences into tree structures to detect recursive structure . they retrain different constituency parsers to transform them into sentence segmenters . |
| Outcome: | The proposed tool can detect recursive structure in documents with a main clause and subordinate clauses . the proposed tool improves German dependency parsing by providing additional structural information. |