paper-with-me

Papers

The (Non-)Utility of Structural Features in BiLSTM-based Dependency Parsers

2019-05-29 · ACL 2019 7 · Agnieszka Falenska, Jonas Kuhn

Classical non-neural dependency parsers put considerable effort on the design of feature functions. Especially, they benefit from information coming from structural features, such as features drawn from neighboring tokens in the dependency tree. In contrast, their BiLSTM-based successors achieve state-of-the-art performance without explicit information about the structural context. In this paper we aim to answer the question: How much structural context are the BiLSTM representations able to capture implicitly? We show that features drawn from partial subtrees become redundant when the BiLSTMs are used. We provide a deep insight into information flow in transition- and graph-based neural architectures to demonstrate where the implicit information comes from when the parsers make their decisions. Finally, with model ablations we demonstrate that the structural context is not only present in the models, but it significantly influences their performance.

📄 PDF Abstract BibTeX arXiv:1905.12676

Code (0)

등록된 구현이 없습니다.

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 제목 키워드 기반

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 …

DiversityMulti-Task Learning

Dependency Parsing for Urdu: Resources, Conversions and Learning

2020-05-01 · LREC 2020 5 · Toqeer Ehsan, Miriam Butt

This paper adds to the available resources for the under-resourced language Urdu by converting different types of existing treebanks for Urdu into a common format that is based on Universal Dependencies. We present compa…

Dependency ParsingWord Embeddings

Simple and Accurate Dependency Parsing Using Bidirectional LSTM Feature Representations

2016-03-14 · TACL 2016 1 · Eliyahu Kiperwasser, Yoav Goldberg

We present a simple and effective scheme for dependency parsing which is based on bidirectional-LSTMs (BiLSTMs). Each sentence token is associated with a BiLSTM vector representing the token in its sentential context, an…

Dependency ParsingSentence

Viable Dependency Parsing as Sequence Labeling

2019-02-27 · NAACL 2019 6 · Michalina Strzyz, David Vilares, Carlos Gómez-Rodríguez

We recast dependency parsing as a sequence labeling problem, exploring several encodings of dependency trees as labels. While dependency parsing by means of sequence labeling had been attempted in existing work, results …

Dependency Parsing

Recursive Subtree Composition in LSTM-Based Dependency Parsing

2019-02-26 · NAACL 2019 6 · Miryam de Lhoneux, Miguel Ballesteros, Joakim Nivre

The need for tree structure modelling on top of sequence modelling is an open issue in neural dependency parsing. We investigate the impact of adding a tree layer on top of a sequential model by recursively composing sub…

Dependency Parsing