paper-with-me

Papers

Incremental Graph-based Neural Dependency Parsing

2017-09-01 · EMNLP 2017 9 · Xiaoqing Zheng

Very recently, some studies on neural dependency parsers have shown advantage over the traditional ones on a wide variety of languages. However, for graph-based neural dependency parsing systems, they either count on the long-term memory and attention mechanism to implicitly capture the high-order features or give up the global exhaustive inference algorithms in order to harness the features over a rich history of parsing decisions. The former might miss out the important features for specific headword predictions without the help of the explicit structural information, and the latter may suffer from the error propagation as false early structural constraints are used to create features when making future predictions. We explore the feasibility of explicitly taking high-order features into account while remaining the main advantage of global inference and learning for graph-based parsing. The proposed parser first forms an initial parse tree by head-modifier predictions based on the first-order factorization. High-order features (such as grandparent, sibling, and uncle) then can be defined over the initial tree, and used to refine the parse tree in an iterative fashion. Experimental results showed that our model (called INDP) archived competitive performance to existing benchmark parsers on both English and Chinese datasets.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Dependency ParsingTransition-Based Dependency Parsing

Similar Papers 제목 키워드 기반

Sequential Graph Dependency Parser

2019-05-27 · RANLP 2019 9 · Sean Welleck, Kyunghyun Cho

We propose a method for non-projective dependency parsing by incrementally predicting a set of edges. Since the edges do not have a pre-specified order, we propose a set-based learning method. Our method blends graph, tr…

Dependency Parsing

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

Structured Sentiment Analysis as Transition-based Dependency Parsing

2023-05-09 · Daniel Fernández-González

Structured sentiment analysis (SSA) aims to automatically extract people's opinions from a text in natural language and adequately represent that information in a graph structure. One of the most accurate methods for per…

Dependency ParsingSentenceSentiment AnalysisTransition-Based Dependency Parsing

Generative Incremental Dependency Parsing with Neural Networks

2015-07-01 · IJCNLP 2015 7 · Jan Buys, Phil Blunsom
Dependency ParsingLanguage ModellingMachine TranslationSpeech Recognition+2

Incremental and Predictive Dependency Parsing under Real-Time Conditions

2013-09-01 · RANLP 2013 9 · Arne K{\"o}hn, Wolfgang Menzel
Dependency Parsing