RST Parsing from Scratch
We introduce a novel top-down end-to-end formulation of document-level discourse parsing in the Rhetorical Structure Theory (RST) framework. In this formulation, we consider discourse parsing as a sequence of splitting decisions at token boundaries and use a seq2seq network to model the splitting decisions. Our framework facilitates discourse parsing from scratch without requiring discourse segmentation as a prerequisite; rather, it yields segmentation as part of the parsing process. Our unified parsing model adopts a beam search to decode the best tree structure by searching through a space of high-scoring trees. With extensive experiments on the standard English RST discourse treebank, we demonstrate that our parser outperforms existing methods by a good margin in both end-to-end parsing and parsing with gold segmentation. More importantly, it does so without using any handcrafted features, making it faster and easily adaptable to new languages and domains.
Code (1)
Tasks
Discourse ParsingDiscourse SegmentationEnd-to-End RST ParsingSegmentationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
EUSP: An Easy-to-Use Semantic Parsing PlatForm
Semantic parsing aims to map natural language utterances into structured meaning representations. We present a modular platform, EUSP (Easy-to-Use Semantic Parsing PlatForm), that facilitates developers to build semantic…
Semantic ParsingNeural Morphological Tagging for Nguni Languages
Morphological parsing is the task of decomposing words into morphemes, the smallest units of meaning in a language, and labelling their grammatical roles. It is a particularly challenging task for agglutinative languages…
Morphological TaggingSeSQL: Yet Another Large-scale Session-level Chinese Text-to-SQL Dataset
As the first session-level Chinese dataset, CHASE contains two separate parts, i.e., 2,003 sessions manually constructed from scratch (CHASE-C), and 3,456 sessions translated from English SParC (CHASE-T). We find the two…
SQL ParsingText to SQLText-To-SQLOptimizing Deeper Transformers on Small Datasets
It is a common belief that training deep transformers from scratch requires large datasets. Consequently, for small datasets, people usually use shallow and simple additional layers on top of pre-trained models during fi…
Reading ComprehensionSemantic ParsingSQL ParsingText to SQL+1How Would You Say It? Eliciting Lexically Diverse Dialogue for Supervised Semantic Parsing
Building dialogue interfaces for real-world scenarios often entails training semantic parsers starting from zero examples. How can we build datasets that better capture the variety of ways users might phrase their querie…
Semantic Parsing