HyperAIHyperAI

Command Palette

Search for a command to run...

5 months ago

RST Parsing from Scratch

Thanh-Tung Nguyen; Xuan-Phi Nguyen; Shafiq Joty; Xiaoli Li

RST Parsing from Scratch

Abstract

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 Repositories

tungngthanh/rst_parser
Official
pytorch

Benchmarks

BenchmarkMethodologyMetrics
discourse-parsing-on-rst-dtEnd-to-end Top-down (XLNet)
RST-Parseval (Nuclearity): 76.0
RST-Parseval (Relation): 61.8
RST-Parseval (Span): 87.6
Standard Parseval (Full): 50.2
Standard Parseval (Nuclearity): 64.3
Standard Parseval (Relation): 51.6
Standard Parseval (Span): 74.3
discourse-parsing-on-rst-dtEnd-to-end Top-down (Glove)
Standard Parseval (Full): 46.8
Standard Parseval (Nuclearity): 59.6
Standard Parseval (Relation): 47.7
Standard Parseval (Span): 71.1
end-to-end-rst-parsing-on-rst-dt-1Nguyen et al. (2021)
Standard Parseval (Full): 46.6
Standard Parseval (Nuclearity): 59.1
Standard Parseval (Relation): 47.8
Standard Parseval (Span): 68.4

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
RST Parsing from Scratch | Papers | HyperAI