Datasets:
Tasks:
Token Classification
Sub-tasks:
named-entity-recognition
Languages:
English
Size:
1K<n<10K
Tags:
named-entity-linking
License:
get line break right, clarify NIL usage
Browse files
README.md
CHANGED
|
@@ -6,7 +6,7 @@ language_creators:
|
|
| 6 |
languages:
|
| 7 |
- en
|
| 8 |
licenses:
|
| 9 |
-
-
|
| 10 |
multilinguality:
|
| 11 |
- monolingual
|
| 12 |
size_categories:
|
|
@@ -73,9 +73,9 @@ The file is tab separated, in CoNLL format, with line breaks between tweets.
|
|
| 73 |
|
| 74 |
* Data preserves the tokenisation used in the Ritter datasets.
|
| 75 |
* PoS labels are not present for all tweets, but where they could be found in the Ritter data, they're given.
|
| 76 |
-
* In cases where a URI could not be agreed, or was not present in
|
| 77 |
|
| 78 |
-
|
| 79 |
|
| 80 |
|
| 81 |
### Supported Tasks and Leaderboards
|
|
|
|
| 6 |
languages:
|
| 7 |
- en
|
| 8 |
licenses:
|
| 9 |
+
- cc-by-4.0
|
| 10 |
multilinguality:
|
| 11 |
- monolingual
|
| 12 |
size_categories:
|
|
|
|
| 73 |
|
| 74 |
* Data preserves the tokenisation used in the Ritter datasets.
|
| 75 |
* PoS labels are not present for all tweets, but where they could be found in the Ritter data, they're given.
|
| 76 |
+
* In cases where a URI could not be agreed, or was not present in DBpedia, the linking URI is `NIL`.
|
| 77 |
|
| 78 |
+
See the paper for a full description of the methodology.
|
| 79 |
|
| 80 |
|
| 81 |
### Supported Tasks and Leaderboards
|