Datasets:
Tasks:
Token Classification
Modalities:
Text
Sub-tasks:
named-entity-recognition
Languages:
English
Size:
100K - 1M
ArXiv:
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -29,6 +29,7 @@ pretty_name: TweetNER7
|
|
| 29 |
This is the official repository of TweetNER7 ("Named Entity Recognition in Twitter:
|
| 30 |
A Dataset and Analysis on Short-Term Temporal Shifts, AACL main conference 2022"), an NER dataset on Twitter with 7 entity labels. Each instance of TweetNER7 comes with a timestamp which distributes from September 2019 to August 2021.
|
| 31 |
The tweet collection used in TweetNER7 is same as what used in [TweetTopic](https://huggingface.co/datasets/cardiffnlp/tweet_topic_multi).
|
|
|
|
| 32 |
- Entity Types: `corperation`, `creative_work`, `event`, `group`, `location`, `product`, `person`
|
| 33 |
|
| 34 |
### Preprocessing
|
|
|
|
| 29 |
This is the official repository of TweetNER7 ("Named Entity Recognition in Twitter:
|
| 30 |
A Dataset and Analysis on Short-Term Temporal Shifts, AACL main conference 2022"), an NER dataset on Twitter with 7 entity labels. Each instance of TweetNER7 comes with a timestamp which distributes from September 2019 to August 2021.
|
| 31 |
The tweet collection used in TweetNER7 is same as what used in [TweetTopic](https://huggingface.co/datasets/cardiffnlp/tweet_topic_multi).
|
| 32 |
+
The dataset is integrated in [TweetNLP](https://tweetnlp.org/) too.
|
| 33 |
- Entity Types: `corperation`, `creative_work`, `event`, `group`, `location`, `product`, `person`
|
| 34 |
|
| 35 |
### Preprocessing
|