Neural CRF Parsing

07/13/2015
by   Greg Durrett, et al.
0

This paper describes a parsing model that combines the exact dynamic programming of CRF parsing with the rich nonlinear featurization of neural net approaches. Our model is structurally a CRF that factors over anchored rule productions, but instead of linear potential functions based on sparse features, we use nonlinear potentials computed via a feedforward neural network. Because potentials are still local to anchored rules, structured inference (CKY) is unchanged from the sparse case. Computing gradients during learning involves backpropagating an error signal formed from standard CRF sufficient statistics (expected rule counts). Using only dense features, our neural CRF already exceeds a strong baseline CRF model (Hall et al., 2014). In combination with sparse features, our system achieves 91.1 F1 on section 23 of the Penn Treebank, and more generally outperforms the best prior single parser results on a range of languages.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
11/14/2016

A New Recurrent Neural CRF for Learning Non-linear Edge Features

Conditional Random Field (CRF) and recurrent neural models have achieved...
research
08/09/2020

Fast and Accurate Neural CRF Constituency Parsing

Estimating probability distribution is one of the core issues in the NLP...
research
05/21/2017

Large-Scale Classification of Structured Objects using a CRF with Deep Class Embedding

This paper presents a novel deep learning architecture to classify struc...
research
08/03/2017

CRF Autoencoder for Unsupervised Dependency Parsing

Unsupervised dependency parsing, which tries to discover linguistic depe...
research
11/11/2020

An Investigation of Potential Function Designs for Neural CRF

The neural linear-chain CRF model is one of the most widely-used approac...
research
05/10/2017

A Minimal Span-Based Neural Constituency Parser

In this work, we present a minimal neural model for constituency parsing...
research
04/27/2019

Fuzzy Rule Interpolation Methods and Fri Toolbox

FRI methods are less popular in the practical application domain. One po...

Please sign up or login with your details

Forgot password? Click here to reset