paper-with-me

Papers

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 order to further test the capabilities of these powerful neural networks on a harder NLP problem, we propose a transition system that, thanks to Pointer Networks, can straightforwardly produce labelled directed acyclic graphs and perform semantic dependency parsing. In addition, we enhance our approach with deep contextualized word embeddings extracted from BERT. The resulting system not only outperforms all existing transition-based models, but also matches the best fully-supervised accuracy to date on the SemEval 2015 Task 18 English datasets among previous state-of-the-art graph-based parsers.

📄 PDF Abstract BibTeX arXiv:2005.13344

Code (1)

danifg/SemanticPointer 공식 구현 pytorch

Tasks

Dependency ParsingSemantic Dependency ParsingWord Embeddings

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Weight Decay 설명 없음
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$…
Adam 설명 없음
Multi-Head Attention 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…

Similar Papers 제목 키워드 기반

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

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

Stack-Pointer Networks for Dependency Parsing

2018-05-03 · ACL 2018 7 · Xuezhe Ma, Zecong Hu, Jingzhou Liu, Nanyun Peng 외

We introduce a novel architecture for dependency parsing: \emph{stack-pointer networks} (\textbf{\textsc{StackPtr}}). Combining pointer networks~\citep{vinyals2015pointer} with an internal stack, the proposed model first…

Dependency ParsingSentence

Hierarchical Pointer Net Parsing

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

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 struc…

DecoderDiscourse ParsingInductive BiasSentence

Left-to-Right Dependency Parsing with Pointer Networks

2019-06-01 · NAACL 2019 6 · Daniel Fern{\'a}ndez-Gonz{\'a}lez, Carlos G{\'o}mez-Rodr{\'\i}guez

We propose a novel transition-based algorithm that straightforwardly parses sentences from left to right by building n attachments, with n being the length of the input sentence. Similarly to the recent stack-pointer par…

Dependency ParsingSentence