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
|
@@ -29,6 +29,7 @@ This is the official repository of TweetTopic ("Twitter Topic Classification
|
|
| 29 |
, COLING main conference 2022"), a topic classification dataset on Twitter with 19 labels.
|
| 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 |
|
| 33 |
### Preprocessing
|
| 34 |
We pre-process tweets before the annotation to normalize some artifacts, converting URLs into a special token `{{URL}}` and non-verified usernames into `{{USERNAME}}`.
|
|
@@ -96,7 +97,7 @@ In general, model would be trained on `train_all`, the most representative train
|
|
| 96 |
|
| 97 |
### Models
|
| 98 |
|
| 99 |
-
|
| 100 |
|
| 101 |
## Dataset Structure
|
| 102 |
|
|
|
|
| 29 |
, COLING main conference 2022"), a topic classification dataset on Twitter with 19 labels.
|
| 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}}`.
|
|
|
|
| 97 |
|
| 98 |
### Models
|
| 99 |
|
| 100 |
+
Model fine-tuning script can be found [here](https://huggingface.co/datasets/cardiffnlp/tweet_topic_multi/blob/main/lm_finetuning.py).
|
| 101 |
|
| 102 |
## Dataset Structure
|
| 103 |
|