DMRST: A Joint Framework for Document-Level Multilingual RST Discourse Segmentation and Parsing
About
Text discourse parsing weighs importantly in understanding information flow and argumentative structure in natural language, making it beneficial for downstream tasks. While previous work significantly improves the performance of RST discourse parsing, they are not readily applicable to practical use cases: (1) EDU segmentation is not integrated into most existing tree parsing frameworks, thus it is not straightforward to apply such models on newly-coming data. (2) Most parsers cannot be used in multilingual scenarios, because they are developed only in English. (3) Parsers trained from single-domain treebanks do not generalize well on out-of-domain inputs. In this work, we propose a document-level multilingual RST discourse parsing framework, which conducts EDU segmentation and discourse tree parsing jointly. Moreover, we propose a cross-translation augmentation strategy to enable the framework to support multilingual parsing and improve its domain generality. Experimental results show that our model achieves state-of-the-art performance on document-level multilingual RST parsing in all sub-tasks.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| RST Discourse Parsing | RST-DT (test) | Span F176.5 | 12 | |
| RST Discourse Parsing | GUM Corpus (test) | Span F168.6 | 10 | |
| End-to-end RST parsing | RST-DT En (test) | Segmentation Score96.5 | 7 | |
| RST Parsing | English | Span Score88.2 | 6 | |
| RST Parsing | Portuguese (Pt) | Span Score87 | 5 | |
| RST Parsing | Spanish (Es) | Span Score0.887 | 5 | |
| EDU Segmentation | English (En) treebank | Micro F196.5 | 4 | |
| EDU Segmentation | Portuguese (Pt) treebank | Micro F192.8 | 4 | |
| EDU Segmentation | Spanish (Es) treebank | Micro F193.7 | 4 | |
| EDU Segmentation | German (De) treebank | Micro F10.951 | 4 |