Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
1k<10K
ArXiv:
Tags:
License:
asahi417 commited on
Commit
4a40752
1 Parent(s): 76366aa
Files changed (1) hide show
  1. README.md +18 -2
README.md CHANGED
@@ -26,7 +26,6 @@ pretty_name: TweetTopicSingle
26
 
27
  ### Dataset Summary
28
  Topic classification dataset on Twitter with single label per tweet.
29
- - Label Types: `arts_&_culture`, `business_&_entrepreneurs`, `pop_culture`, `daily_life`, `sports_&_gaming`, `science_&_technology`
30
 
31
  ## Dataset Structure
32
 
@@ -38,7 +37,7 @@ An example of `train` looks as follows.
38
  "text": "Game day for {{USERNAME}} U18\u2019s against {{USERNAME}} U18\u2019s. Even though it\u2019s a \u2018home\u2019 game for the people that have settled in Mid Wales it\u2019s still a 4 hour round trip for us up to Colwyn Bay. Still enjoy it though!",
39
  "date": "2019-09-08",
40
  "label": 4,
41
- "id": 1170606779568463874,
42
  "label_name": "sports_&_gaming"
43
  }
44
  ```
@@ -58,6 +57,23 @@ The label2id dictionary can be found at [here](https://huggingface.co/datasets/t
58
 
59
  ### Data Splits
60
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
61
 
62
 
63
  ### Citation Information
 
26
 
27
  ### Dataset Summary
28
  Topic classification dataset on Twitter with single label per tweet.
 
29
 
30
  ## Dataset Structure
31
 
 
37
  "text": "Game day for {{USERNAME}} U18\u2019s against {{USERNAME}} U18\u2019s. Even though it\u2019s a \u2018home\u2019 game for the people that have settled in Mid Wales it\u2019s still a 4 hour round trip for us up to Colwyn Bay. Still enjoy it though!",
38
  "date": "2019-09-08",
39
  "label": 4,
40
+ "id": "1170606779568463874",
41
  "label_name": "sports_&_gaming"
42
  }
43
  ```
 
57
 
58
  ### Data Splits
59
 
60
+ | split | number of texts |
61
+ |:--------------------------|-----:|
62
+ | test | 1679 |
63
+ | train | 1505 |
64
+ | validation | 188 |
65
+ | temporal_2020_test | 573 |
66
+ | temporal_2021_test | 1679 |
67
+ | temporal_2020_train | 4585 |
68
+ | temporal_2021_train | 1505 |
69
+ | temporal_2020_validation | 573 |
70
+ | temporal_2021_validation | 188 |
71
+ | random_train | 4564 |
72
+ | random_validation | 573 |
73
+ | coling2022_random_test | 5536 |
74
+ | coling2022_random_train | 5731 |
75
+ | coling2022_temporal_test | 5536 |
76
+ | coling2022_temporal_train | 5731 |
77
 
78
 
79
  ### Citation Information