中文
相关论文

相关论文: A Simple LSTM model for Transition-based Dependenc…

200 篇论文

We propose a transition-based dependency parser using Recurrent Neural Networks with Long Short-Term Memory (LSTM) units. This extends the feedforward neural network parser of Chen and Manning (2014) and enables modelling of entire…

计算与语言 · 计算机科学 2016-07-01 Adhiguna Kuncoro , Yuichiro Sawai , Kevin Duh , Yuji Matsumoto

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. Like the conventional…

计算与语言 · 计算机科学 2015-06-01 Chris Dyer , Miguel Ballesteros , Wang Ling , Austin Matthews , Noah A. Smith

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 parsers, or local…

计算与语言 · 计算机科学 2020-10-22 Ramon Fernandez Astudillo , Miguel Ballesteros , Tahira Naseem , Austin Blodgett , Radu Florian

In Vietnamese dependency parsing, several methods have been proposed. Dependency parser which uses deep neural network model has been reported that achieved state-of-the-art results. In this paper, we proposed a new method which applies…

计算与语言 · 计算机科学 2019-10-31 Binh Duc Nguyen , Kiet Van Nguyen , Ngan Luu-Thuy Nguyen

We present extensions to a continuous-state dependency parsing method that makes it applicable to morphologically rich languages. Starting with a high-performance transition-based parser that uses long short-term memory (LSTM) recurrent…

计算与语言 · 计算机科学 2015-08-12 Miguel Ballesteros , Chris Dyer , Noah A. Smith

We explore whether it is possible to build lighter parsers, that are statistically equivalent to their corresponding standard version, for a wide set of languages showing different structures and morphologies. As testbed, we use the…

计算与语言 · 计算机科学 2018-10-23 David Vilares , Carlos Gómez-Rodríguez

Syntactic parsing using dependency structures has become a standard technique in natural language processing with many different parsing models, in particular data-driven models that can be trained on syntactically annotated corpora. In…

计算与语言 · 计算机科学 2020-01-30 Rahul Radhakrishnan Iyer , Miguel Ballesteros , Chris Dyer , Robert Frederking

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 order to further…

计算与语言 · 计算机科学 2020-05-29 Daniel Fernández-González , Carlos Gómez-Rodríguez

The introduction of pre-trained transformer-based contextualized word embeddings has led to considerable improvements in the accuracy of graph-based parsers for frameworks such as Universal Dependencies (UD). However, previous works differ…

计算与语言 · 计算机科学 2021-07-30 Stefan Grünewald , Annemarie Friedrich , Jonas Kuhn

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, we show that this…

计算与语言 · 计算机科学 2017-09-05 Miguel Ballesteros , Xavier Carreras

Dependency grammar induction is the task of learning dependency syntax without annotated training data. Traditional graph-based models with global inference achieve state-of-the-art results on this task but they require $O(n^3)$ run time.…

计算与语言 · 计算机科学 2018-11-15 Bowen Li , Jianpeng Cheng , Yang Liu , Frank Keller

Easy-first parsing relies on subtree re-ranking to build the complete parse tree. Whereas the intermediate state of parsing processing is represented by various subtrees, whose internal structural information is the key lead for later…

计算与语言 · 计算机科学 2019-06-12 Zuchao Li , Jiaxun Cai , Hai Zhao

We present structured perceptron training for neural network transition-based dependency parsing. We learn the neural network representation using a gold corpus augmented by a large number of automatically parsed sentences. Given this fixed…

计算与语言 · 计算机科学 2015-06-23 David Weiss , Chris Alberti , Michael Collins , Slav Petrov

Dependency parsing is a fundamental task in natural language processing (NLP), aiming to identify syntactic dependencies and construct a syntactic tree for a given sentence. Traditional dependency parsing models typically construct…

计算与语言 · 计算机科学 2025-02-25 Keunha Kim , Youngjoong Ko

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 suggested that the…

计算与语言 · 计算机科学 2019-04-01 Michalina Strzyz , David Vilares , Carlos Gómez-Rodríguez

Standard neural network architectures are non-linear only by virtue of a simple element-wise activation function, making them both brittle and excessively large. In this paper, we consider methods for making the feed-forward layer more…

机器学习 · 计算机科学 2018-11-26 Sebastian Flennerhag , Hujun Yin , John Keane , Mark Elliot

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 achieves very competitive…

计算与语言 · 计算机科学 2017-08-03 Miguel Ballesteros , Yaser Al-Onaizan

In principle, the design of transition-based dependency parsers makes it possible to experiment with any general-purpose classifier without other changes to the parsing algorithm. In practice, however, it often takes substantial software…

计算与语言 · 计算机科学 2012-11-02 Alex Rudnick

We suggest a compositional vector representation of parse trees that relies on a recursive combination of recurrent-neural network encoders. To demonstrate its effectiveness, we use the representation as the backbone of a greedy, bottom-up…

计算与语言 · 计算机科学 2018-04-25 Eliyahu Kiperwasser , Yoav Goldberg

Long Short-Term Memory (LSTM) networks, a type of recurrent neural network with a more complex computational unit, have been successfully applied to a variety of sequence modeling tasks. In this paper we develop Tree Long Short-Term Memory…

计算与语言 · 计算机科学 2016-04-05 Xingxing Zhang , Liang Lu , Mirella Lapata
‹ 上一页 1 2 3 10 下一页 ›