Modeling Label Correlations for Second-Order Semantic Dependency Parsing with Mean-Field Inference
Songlin Yang, Kewei Tu

TL;DR
This paper improves second-order semantic dependency parsing by modeling label correlations efficiently using tensor decomposition, reducing computational complexity and enhancing performance.
Contribution
It introduces a tensor decomposition approach that avoids materializing large score tensors, enabling effective modeling of label correlations during mean-field inference.
Findings
Modeling label correlations improves parsing accuracy.
Tensor decomposition reduces computational complexity from cubic to quadratic.
Experimental results demonstrate the effectiveness of the proposed method.
Abstract
Second-order semantic parsing with end-to-end mean-field inference has been shown good performance. In this work we aim to improve this method by modeling label correlations between adjacent arcs. However, direct modeling leads to memory explosion because second-order score tensors have sizes of ( is the sentence length and is the number of labels), which is not affordable. To tackle this computational challenge, we leverage tensor decomposition techniques, and interestingly, we show that the large second-order score tensors have no need to be materialized during mean-field inference, thereby reducing the computational complexity from cubic to quadratic. We conduct experiments on SemEval 2015 Task 18 English datasets, showing the effectiveness of modeling label correlations. Our code is publicly available at https://github.com/sustcsonglin/mean-field-dep-parsing.
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Speech Recognition and Synthesis
