High-order Joint Constituency and Dependency Parsing
Yanggan Gu, Yang Hou, Zhefeng Wang, Xinyu Duan, Zhenghua Li

TL;DR
This paper introduces an efficient high-order joint parsing method for constituency and dependency trees, improving compatibility modeling and overall parsing performance across multiple languages.
Contribution
It proposes a novel $O(n^4)$ decoding algorithm, joint training at the modeling phase, and high-order scoring components for better constituent-dependency interaction.
Findings
Joint modeling improves complete tree matching ratio.
The $O(n^4)$ decoding algorithm is more efficient than previous methods.
Experiments on seven languages demonstrate performance gains.
Abstract
This work revisits the topic of jointly parsing constituency and dependency trees, i.e., to produce compatible constituency and dependency trees simultaneously for input sentences, which is attractive considering that the two types of trees are complementary in representing syntax. The original work of Zhou and Zhao (2019) performs joint parsing only at the inference phase. They train two separate parsers under the multi-task learning framework (i.e., one shared encoder and two independent decoders). They design an ad-hoc dynamic programming-based decoding algorithm of time complexity for finding optimal compatible tree pairs. Compared to their work, we make progress in three aspects: (1) adopting a much more efficient decoding algorithm of time complexity, (2) exploring joint modeling at the training phase, instead of only at the inference phase, (3) proposing…
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
TopicsNatural Language Processing Techniques
