Datasets:
Tasks:
Token Classification
Sub-tasks:
named-entity-recognition
Languages:
English
Size:
1K<n<10K
Tags:
named-entity-linking
License:
correct older references to CoNLL2003
Browse files- README.md +3 -3
- ipm_nel.py +1 -1
README.md
CHANGED
|
@@ -22,7 +22,7 @@ paperswithcode_id: ipm-nel
|
|
| 22 |
pretty_name: IPM NEL (Derczynski)
|
| 23 |
---
|
| 24 |
|
| 25 |
-
# Dataset Card for "
|
| 26 |
|
| 27 |
## Table of Contents
|
| 28 |
- [Dataset Description](#dataset-description)
|
|
@@ -80,11 +80,11 @@ DBpedia, there is a NIL. See the paper for a full description of the methodology
|
|
| 80 |
|
| 81 |
### Supported Tasks and Leaderboards
|
| 82 |
|
| 83 |
-
[
|
| 84 |
|
| 85 |
### Languages
|
| 86 |
|
| 87 |
-
|
| 88 |
|
| 89 |
## Dataset Structure
|
| 90 |
|
|
|
|
| 22 |
pretty_name: IPM NEL (Derczynski)
|
| 23 |
---
|
| 24 |
|
| 25 |
+
# Dataset Card for "ipm-nel"
|
| 26 |
|
| 27 |
## Table of Contents
|
| 28 |
- [Dataset Description](#dataset-description)
|
|
|
|
| 80 |
|
| 81 |
### Supported Tasks and Leaderboards
|
| 82 |
|
| 83 |
+
* Dataset leaderboard on PWC: [Entity Linking on Derczynski](https://paperswithcode.com/sota/entity-linking-on-derczynski-1)
|
| 84 |
|
| 85 |
### Languages
|
| 86 |
|
| 87 |
+
English of unknown region (`bcp47:en`)
|
| 88 |
|
| 89 |
## Dataset Structure
|
| 90 |
|
ipm_nel.py
CHANGED
|
@@ -14,7 +14,7 @@
|
|
| 14 |
# limitations under the License.
|
| 15 |
|
| 16 |
# Lint as: python3
|
| 17 |
-
"""
|
| 18 |
|
| 19 |
import os
|
| 20 |
|
|
|
|
| 14 |
# limitations under the License.
|
| 15 |
|
| 16 |
# Lint as: python3
|
| 17 |
+
"""Named Entity Linking for Twitter (English"""
|
| 18 |
|
| 19 |
import os
|
| 20 |
|