TL;DR
This paper introduces a novel graph convolutional network approach over constituent trees for syntax-aware semantic role labeling, outperforming dependency-based methods on standard benchmarks.
Contribution
It proposes a new GCN-based method that encodes constituent structures directly for SRL, providing a syntax-aware alternative to dependency-based models.
Findings
SpanGCN outperforms dependency-based GCN models on SRL benchmarks.
The method effectively encodes constituent syntax for improved SRL accuracy.
Results demonstrate the benefit of using constituent trees in syntax-aware SRL.
Abstract
Semantic role labeling (SRL) is the task of identifying predicates and labeling argument spans with semantic roles. Even though most semantic-role formalisms are built upon constituent syntax and only syntactic constituents can be labeled as arguments (e.g., FrameNet and PropBank), all the recent work on syntax-aware SRL relies on dependency representations of syntax. In contrast, we show how graph convolutional networks (GCNs) can be used to encode constituent structures and inform an SRL system. Nodes in our SpanGCN correspond to constituents. The computation is done in 3 stages. First, initial node representations are produced by `composing' word representations of the first and the last word in the constituent. Second, graph convolutions relying on the constituent tree are performed, yielding syntactically-informed constituent representations. Finally, the constituent…
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
MethodsGraph Convolutional Networks
