pith. sign in

arxiv: 1703.04826 · v4 · pith:WUKU6MJTnew · submitted 2017-03-14 · 💻 cs.CL · cs.LG

Encoding Sentences with Graph Convolutional Networks for Semantic Role Labeling

classification 💻 cs.CL cs.LG
keywords syntacticlstmmodelnetworkssemanticsentenceconvolutionaldependency
0
0 comments X
read the original abstract

Semantic role labeling (SRL) is the task of identifying the predicate-argument structure of a sentence. It is typically regarded as an important step in the standard NLP pipeline. As the semantic representations are closely related to syntactic ones, we exploit syntactic information in our model. We propose a version of graph convolutional networks (GCNs), a recent class of neural networks operating on graphs, suited to model syntactic dependency graphs. GCNs over syntactic dependency trees are used as sentence encoders, producing latent feature representations of words in a sentence. We observe that GCN layers are complementary to LSTM ones: when we stack both GCN and LSTM layers, we obtain a substantial improvement over an already state-of-the-art LSTM SRL model, resulting in the best reported scores on the standard benchmark (CoNLL-2009) both for Chinese and English.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Semi-Supervised Graph Embedding for Multi-Label Graph Node Classification

    cs.LG 2019-07 unverdicted novelty 6.0

    ML-GCN embeds nodes via GCN, generates a label matrix in the same space, and trains with relaxed skip-gram on node-label concatenations to model correlations, reporting outperformance on graph datasets.