Hierarchical Pointer Net Parsing
Transition-based top-down parsing with pointer networks has achieved state-of-the-art results in multiple parsing tasks, while having a linear time complexity. However, the decoder of these parsers has a sequential structure, which does not yield the most appropriate inductive bias for deriving tree structures. In this paper, we propose hierarchical pointer network parsers, and apply them to dependency and sentence-level discourse parsing tasks. Our results on standard benchmark datasets demonstrate the effectiveness of our approach, outperforming existing methods and setting a new state-of-the-art.
Code (1)
Tasks
DecoderDiscourse ParsingInductive BiasSentenceMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Dependency Parsing with Bottom-up Hierarchical Pointer Networks
Dependency parsing is a crucial step towards deep language understanding and, therefore, widely demanded by numerous Natural Language Processing applications. In particular, left-to-right and top-down transition-based al…
Dependency ParsingSentenceJoint Multi-Decoder Framework with Hierarchical Pointer Network for Frame Semantic Parsing
AMR Parsing with Causal Hierarchical Attention and Pointers
Translation-based AMR parsers have recently gained popularity due to their simplicity and effectiveness. They predict linearized graphs as free texts, avoiding explicit structure modeling. However, this simplicity neglec…
AMR ParsingDecoderTranslationTransition-based Semantic Dependency Parsing with Pointer Networks
Transition-based parsers implemented with Pointer Networks have become the new state of the art in dependency parsing, excelling in producing labelled syntactic trees and outperforming graph-based models in this task. In…
Dependency ParsingSemantic Dependency ParsingWord EmbeddingsTransition-based Semantic Dependency Parsing with Pointer Networks
Transition-based parsers implemented with Pointer Networks have become the new state of the art in dependency parsing, excelling in producing labelled syntactic trees and outperforming graph-based models in this task. In…
Dependency ParsingSemantic Dependency ParsingWord Embeddings