Skip to content

Commit

Permalink
README.md updated
Browse files Browse the repository at this point in the history
  • Loading branch information
shavarani committed Aug 26, 2023
1 parent a721151 commit 4ebe463
Showing 1 changed file with 26 additions and 22 deletions.
48 changes: 26 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,28 +21,32 @@ This repository contains the source code to finetune RoBERTa models and evaluate

Entity Linking evaluation results of *SpEL* compared to that of the literature over AIDA test sets:

| Approach | EL Micro-F1<br/>test-a | EL Micro-F1<br/>test-b | #params<br/>on GPU | speed<br/>sec/doc |
|-----------------------------------------------------------|:----------------------:|:---------------------------:|:---------------------------------------:|:------------------:|
| Hoffart et al. (2011) | 72.4 | 72.8 | - | - |
| Kolitsas et al. (2018) | 89.4 | 82.4 | 330.7M | 0.097 |
| Broscheit (2019) | 86.0 | 79.3 | 495.1M | 0.613 |
| Peters et al. (2019) | 82.1 | 73.1 | - | - |
| Martins et al. (2019) | 85.2 | 81.9 | - | - |
| van Hulst et al. (2020) | 83.3 | 82.4 | 19.0M | 0.337 |
| Févry et al. (2020) | 79.7 | 76.7 | - | - |
| Poerner et al. (2020) | 90.8 | 85.0 | 131.1M | - |
| Kannan Ravi et al. (2021) | - | 83.1 | - | - |
| De Cao et al. (2021b) | - | 83.7 | 406.3M | 40.969 |
| De Cao et al. (2021a)<br/>(no mention-specific candidate set) | 61.9 | 49.4 | 124.8M | 0.268 |
| De Cao et al. (2021a)<br/>(using PPRforNED candidate set) | 90.1 | 85.5 | 124.8M | 0.194 |
| Mrini et al. (2022) | - | 85.7 | (train) 811.5M<br/>(test) 406.2M | - |
| Zhang et al. (2022) | - | 85.8 | 1004.3M | - |
| Feng et al. (2022) | - | 86.3 | 157.3M | - |
| <hr/> | <hr/> | <hr/> | <hr/> | <hr/> |
| **SpEL** (no mention-specific candidate set) | 90.9 | 84.2 | 128.9M | 0.094 |
| **SpEL** (KB+Yago candidate set) | 90.1 | 84.7 | 128.9M | 0.161 |
| **SpEL** (PPRforNED candidate set)<br/>(context-agnostic) | 91.5 | 86.1 | 128.9M | 0.158 |
| **SpEL** (PPRforNED candidate set)<br/>(context-aware) | 92.4 | 87.5 | 128.9M | 0.157 |
| Approach | EL Micro-F1<br/>test-a | EL Micro-F1<br/>test-b | #params<br/>on GPU | speed<br/>sec/doc |
|-----------------------------------------------------------------|:----------------------:|:---------------------------:|:----------------------------------------:|:------------------:|
| Hoffart et al. (2011) | 72.4 | 72.8 | - | - |
| Kolitsas et al. (2018) | 89.4 | 82.4 | 330.7M | 0.097 |
| Broscheit (2019) | 86.0 | 79.3 | 495.1M | 0.613 |
| Peters et al. (2019) | 82.1 | 73.1 | - | - |
| Martins et al. (2019) | 85.2 | 81.9 | - | - |
| van Hulst et al. (2020) | 83.3 | 82.4 | 19.0M | 0.337 |
| Févry et al. (2020) | 79.7 | 76.7 | - | - |
| Poerner et al. (2020) | 90.8 | 85.0 | 131.1M | - |
| Kannan Ravi et al. (2021) | - | 83.1 | - | - |
| De Cao et al. (2021b) | - | 83.7 | 406.3M | 40.969 |
| De Cao et al. (2021a)<br/>(no mention-specific candidate set) | 61.9 | 49.4 | 124.8M | 0.268 |
| De Cao et al. (2021a)<br/>(using PPRforNED candidate set) | 90.1 | 85.5 | 124.8M | 0.194 |
| Mrini et al. (2022) | - | 85.7 | (train) 811.5M<br/>(test) 406.2M | - |
| Zhang et al. (2022) | - | 85.8 | 1004.3M | - |
| Feng et al. (2022) | - | 86.3 | 157.3M | - |
| <hr/> | <hr/> | <hr/> | <hr/> | <hr/> |
| **SpEL-base** (no mention-specific candidate set) | 90.9 | 84.2 | 128.9M | 0.094 |
| **SpEL-base** (KB+Yago candidate set) | 90.1 | 84.7 | 128.9M | 0.161 |
| **SpEL-base** (PPRforNED candidate set)<br/>(context-agnostic) | 91.5 | 86.1 | 128.9M | 0.158 |
| **SpEL-base** (PPRforNED candidate set)<br/>(context-aware) | 92.4 | 87.5 | 128.9M | 0.157 |
| **SpEL-large** (no mention-specific candidate set) | 91.4 | 85.8 | 361.1M | 0.112 |
| **SpEL-large** (KB+Yago candidate set) | 90.6 | 85.8 | 361.1M | 0.157 |
| **SpEL-large** (PPRforNED candidate set)<br/>(context-agnostic) | 92.5 | 87.4 | 361.1M | 0.156 |
| **SpEL-large** (PPRforNED candidate set)<br/>(context-aware) | 93.2 | 88.4 | 361.1M | 0.156 |

----

Expand Down

0 comments on commit 4ebe463

Please sign in to comment.