Head-driven Phrase Structure Parsing in O(n^3) Time Complexity

05/20/2021
by   Zuchao Li, et al.
0

Constituent and dependency parsing, the two classic forms of syntactic parsing, have been found to benefit from joint training and decoding under a uniform formalism, Head-driven Phrase Structure Grammar (HPSG). However, decoding this unified grammar has a higher time complexity (O(n^5)) than decoding either form individually (O(n^3)) since more factors have to be considered during decoding. We thus propose an improved head scorer that helps achieve a novel performance-preserved parser in O(n^3) time complexity. Furthermore, on the basis of this proposed practical HPSG parser, we investigated the strengths of HPSG-based parsing and explored the general method of training an HPSG-based parser from only a constituent or dependency annotations in a multilingual scenario. We thus present a more effective, more in-depth, and general work on HPSG parsing.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
07/05/2019

Head-Driven Phrase Structure Grammar Parsing on Penn Treebank

Head-driven phrase structure grammar (HPSG) enjoys a uniform formalism r...
research
11/20/2019

Global Greedy Dependency Parsing

Most syntactic dependency parsing models may fall into one of two catego...
research
06/08/2023

Hexatagging: Projective Dependency Parsing as Tagging

We introduce a novel dependency parser, the hexatagger, that constructs ...
research
11/14/2018

Dependency Grammar Induction with a Neural Variational Transition-based Parser

Dependency grammar induction is the task of learning dependency syntax w...
research
06/29/2017

Frame-Semantic Parsing with Softmax-Margin Segmental RNNs and a Syntactic Scaffold

We present a new, efficient frame-semantic parser that labels semantic a...
research
07/20/2015

Notes About a More Aware Dependency Parser

In this paper I explain the reasons that led me to research and conceive...
research
06/05/2019

Automatic Generation of High Quality CCGbanks for Parser Domain Adaptation

We propose a new domain adaptation method for Combinatory Categorial Gra...

Please sign up or login with your details

Forgot password? Click here to reset