Adaptive Convolution for Semantic Role Labeling
Kashif Munir, Hai Zhao, Zuchao Li

TL;DR
This paper introduces an adaptive convolution approach that dynamically encodes syntactic information to significantly improve semantic role labeling performance across multiple languages.
Contribution
It proposes a novel adaptive convolution method with a filter generation network to better incorporate syntax into SRL models, enhancing accuracy.
Findings
Outperforms previous SRL systems on CoNLL-2009 dataset
Effective in both English and Chinese languages
Uses a hashing technique to reduce model size
Abstract
Semantic role labeling (SRL) aims at elaborating the meaning of a sentence by forming a predicate-argument structure. Recent researches depicted that the effective use of syntax can improve SRL performance. However, syntax is a complicated linguistic clue and is hard to be effectively applied in a downstream task like SRL. This work effectively encodes syntax using adaptive convolution which endows strong flexibility to existing convolutional networks. The existing CNNs may help in encoding a complicated structure like syntax for SRL, but it still has shortcomings. Contrary to traditional convolutional networks that use same filters for different inputs, adaptive convolution uses adaptively generated filters conditioned on syntactically informed inputs. We achieve this with the integration of a filter generation network which generates the input specific filters. This helps the model to…
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 · Multimodal Machine Learning Applications
MethodsConvolution
