Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
sentiment-classification
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -30,6 +30,7 @@ This is the official repository of TweetTopic (["Twitter Topic Classification
|
|
| 30 |
Each instance of TweetTopic comes with a timestamp which distributes from September 2019 to August 2021.
|
| 31 |
See [cardiffnlp/tweet_topic_single](https://huggingface.co/datasets/cardiffnlp/tweet_topic_single) for single label version of TweetTopic.
|
| 32 |
The tweet collection used in TweetTopic is same as what used in [TweetNER7](https://huggingface.co/datasets/tner/tweetner7).
|
|
|
|
| 33 |
|
| 34 |
### Preprocessing
|
| 35 |
We pre-process tweets before the annotation to normalize some artifacts, converting URLs into a special token `{{URL}}` and non-verified usernames into `{{USERNAME}}`.
|
|
|
|
| 30 |
Each instance of TweetTopic comes with a timestamp which distributes from September 2019 to August 2021.
|
| 31 |
See [cardiffnlp/tweet_topic_single](https://huggingface.co/datasets/cardiffnlp/tweet_topic_single) for single label version of TweetTopic.
|
| 32 |
The tweet collection used in TweetTopic is same as what used in [TweetNER7](https://huggingface.co/datasets/tner/tweetner7).
|
| 33 |
+
The dataset is integrated in [TweetNLP](https://tweetnlp.org/) too.
|
| 34 |
|
| 35 |
### Preprocessing
|
| 36 |
We pre-process tweets before the annotation to normalize some artifacts, converting URLs into a special token `{{URL}}` and non-verified usernames into `{{USERNAME}}`.
|