Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
sentiment-classification
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Convert dataset to Parquet
Browse filesConvert dataset to Parquet.
- README.md +106 -0
- tweet_topic_multi/test_2020-00000-of-00001.parquet +3 -0
- tweet_topic_multi/test_2021-00000-of-00001.parquet +3 -0
- tweet_topic_multi/test_coling2022-00000-of-00001.parquet +3 -0
- tweet_topic_multi/test_coling2022_random-00000-of-00001.parquet +3 -0
- tweet_topic_multi/train_2020-00000-of-00001.parquet +3 -0
- tweet_topic_multi/train_2021-00000-of-00001.parquet +3 -0
- tweet_topic_multi/train_all-00000-of-00001.parquet +3 -0
- tweet_topic_multi/train_coling2022-00000-of-00001.parquet +3 -0
- tweet_topic_multi/train_coling2022_random-00000-of-00001.parquet +3 -0
- tweet_topic_multi/train_random-00000-of-00001.parquet +3 -0
- tweet_topic_multi/validation_2020-00000-of-00001.parquet +3 -0
- tweet_topic_multi/validation_2021-00000-of-00001.parquet +3 -0
- tweet_topic_multi/validation_random-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -12,6 +12,112 @@ task_categories:
|
|
12 |
task_ids:
|
13 |
- sentiment-classification
|
14 |
pretty_name: TweetTopicSingle
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
---
|
16 |
|
17 |
# Dataset Card for "cardiffnlp/tweet_topic_multi"
|
|
|
12 |
task_ids:
|
13 |
- sentiment-classification
|
14 |
pretty_name: TweetTopicSingle
|
15 |
+
dataset_info:
|
16 |
+
config_name: tweet_topic_multi
|
17 |
+
features:
|
18 |
+
- name: text
|
19 |
+
dtype: string
|
20 |
+
- name: date
|
21 |
+
dtype: string
|
22 |
+
- name: label
|
23 |
+
sequence:
|
24 |
+
class_label:
|
25 |
+
names:
|
26 |
+
'0': arts_&_culture
|
27 |
+
'1': business_&_entrepreneurs
|
28 |
+
'2': celebrity_&_pop_culture
|
29 |
+
'3': diaries_&_daily_life
|
30 |
+
'4': family
|
31 |
+
'5': fashion_&_style
|
32 |
+
'6': film_tv_&_video
|
33 |
+
'7': fitness_&_health
|
34 |
+
'8': food_&_dining
|
35 |
+
'9': gaming
|
36 |
+
'10': learning_&_educational
|
37 |
+
'11': music
|
38 |
+
'12': news_&_social_concern
|
39 |
+
'13': other_hobbies
|
40 |
+
'14': relationships
|
41 |
+
'15': science_&_technology
|
42 |
+
'16': sports
|
43 |
+
'17': travel_&_adventure
|
44 |
+
'18': youth_&_student_life
|
45 |
+
- name: label_name
|
46 |
+
sequence: string
|
47 |
+
- name: id
|
48 |
+
dtype: string
|
49 |
+
splits:
|
50 |
+
- name: test_2020
|
51 |
+
num_bytes: 231142
|
52 |
+
num_examples: 573
|
53 |
+
- name: test_2021
|
54 |
+
num_bytes: 666444
|
55 |
+
num_examples: 1679
|
56 |
+
- name: train_2020
|
57 |
+
num_bytes: 1864206
|
58 |
+
num_examples: 4585
|
59 |
+
- name: train_2021
|
60 |
+
num_bytes: 595183
|
61 |
+
num_examples: 1505
|
62 |
+
- name: train_all
|
63 |
+
num_bytes: 2459389
|
64 |
+
num_examples: 6090
|
65 |
+
- name: validation_2020
|
66 |
+
num_bytes: 233321
|
67 |
+
num_examples: 573
|
68 |
+
- name: validation_2021
|
69 |
+
num_bytes: 73135
|
70 |
+
num_examples: 188
|
71 |
+
- name: train_random
|
72 |
+
num_bytes: 1860509
|
73 |
+
num_examples: 4564
|
74 |
+
- name: validation_random
|
75 |
+
num_bytes: 233541
|
76 |
+
num_examples: 573
|
77 |
+
- name: test_coling2022_random
|
78 |
+
num_bytes: 2250137
|
79 |
+
num_examples: 5536
|
80 |
+
- name: train_coling2022_random
|
81 |
+
num_bytes: 2326257
|
82 |
+
num_examples: 5731
|
83 |
+
- name: test_coling2022
|
84 |
+
num_bytes: 2247725
|
85 |
+
num_examples: 5536
|
86 |
+
- name: train_coling2022
|
87 |
+
num_bytes: 2328669
|
88 |
+
num_examples: 5731
|
89 |
+
download_size: 6377923
|
90 |
+
dataset_size: 17369658
|
91 |
+
configs:
|
92 |
+
- config_name: tweet_topic_multi
|
93 |
+
data_files:
|
94 |
+
- split: test_2020
|
95 |
+
path: tweet_topic_multi/test_2020-*
|
96 |
+
- split: test_2021
|
97 |
+
path: tweet_topic_multi/test_2021-*
|
98 |
+
- split: train_2020
|
99 |
+
path: tweet_topic_multi/train_2020-*
|
100 |
+
- split: train_2021
|
101 |
+
path: tweet_topic_multi/train_2021-*
|
102 |
+
- split: train_all
|
103 |
+
path: tweet_topic_multi/train_all-*
|
104 |
+
- split: validation_2020
|
105 |
+
path: tweet_topic_multi/validation_2020-*
|
106 |
+
- split: validation_2021
|
107 |
+
path: tweet_topic_multi/validation_2021-*
|
108 |
+
- split: train_random
|
109 |
+
path: tweet_topic_multi/train_random-*
|
110 |
+
- split: validation_random
|
111 |
+
path: tweet_topic_multi/validation_random-*
|
112 |
+
- split: test_coling2022_random
|
113 |
+
path: tweet_topic_multi/test_coling2022_random-*
|
114 |
+
- split: train_coling2022_random
|
115 |
+
path: tweet_topic_multi/train_coling2022_random-*
|
116 |
+
- split: test_coling2022
|
117 |
+
path: tweet_topic_multi/test_coling2022-*
|
118 |
+
- split: train_coling2022
|
119 |
+
path: tweet_topic_multi/train_coling2022-*
|
120 |
+
default: true
|
121 |
---
|
122 |
|
123 |
# Dataset Card for "cardiffnlp/tweet_topic_multi"
|
tweet_topic_multi/test_2020-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b2ea6a246181bdb35bb73f2662e40b52812b4785104f7bad8afa031215b3b191
|
3 |
+
size 88420
|
tweet_topic_multi/test_2021-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ea75371b131e5fa6f913fd7019d8a82b4616393ed9a52f9ab71c9e635a2021a
|
3 |
+
size 244095
|
tweet_topic_multi/test_coling2022-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e310e070cf8b725c67308270f76e3a5005fd5c7bdec8611d566fdea6ca876d94
|
3 |
+
size 799499
|
tweet_topic_multi/test_coling2022_random-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c30ce1bab2c4b45ce1247a5b94e33fbc5bbf5f4a830b8d8d10dd1628231d2b9
|
3 |
+
size 865261
|
tweet_topic_multi/train_2020-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ffbf5795e86d351c620a0ec55df3c7715940ce1baf293d98f0c1f139fa5d0abf
|
3 |
+
size 655586
|
tweet_topic_multi/train_2021-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7dfe1f52d8d7def7358e869f540e4b3a47dcc887950cc3d76256790d5f2e418f
|
3 |
+
size 219835
|
tweet_topic_multi/train_all-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4546fb1eb3c4b15105fff5e494e4e00491b2ffba604ca39efd7f41aaf142198a
|
3 |
+
size 872203
|
tweet_topic_multi/train_coling2022-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb2dfceb0daded1405fa3057398215cffe831ed0fb577b090811463e04b4c18c
|
3 |
+
size 811597
|
tweet_topic_multi/train_coling2022_random-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f1b0a7f03a7f52bb4fc4657e04c7f79b0946782ded244bbafbd836a512fe172
|
3 |
+
size 887592
|
tweet_topic_multi/train_random-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:42f03f68d5d0e9d3e3d255cca16cf8d1d5c4ac434e25428f08caa0a2449e6dab
|
3 |
+
size 716587
|
tweet_topic_multi/validation_2020-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a011df9ab328adc12db8948eb388ac2ca786ccaef1d7c38cbc30c5f6bdfdb1f
|
3 |
+
size 90004
|
tweet_topic_multi/validation_2021-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c559928ec30b03cd3f27c989a64196efe67a6d6f095b6b0591c2135fa4b3879
|
3 |
+
size 32723
|
tweet_topic_multi/validation_random-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ccca6bf0ad435244c907a7334d19c9e47a456230fa6f7f0250985aad8ec048a4
|
3 |
+
size 94521
|