Dependency Parsing as MRC-based Span-Span Prediction
Leilei Gan, Yuxian Meng, Kun Kuang, Xiaofei Sun, Chun Fan, Fei Wu and, Jiwei Li

TL;DR
This paper introduces a novel dependency parsing method that models span-to-span relations using an MRC framework, improving subtree construction accuracy and span retrieval over traditional word-level approaches.
Contribution
It proposes a span-span prediction approach with an MRC-based span linking module, addressing subtree-level edge construction in dependency parsing.
Findings
Effective on PTB, CTB, and UD benchmarks
Higher recall for span proposals due to MRC framework
Improved accuracy in dependency tree construction
Abstract
Higher-order methods for dependency parsing can partially but not fully address the issue that edges in dependency trees should be constructed at the text span/subtree level rather than word level. In this paper, we propose a new method for dependency parsing to address this issue. The proposed method constructs dependency trees by directly modeling span-span (in other words, subtree-subtree) relations. It consists of two modules: the {\it text span proposal module} which proposes candidate text spans, each of which represents a subtree in the dependency tree denoted by (root, start, end); and the {\it span linking module}, which constructs links between proposed spans. We use the machine reading comprehension (MRC) framework as the backbone to formalize the span linking module, where one span is used as a query to extract the text span/subtree it should be linked to. The proposed…
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 · Topic Modeling · Data Mining Algorithms and Applications
