Head-Driven Phrase Structure Grammar Parsing on Penn Treebank
Junru Zhou, Hai Zhao

TL;DR
This paper introduces a simplified HPSG framework combining constituent and dependency structures, along with two parsing algorithms, achieving state-of-the-art results on Penn Treebank for both parsing tasks.
Contribution
It formulates a unified HPSG model integrating constituent and dependency representations and proposes two novel parsing algorithms for these combined structures.
Findings
Achieved 96.33 F1 in constituent parsing on PTB
Achieved 97.20% UAS in dependency parsing on PTB
Verified effectiveness of joint learning for constituent and dependency parsing
Abstract
Head-driven phrase structure grammar (HPSG) enjoys a uniform formalism representing rich contextual syntactic and even semantic meanings. This paper makes the first attempt to formulate a simplified HPSG by integrating constituent and dependency formal representations into head-driven phrase structure. Then two parsing algorithms are respectively proposed for two converted tree representations, division span and joint span. As HPSG encodes both constituent and dependency structure information, the proposed HPSG parsers may be regarded as a sort of joint decoder for both types of structures and thus are evaluated in terms of extracted or converted constituent and dependency parsing trees. Our parser achieves new state-of-the-art performance for both parsing tasks on Penn Treebank (PTB) and Chinese Penn Treebank, verifying the effectiveness of joint learning constituent and dependency…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Speech and dialogue systems
