Skip to content

Commit

Permalink
Add new results on English constituency parsing, English relationship…
Browse files Browse the repository at this point in the history
… extraction, Arabic language model (#609)

* Add new results on constituency parsing

* Add new results on Relationship Extraction

* Add new Arabic language model
  • Loading branch information
yuanheTian authored Jul 18, 2022
1 parent 2beeccf commit f095166
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions arabic/language_modeling.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ Language modeling is the task of predicting the next word or character in a docu

| Model | Paper / Source | Code |
| ------------- | :-----:| :-----: |
| Zen 2.0: Continue training and adaption for n-gram enhanced text encoders | [ZEN](https://arxiv.org/abs/2105.01279) | [Official](https://github.com/sinovation/ZEN2) |
|hULMonA: The Universal Language Model in Arabic|[hULMonA](https://aclanthology.org/W19-4608/) | [Official](https://github.com/aub-mind/hULMonA) |
|AraBERT: Transformer-based Model for Arabic Language Understanding|[AraBERT](https://arxiv.org/abs/2003.00104) | [Official](https://github.com/aub-mind/araBERT) |
1 change: 1 addition & 0 deletions english/constituency_parsing.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ For a comparison of single models trained only on WSJ, refer to [Kitaev and Klei

| Model | F1 score | Paper / Source | Code |
| ---------------------------------------------------------------------------------- | :------: | --------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------- |
| Span Attention + XLNet (Tian et al., 2020) | 96.40 | [Improving Constituency Parsing with Span Attention](https://aclanthology.org/2020.findings-emnlp.153/) | [Official](https://github.com/cuhksz-nlp/SAPar) |
| Label Attention Layer + HPSG + XLNet (Mrini et al., 2020) | 96.38 | [Rethinking Self-Attention: Towards Interpretability for Neural Parsing](https://www.aclweb.org/anthology/2020.findings-emnlp.65.pdf) | [Official](https://github.com/KhalilMrini/LAL-Parser) |
| Attach-Juxtapose Parser + XLNet (Yang and Deng, 2020) | 96.34 | [Strongly Incremental Constituency Parsing with Graph Neural Networks](https://arxiv.org/abs/2010.14568) | [Official](https://github.com/princeton-vl/attach-juxtapose-parser) |
| Head-Driven Phrase Structure Grammar Parsing (Joint) + XLNet (Zhou and Zhao, 2019) | 96.33 | [Head-Driven Phrase Structure Grammar Parsing on Penn Treebank](https://arxiv.org/pdf/1907.02684.pdf) | |
Expand Down
5 changes: 3 additions & 2 deletions english/relationship_extraction.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@ reported here are the highest achieved by the model using any external resources
| Model | F1 | Paper / Source | Code |
| -------------------------------------- | ----- | --------------- | -------------- |
| *BERT-based Models* |
| Matching-the-Blanks (Baldini Soares et al., 2019) | **89.5** | [Matching the Blanks: Distributional Similarity for Relation Learning](https://www.aclweb.org/anthology/P19-1279) |
| R-BERT (Wu et al. 2019) | **89.25** | [Enriching Pre-trained Language Model with Entity Information for Relation Classification](https://arxiv.org/abs/1905.08284) | [mickeystroller's Reimplementation](https://github.com/mickeystroller/R-BERT)
| A-GCN (Tian et al., 2021) | **89.85** | [Dependency-driven Relation Extraction with Attentive Graph Convolutional Networks](https://aclanthology.org/2021.acl-long.344/) | [Official](https://github.com/cuhksz-nlp/RE-AGCN) |
| Matching-the-Blanks (Baldini Soares et al., 2019) | 89.5 | [Matching the Blanks: Distributional Similarity for Relation Learning](https://www.aclweb.org/anthology/P19-1279) |
| R-BERT (Wu et al. 2019) | 89.25 | [Enriching Pre-trained Language Model with Entity Information for Relation Classification](https://arxiv.org/abs/1905.08284) | [mickeystroller's Reimplementation](https://github.com/mickeystroller/R-BERT)
| *CNN-based Models* |
| Multi-Attention CNN (Wang et al. 2016) | **88.0** | [Relation Classification via Multi-Level Attention CNNs](http://aclweb.org/anthology/P16-1123) | [lawlietAi's Reimplementation](https://github.com/lawlietAi/relation-classification-via-attention-model) |
| Attention CNN (Huang and Y Shen, 2016) | 84.3<br>85.9<sup>[\*](#footnote)</sup> | [Attention-Based Convolutional Neural Network for Semantic Relation Extraction](http://www.aclweb.org/anthology/C16-1238) |
Expand Down

0 comments on commit f095166

Please sign in to comment.