We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.CL

Change to browse by:

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Computation and Language

Title: Dependency Parsing as MRC-based Span-Span Prediction

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 method has the following merits: (1) it addresses the fundamental problem that edges in a dependency tree should be constructed between subtrees; (2) the MRC framework allows the method to retrieve missing spans in the span proposal stage, which leads to higher recall for eligible spans. Extensive experiments on the PTB, CTB and Universal Dependencies (UD) benchmarks demonstrate the effectiveness of the proposed method. The code is available at \url{this https URL}
Comments: Accepted by ACL 2022 Main Conference
Subjects: Computation and Language (cs.CL); Artificial Intelligence (cs.AI)
Cite as: arXiv:2105.07654 [cs.CL]
  (or arXiv:2105.07654v4 [cs.CL] for this version)

Submission history

From: Jiwei Li [view email]
[v1] Mon, 17 May 2021 08:03:48 GMT (273kb,D)
[v2] Mon, 7 Mar 2022 14:04:28 GMT (226kb,D)
[v3] Tue, 15 Mar 2022 16:03:16 GMT (226kb,D)
[v4] Sat, 21 May 2022 09:09:27 GMT (226kb,D)

Link back to: arXiv, form interface, contact.