Skip to content

Commit

Permalink
Add constituency parsing scores (sebastianruder#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
takase authored and sebastianruder committed Feb 5, 2019
1 parent 1c51b3f commit cd75f13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions english/constituency_parsing.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ For a comparison of single models trained only on WSJ, refer to [Kitaev and Klei
| ------------- | :-----:| --- |
| Self-attentive encoder + ELMo (Kitaev and Klein, 2018) | 95.13 | [Constituency Parsing with a Self-Attentive Encoder](https://arxiv.org/abs/1805.01052) |
| Model combination (Fried et al., 2017) | 94.66 | [Improving Neural Parsing by Disentangling Model Combination and Reranking Effects](https://arxiv.org/abs/1707.03058) |
| LSTM Encoder-Decoder + LSTM-LM (Takase et al., 2018) | 94.47 | [Direct Output Connection for a High-Rank Language Model](http://aclweb.org/anthology/D18-1489)
| LSTM Encoder-Decoder + LSTM-LM (Suzuki et al., 2018) | 94.32 | [An Empirical Study of Building a Strong Baseline for Constituency Parsing](http://aclweb.org/anthology/P18-2097)
| In-order (Liu and Zhang, 2017) | 94.2 | [In-Order Transition-based Constituent Parsing](http://aclweb.org/anthology/Q17-1029) |
| Semi-supervised LSTM-LM (Choe and Charniak, 2016) | 93.8 | [Parsing as Language Modeling](http://www.aclweb.org/anthology/D16-1257) |
| Stack-only RNNG (Kuncoro et al., 2017) | 93.6 | [What Do Recurrent Neural Network Grammars Learn About Syntax?](https://arxiv.org/abs/1611.05774) |
Expand Down

0 comments on commit cd75f13

Please sign in to comment.