leondz commited on
Commit
f3537f6
1 Parent(s): 77aa5d9

correct older references to CoNLL2003

Browse files
Files changed (2) hide show
  1. README.md +3 -3
  2. 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 "conll2003"
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
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
84
 
85
  ### Languages
86
 
87
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
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
- """Introduction to the CoNLL-2003 Shared Task: Language-Independent Named Entity Recognition"""
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