paper-with-me

Papers

A Dependency Perspective on RST Discourse Parsing and Evaluation

2018-06-01 · CL 2018 6 · Mathieu Morey, Philippe Muller, Nicholas Asher

Computational text-level discourse analysis mostly happens within Rhetorical Structure Theory (RST), whose structures have classically been presented as constituency trees, and relies on data from the RST Discourse Treebank (RST-DT); as a result, the RST discourse parsing community has largely borrowed from the syntactic constituency parsing community. The standard evaluation procedure for RST discourse parsers is thus a simplified variant of PARSEVAL, and most RST discourse parsers use techniques that originated in syntactic constituency parsing. In this article, we isolate a number of conceptual and computational problems with the constituency hypothesis. We then examine the consequences, for the implementation and evaluation of RST discourse parsers, of adopting a dependency perspective on RST structures, a view advocated so far only by a few approaches to discourse parsing. While doing that, we show the importance of the notion of headedness of RST structures. We analyze RST discourse parsing as dependency parsing by adapting to RST a recent proposal in syntactic parsing that relies on head-ordered dependency trees, a representation isomorphic to headed constituency trees. We show how to convert the original trees from the RST corpus, RST-DT, and their binarized versions used by all existing RST parsers to head-ordered dependency trees. We also propose a way to convert existing simple dependency parser output to constituent trees. This allows us to evaluate and to compare approaches from both constituent-based and dependency-based perspectives in a unified framework, using constituency and dependency metrics. We thus propose an evaluation framework to compare extant approaches easily and uniformly, something the RST parsing community has lacked up to now. We can also compare parsers{'} predictions to each other across frameworks. This allows us to characterize families of parsing strategies across the different frameworks, in particular with respect to the notion of headedness. Our experiments provide evidence for the conceptual similarities between dependency parsers and shift-reduce constituency parsers, and confirm that dependency parsing constitutes a viable approach to RST discourse parsing.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Constituency ParsingDependency ParsingDiscourse Parsing

Similar Papers 제목 키워드 기반

Adapting Unsupervised Syntactic Parsing Methodology for Discourse Dependency Parsing

2021-08-01 · ACL 2021 5 · Liwen Zhang, Ge Wang, Wenjuan Han, Kewei Tu

One of the main bottlenecks in developing discourse dependency parsers is the lack of annotated training data. A potential solution is to utilize abundant unlabeled data by using unsupervised techniques, but there is so …

Dependency ParsingDiscourse Parsing

Research on Discourse Parsing: from the Dependency View

2020-12-01 · AACL (iwdp) 2020 12 · Sujian Li

Discourse parsing aims to comprehensively acquire the logical structure of the whole text which may be helpful to some downstream applications such as summarization, reading comprehension, QA and so on. One important iss…

Discourse ParsingReading Comprehension

Zero-shot Chinese Discourse Dependency Parsing via Cross-lingual Mapping

2019-11-27 · WS 2019 11 · Yi Cheng, Sujian Li

Due to the absence of labeled data, discourse parsing still remains challenging in some languages. In this paper, we present a simple and efficient method to conduct zero-shot Chinese text-level dependency parsing by lev…

Dependency ParsingDiscourse ParsingSentence

Discourse Analysis via Questions and Answers: Parsing Dependency Structures of Questions Under Discussion

2022-10-12 · Wei-Jen Ko, Yating Wu, Cutter Dalton, Dananjay Srinivas 외

Automatic discourse processing is bottlenecked by data: current discourse formalisms pose highly demanding annotation tasks involving large taxonomies of discourse relations, making them inaccessible to lay annotators. T…

Dependency ParsingQuestion AnsweringSentence

Joint Syntacto-Discourse Parsing and the Syntacto-Discourse Treebank

2017-08-28 · EMNLP 2017 9 · Kai Zhao, Liang Huang

Discourse parsing has long been treated as a stand-alone problem independent from constituency or dependency parsing. Most attempts at this problem are pipelined rather than end-to-end, sophisticated, and not self-contai…

Dependency ParsingDiscourse Parsing