Capturing Argument Interaction in Semantic Role Labeling with Capsule Networks
Xinchi Chen, Chunchuan Lyu, Ivan Titov

TL;DR
This paper introduces a novel Capsule Network-based approach for semantic role labeling that models argument interactions more effectively, leading to improved accuracy across multiple languages.
Contribution
It proposes a capsule network architecture for SRL that captures non-local argument interactions and iteratively refines predictions, achieving state-of-the-art results.
Findings
Outperforms baseline models on all 7 CoNLL-2019 languages
Achieves state-of-the-art results on 5 languages for dependency SRL
Effectively captures argument interaction and corrects common mistakes
Abstract
Semantic role labeling (SRL) involves extracting propositions (i.e. predicates and their typed arguments) from natural language sentences. State-of-the-art SRL models rely on powerful encoders (e.g., LSTMs) and do not model non-local interaction between arguments. We propose a new approach to modeling these interactions while maintaining efficient inference. Specifically, we use Capsule Networks: each proposition is encoded as a tuple of \textit{capsules}, one capsule per argument type (i.e. role). These tuples serve as embeddings of entire propositions. In every network layer, the capsules interact with each other and with representations of words in the sentence. Each iteration results in updated proposition embeddings and updated predictions about the SRL structure. Our model substantially outperforms the non-refinement baseline model on all 7 CoNLL-2019 languages and achieves…
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
TopicsTopic Modeling · Natural Language Processing Techniques · Text Readability and Simplification
