paper-with-me

Papers

Hierarchical Pointer Net Parsing

2019-08-30 · IJCNLP 2019 11 · Linlin Liu, Xiang Lin, Shafiq Joty, Simeng Han, Lidong Bing

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.

📄 PDF Abstract BibTeX arXiv:1908.11571

Code (1)

ntunlp/ptrnet-depparser pytorch

Tasks

DecoderDiscourse ParsingInductive BiasSentence

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
[LivE@PeRson]How do I talk to a real person at Expedia? How do I talk to a real person at Expedia? To speak with a live Expedia agent, call 1 (888) 829-0881 anytime. The customer support team is available 24/7 to help with…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Pointer Network Pointer Networks tackle problems where input and output data are sequential data, but can't be solved by seq2seq type models because discrete categories of output elements…

Similar Papers 제목 키워드 기반

Dependency Parsing with Bottom-up Hierarchical Pointer Networks

2021-05-20 · Daniel Fernández-González, Carlos Gómez-Rodríguez

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 ParsingSentence

Joint Multi-Decoder Framework with Hierarchical Pointer Network for Frame Semantic Parsing

2021-08-01 · Findings (ACL) 2021 8 · Xudong Chen, Ce Zheng, Baobao Chang
DecoderSemantic Parsing

AMR Parsing with Causal Hierarchical Attention and Pointers

2023-10-18 · Chao Lou, Kewei Tu

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 ParsingDecoderTranslation

Transition-based Semantic Dependency Parsing with Pointer Networks

2020-07-01 · ACL 2020 6 · Daniel Fern{\'a}ndez-Gonz{\'a}lez, Carlos G{\'o}mez-Rodr{\'\i}guez

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

Transition-based Semantic Dependency Parsing with Pointer Networks

2020-05-27 · Daniel Fernández-González, Carlos Gómez-Rodríguez

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