Dependency Parsing as Head Selection

06/03/2016
by   Xingxing Zhang, et al.
0

Conventional graph-based dependency parsers guarantee a tree structure both during training and inference. Instead, we formalize dependency parsing as the problem of independently selecting the head of each word in a sentence. Our model which we call DeNSe (as shorthand for Dependency Neural Selection) produces a distribution over possible heads for each word using features obtained from a bidirectional recurrent neural network. Without enforcing structural constraints during training, DeNSe generates (at inference time) trees for the overwhelming majority of sentences, while non-tree outputs can be adjusted with a maximum spanning tree algorithm. We evaluate DeNSe on four languages (English, Chinese, Czech, and German) with varying degrees of non-projectivity. Despite the simplicity of the approach, our parsers are on par with the state of the art.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
02/27/2015

Parsing as Reduction

We reduce phrase-representation parsing to dependency parsing. Our reduc...
research
04/09/2019

A Unified Model for Joint Chinese Word Segmentation and Dependency Parsing

Chinese word segmentation and dependency parsing are two fundamental tas...
research
06/15/2021

Maximum Spanning Trees Are Invariant to Temperature Scaling in Graph-based Dependency Parsing

Modern graph-based syntactic dependency parsers operate by predicting, f...
research
05/21/2015

A Re-ranking Model for Dependency Parser with Recursive Convolutional Neural Network

In this work, we address the problem to model all the nodes (words or ph...
research
06/01/2021

On Finding the K-best Non-projective Dependency Trees

The connection between the maximum spanning tree in a directed graph and...
research
01/04/2017

Neural Probabilistic Model for Non-projective MST Parsing

In this paper, we propose a probabilistic parsing model, which defines a...
research
05/29/2019

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

Classical non-neural dependency parsers put considerable effort on the d...

Please sign up or login with your details

Forgot password? Click here to reset