paper-with-me

Papers

Integrating Graph-Based and Transition-Based Dependency Parsers in the Deep Contextualized Era

2020-07-01 · WS 2020 7 · Agnieszka Falenska, Anders Bj{\"o}rkelund, Jonas Kuhn

Graph-based and transition-based dependency parsers used to have different strengths and weaknesses. Therefore, combining the outputs of parsers from both paradigms used to be the standard approach to improve or analyze their performance. However, with the recent adoption of deep contextualized word representations, the chief weakness of graph-based models, i.e., their limited scope of features, has been mitigated. Through two popular combination techniques {--} blending and stacking {--} we demonstrate that the remaining diversity in the parsing models is reduced below the level of models trained with different random seeds. Thus, an integration no longer leads to increased accuracy. When both parsers depend on BiLSTMs, the graph-based architecture has a consistent advantage. This advantage stems from globally-trained BiLSTM representations, which capture more distant look-ahead syntactic relations. Such representations can be exploited through multi-task learning, which improves the transition-based parser, especially on treebanks with a high ratio of right-headed dependencies.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityMulti-Task Learning

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
BiLSTM A Bidirectional LSTM, or biLSTM, is a sequence processing model that consists of two LSTMs: one taking the input in a forward direction, and the other in a backwards…

Similar Papers 제목 키워드 기반

Deep Contextualized Word Embeddings in Transition-Based and Graph-Based Dependency Parsing - A Tale of Two Parsers Revisited

2019-11-01 · IJCNLP 2019 11 · Artur Kulmizev, Miryam de Lhoneux, Johannes Gontrum, Elena Fano 외

Transition-based and graph-based dependency parsers have previously been shown to have complementary strengths and weaknesses: transition-based parsers exploit rich structural features but suffer from error propagation, …

Dependency Parsingglobal-optimizationSentenceWord Embeddings

Deep Contextualized Word Embeddings in Transition-Based and Graph-Based Dependency Parsing -- A Tale of Two Parsers Revisited

2019-08-20 · Artur Kulmizev, Miryam de Lhoneux, Johannes Gontrum, Elena Fano 외

Transition-based and graph-based dependency parsers have previously been shown to have complementary strengths and weaknesses: transition-based parsers exploit rich structural features but suffer from error propagation, …

Dependency Parsingglobal-optimizationSentenceWord Embeddings

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

Transition-based Parsing with Stack-Transformers

2020-10-20 · Findings of the Association for Computational Linguistics 2020 · Ramon Fernandez Astudillo, Miguel Ballesteros, Tahira Naseem, Austin Blodgett 외

Modeling the parser state is key to good performance in transition-based parsing. Recurrent Neural Networks considerably improved the performance of transition-based systems by modelling the global state, e.g. stack-LSTM…

Abstract Meaning RepresentationAMR Parsing