Skip to content

Commit

Permalink
Merge pull request sebastianruder#65 from sanketvmehta/master
Browse files Browse the repository at this point in the history
New results: Semantic Role Labeling
  • Loading branch information
sebastianruder authored Jul 31, 2018
2 parents ec26424 + 1b54994 commit 04d99fa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion semantic_role_labeling.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ Models are typically evaluated on the [OntoNotes benchmark](http://www.aclweb.or

| Model | F1 | Paper / Source |
| ------------- | :-----:| --- |
| (He et al., 2017)+ELMo (Peters et al., 2018) | 84.6 | [Deep contextualized word representations](https://arxiv.org/abs/1802.05365) |
| He et al., (2018) + ELMO | 85.5 | [Jointly Predicting Predicates and Arguments in Neural Semantic Role Labeling](http://aclweb.org/anthology/P18-2058) |
| (He et al., 2017) + ELMo (Peters et al., 2018) | 84.6 | [Deep contextualized word representations](https://arxiv.org/abs/1802.05365) |
| Tan et al. (2018) | 82.7 | [Deep Semantic Role Labeling with Self-Attention](https://arxiv.org/abs/1712.01586) |
| He et al. (2018) | 82.1 | [Jointly Predicting Predicates and Arguments in Neural Semantic Role Labeling](http://aclweb.org/anthology/P18-2058) |
| He et al. (2017) | 81.7 | [Deep Semantic Role Labeling: What Works and What’s Next](http://aclweb.org/anthology/P17-1044) |

[Go back to the README](README.md)

0 comments on commit 04d99fa

Please sign in to comment.