paper-with-me

Papers

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, and feature vectors are constructed by concatenating a few BiLSTM vectors. The BiLSTM is trained jointly with the parser objective, resulting in very effective feature extractors for parsing. We demonstrate the effectiveness of the approach by applying it to a greedy transition-based parser as well as to a globally optimized graph-based parser. The resulting parsers have very simple architectures, and match or surpass the state-of-the-art accuracies on English and Chinese.

📄 PDF Abstract BibTeX arXiv:1603.04351

Code (1)

elikip/bist-parser 공식 구현 pytorch

Tasks

Dependency ParsingSentence

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

Graph-based Dependency Parsing with Bidirectional LSTM

2016-08-01 · ACL 2016 8 · Wenhui Wang, Baobao Chang
Dependency ParsingFeature EngineeringMachine Translation

Parsing as Tagging

2020-05-01 · LREC 2020 5 · Robert Vacareanu, George Caique Gouveia Barbosa, Marco A. Valenzuela-Esc{\'a}rcega, Mihai Surdeanu

We propose a simple yet accurate method for dependency parsing that treats parsing as tagging (PaT). That is, our approach addresses the parsing of dependency trees with a sequence model implemented with a bidirectional …

Dependency ParsingPositionSentenceTAG

On the Challenges of Fully Incremental Neural Dependency Parsing

2023-09-28 · Ana Ezquerro, Carlos Gómez-Rodríguez, David Vilares

Since the popularization of BiLSTMs and Transformer-based bidirectional encoders, state-of-the-art syntactic parsers have lacked incrementality, requiring access to the whole sentence and deviating from human language pr…

Dependency ParsingSentence

A Fast and Lightweight System for Multilingual Dependency Parsing

2017-08-01 · CONLL 2017 8 · Tao Ji, Yuanbin Wu, Man Lan

We present a multilingual dependency parser with a bidirectional-LSTM (BiLSTM) feature extractor and a multi-layer perceptron (MLP) classifier. We trained our transition-based projective parser in UD version 2.0 datasets…

Dependency Parsing

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