paper-with-me

Papers

Multitask Pointer Network for Multi-Representational Parsing

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

We propose a transition-based approach that, by training a single model, can efficiently parse any input sentence with both constituent and dependency trees, supporting both continuous/projective and discontinuous/non-projective syntactic structures. To that end, we develop a Pointer Network architecture with two separate task-specific decoders and a common encoder, and follow a multitask learning strategy to jointly train them. The resulting quadratic system, not only becomes the first parser that can jointly produce both unrestricted constituent and dependency trees from a single model, but also proves that both syntactic formalisms can benefit from each other during training, achieving state-of-the-art accuracies in several widely-used benchmarks such as the continuous English and Chinese Penn Treebanks, as well as the discontinuous German NEGRA and TIGER datasets.

📄 PDF Abstract BibTeX arXiv:2009.09730

Code (1)

danifg/MultiPointer 공식 구현 pytorch

Tasks

Sentence

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…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
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$…
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 제목 키워드 기반

The Natural Language Decathlon: Multitask Learning as Question Answering

2018-06-20 · ICLR 2019 5 · Bryan McCann, Nitish Shirish Keskar, Caiming Xiong, Richard Socher

Deep learning has improved performance on many natural language processing (NLP) tasks individually. However, general NLP models cannot emerge within a paradigm that focuses on the particularities of a single metric, dat…

DecoderDomain AdaptationMachine TranslationNamed Entity Recognition+10

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

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

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