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.
ReproduceCode
- github.com/luheng/lsgnOfficialIn papertf★ 0
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
| Dataset | Model | Metric | Claimed | Verified | Status |
|---|---|---|---|---|---|
| CoNLL 2005 | He et al. (2018) + ELMo | F1 | 86 | — | Unverified |
| CoNLL 2005 | He et al. (2018) | F1 | 82.5 | — | Unverified |
| OntoNotes | He et al. | F1 | 81.7 | — | Unverified |
| OntoNotes | He et al., | F1 | 85.5 | — | Unverified |
| OntoNotes | He et al. | F1 | 82.1 | — | Unverified |