paper-with-me

홈 › Papers

Tree Representations in Transition System for RST Parsing

2020-12-01 · COLING 2020 8 · Jinfen Li, Lu Xiao

The transition-based systems in the past studies propose a series of actions, to build a right-heavy binarized tree for the RST parsing. However, the nodes of the binary-nuclear relations (e.g., Contrast) have the same nuclear type with those of the multi-nuclear relations (e.g., Joint) in the binary tree structure. In addition, the reduce action only construct binary trees instead of multi-branch trees, which is the original RST tree structure. In our paper, we design a new nuclear type for the multi-nuclear relations, and a new action to construct a multi-branch tree. We enrich the feature set by extracting additional refined dependency feature of texts from the Bi-Affine model. We also compare the performance of two approaches for RST parsing in the transition-based system: a joint action of reduce-shift and nuclear type (i.e., Reduce-SN) vs a separate one that applies Reduce action first and then assigns nuclear type. We find that the new devised nuclear type and action are more capable of capturing the multi-nuclear relation and the joint action is more suitable than the separate one. Our multi-branch tree structure obtains the state-of-the-art performance for all the 18 coarse relations.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Vocal Bursts Type Prediction

Similar Papers 제목 키워드 기반

SyntaxNet Models for the CoNLL 2017 Shared Task

2017-03-15 · Chris Alberti, Daniel Andor, Ivan Bogatyy, Michael Collins 외

We describe a baseline dependency parsing system for the CoNLL2017 Shared Task. This system, which we call "ParseySaurus," uses the DRAGNN framework [Kong et al, 2017] to combine transition-based recurrent parsing and ta…

Dependency Parsing

Transition-based Bubble Parsing: Improvements on Coordination Structure Prediction

2021-07-14 · ACL 2021 5 · Tianze Shi, Lillian Lee

We propose a transition-based bubble parser to perform coordination structure identification and dependency-based syntactic analysis simultaneously. Bubble representations were proposed in the formal linguistics literatu…

Cache Transition Systems for Graph Parsing

2018-03-01 · CL 2018 3 · Daniel Gildea, Giorgio Satta, Xiaochang Peng

Motivated by the task of semantic parsing, we describe a transition system that generalizes standard transition-based dependency parsing techniques to generate a graph rather than a tree. Our system includes a cache with…

Dependency ParsingSemantic ParsingTransition-Based Dependency ParsingTree Decomposition

Discontinuous Constituency Parsing with a Stack-Free Transition System and a Dynamic Oracle

2019-04-01 · NAACL 2019 6 · Maximin Coavoux, Shay B. Cohen

We introduce a novel transition system for discontinuous constituency parsing. Instead of storing subtrees in a stack --i.e. a data structure with linear-time sequential access-- the proposed system uses a set of parsing…

Constituency ParsingSentence

Representation Learning and Dynamic Programming for Arc-Hybrid Parsing

2019-11-01 · CONLL 2019 11 · Joseph Le Roux, Antoine Rozenknop, Mathieu Lacroix

We present a new method for transition-based parsing where a solution is a pair made of a dependency tree and a derivation graph describing the construction of the former. From this representation we are able to derive a…

ARCRepresentation Learning