COLING 2020main8 citations

Semantic Role Labeling with Heterogeneous Syntactic Knowledge

Qingrong Xia, Rui Wang, Zhenghua Li, Yue Zhang, Min Zhang

Abstract

Recently, due to the interplay between syntax and semantics, incorporating syntactic knowledge into neural semantic role labeling (SRL) has achieved much attention. Most of the previous syntax-aware SRL works focus on explicitly modeling homogeneous syntactic knowledge over tree outputs. In this work, we propose to encode heterogeneous syntactic knowledge for SRL from both explicit and implicit representations. First, we introduce graph convolutional networks to explicitly encode multiple heterogeneous dependency parse trees. Second, we extract the implicit syntactic representations from syntactic parser trained with heterogeneous treebanks. Finally, we inject the two types of heterogeneous syntax-aware representations into the base SRL model as extra inputs. We conduct experiments on two widely-used benchmark datasets, i.e., Chinese Proposition Bank 1.0 and English CoNLL-2005 dataset. Experimental results show that incorporating heterogeneous syntactic knowledge brings significant improvements over strong baselines. We further conduct detailed analysis to gain insights on the usefulness of heterogeneous (vs. homogeneous) syntactic knowledge and the effectiveness of our proposed approaches for modeling such knowledge.

BibTeX
@inproceedings{xia-etal-2020-semantic,
    title = "Semantic Role Labeling with Heterogeneous Syntactic Knowledge",
    author = "Xia, Qingrong  and
      Wang, Rui  and
      Li, Zhenghua  and
      Zhang, Yue  and
      Zhang, Min",
    editor = "Scott, Donia  and
      Bel, Nuria  and
      Zong, Chengqing",
    booktitle = "Proceedings of the 28th International Conference on Computational Linguistics",
    month = dec,
    year = "2020",
    address = "Barcelona, Spain (Online)",
    publisher = "International Committee on Computational Linguistics",
    url = "https://aclanthology.org/2020.coling-main.266/",
    doi = "10.18653/v1/2020.coling-main.266",
    pages = "2979--2990"
}