Approximation-Aware Dependency Parsing by Belief Propagation

08/10/2015
by   Matthew R. Gormley, et al.
0

We show how to train the fast dependency parser of Smith and Eisner (2008) for improved accuracy. This parser can consider higher-order interactions among edges while retaining O(n^3) runtime. It outputs the parse with maximum expected recall -- but for speed, this expectation is taken under a posterior distribution that is constructed only approximately, using loopy belief propagation through structured factors. We show how to adjust the model parameters to compensate for the errors introduced by this approximation, by following the gradient of the actual loss on training data. We find this gradient by back-propagation. That is, we treat the entire parser (approximations and all) as a differentiable circuit, as Stoyanov et al. (2011) and Domke (2010) did for loopy CRFs. The resulting trained parser obtains higher accuracy with fewer iterations of belief propagation than one trained by conditional log-likelihood.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
06/19/2019

Second-Order Semantic Dependency Parsing with End-to-End Neural Networks

Semantic dependency parsing aims to identify semantic relationships betw...
research
02/22/2017

Tackling Error Propagation through Reinforcement Learning: A Case of Greedy Dependency Parsing

Error propagation is a common problem in NLP. Reinforcement learning exp...
research
02/22/2017

Improving a Strong Neural Parser with Conjunction-Specific Features

While dependency parsers reach very high overall accuracy, some dependen...
research
01/27/2022

A Higher-Order Semantic Dependency Parser

Higher-order features bring significant accuracy gains in semantic depen...
research
10/13/2021

Compositional Generalization in Dependency Parsing

Compositionality, or the ability to combine familiar units like words in...
research
10/01/2007

High-Order Nonparametric Belief-Propagation for Fast Image Inpainting

In this paper, we use belief-propagation techniques to develop fast algo...

Please sign up or login with your details

Forgot password? Click here to reset