SOTAVerified

Jointly Predicting Predicates and Arguments in Neural Semantic Role Labeling

2018-05-12ACL 2018Code Available0· sign in to hype

Luheng He, Kenton Lee, Omer Levy, Luke Zettlemoyer

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Recent BIO-tagging-based neural semantic role labeling models are very high performing, but assume gold predicates as part of the input and cannot incorporate span-level features. We propose an end-to-end approach for jointly predicting all predicates, arguments spans, and the relations between them. The model makes independent decisions about what relationship, if any, holds between every possible word-span pair, and learns contextualized span representations that provide rich, shared input features for each decision. Experiments demonstrate that this approach sets a new state of the art on PropBank SRL without gold predicates.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CoNLL 2005He et al. (2018) + ELMoF186Unverified
CoNLL 2005He et al. (2018)F182.5Unverified
OntoNotesHe et al.F181.7Unverified
OntoNotesHe et al.,F185.5Unverified
OntoNotesHe et al.F182.1Unverified

Reproductions