paper-with-me

홈 › Papers

Tree-Stack LSTM in Transition Based Dependency Parsing

2018-10-01 · CONLL 2018 10 · {\"O}mer K{\i}rnap, Erenay Dayan{\i}k, Deniz Yuret

We introduce tree-stack LSTM to model state of a transition based parser with recurrent neural networks. Tree-stack LSTM does not use any parse tree based or hand-crafted features, yet performs better than models with these features. We also develop new set of embeddings from raw features to enhance the performance. There are 4 main components of this model: stack{'}s σ-LSTM, buffer{'}s β-LSTM, actions{'} LSTM and tree-RNN. All LSTMs use continuous dense feature vectors (embeddings) as an input. Tree-RNN updates these embeddings based on transitions. We show that our model improves performance with low resource languages compared with its predecessors. We participate in CoNLL 2018 UD Shared Task as the {``}KParse{''} team and ranked 16th in LAS, 15th in BLAS and BLEX metrics, of 27 participants parsing 82 test sets from 57 languages.

📄 PDF Abstract BibTeX

Code (1)

kirnap/ku-dependency-parser2 공식 구현

Tasks

Dependency ParsingLemmatizationMorphological AnalysisMorphological TaggingTransition-Based Dependency ParsingWord Embeddings

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Arc-Standard Spinal Parsing with Stack-LSTMs

2017-09-01 · WS 2017 9 · Miguel Ballesteros, Xavier Carreras

We present a neural transition-based parser for spinal trees, a dependency representation of constituent trees. The parser uses Stack-LSTMs that compose constituent nodes with dependency-based derivations. In experiments…

ARC

Transition-Based Dependency Parsing with Stack Long Short-Term Memory

2015-05-29 · IJCNLP 2015 7 · Chris Dyer, Miguel Ballesteros, Wang Ling, Austin Matthews 외

We propose a technique for learning representations of parser states in transition-based dependency parsers. Our primary innovation is a new control structure for sequence-to-sequence neural networks---the stack LSTM. Li…

Dependency ParsingTransition-Based Dependency Parsing

AMR Parsing using Stack-LSTMs

2017-07-24 · EMNLP 2017 9 · Miguel Ballesteros, Yaser Al-Onaizan

We present a transition-based AMR parser that directly generates AMR parses from plain text. We use Stack-LSTMs to represent our parser state and make decisions greedily. In our experiments, we show that our parser achie…

AMR ParsingPOS

Stack-based Multi-layer Attention for Transition-based Dependency Parsing

2017-09-01 · EMNLP 2017 9 · Zhirui Zhang, Shujie Liu, Mu Li, Ming Zhou 외

Although sequence-to-sequence (seq2seq) network has achieved significant success in many NLP tasks such as machine translation and text summarization, simply applying this approach to transition-based dependency parsing …

Dependency ParsingLanguage ModelingLanguage ModellingMachine Translation+3

Transition-based Parsing with Context Enhancement and Future Reward Reranking

2016-12-15 · Fugen Zhou, Fuxiang Wu, Zhengchen Zhang, Minghui Dong

This paper presents a novel reranking model, future reward reranking, to re-score the actions in a transition-based parser by using a global scorer. Different to conventional reranking parsing, the model searches for the…

ARCReranking