File size: 2,440 Bytes
5676cff
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
---
dataset_info:
  features:
  - name: text
    dtype: string
  - name: date
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': arts_&_culture
          '1': business_&_entrepreneurs
          '2': pop_culture
          '3': daily_life
          '4': sports_&_gaming
          '5': science_&_technology
  - name: label_name
    dtype: string
  - name: id
    dtype: string
  splits:
  - name: test_2020
    num_bytes: 86711.0
    num_examples: 376
  - name: test_2021
    num_bytes: 399066.1453041937
    num_examples: 1692
  - name: train_2020
    num_bytes: 666493.0
    num_examples: 2858
  - name: train_2021
    num_bytes: 355726.0
    num_examples: 1516
  - name: train_all
    num_bytes: 1022219.0
    num_examples: 4374
  - name: validation_2020
    num_bytes: 81630.0
    num_examples: 352
  - name: validation_2021
    num_bytes: 43187.0
    num_examples: 189
  - name: train_random
    num_bytes: 668199.0
    num_examples: 2830
  - name: validation_random
    num_bytes: 81318.0
    num_examples: 354
  - name: test_coling2022_random
    num_bytes: 794908.0
    num_examples: 3399
  - name: train_coling2022_random
    num_bytes: 841328.0
    num_examples: 3598
  - name: test_coling2022
    num_bytes: 798464.0
    num_examples: 3399
  - name: train_coling2022
    num_bytes: 837772.0
    num_examples: 3598
  - name: train
    num_bytes: 355726.0
    num_examples: 1516
  - name: test
    num_bytes: 399066.1453041937
    num_examples: 1692
  download_size: 4508844
  dataset_size: 7431813.290608387
configs:
- config_name: default
  data_files:
  - split: test_2020
    path: data/test_2020-*
  - split: test_2021
    path: data/test_2021-*
  - split: train_2020
    path: data/train_2020-*
  - split: train_2021
    path: data/train_2021-*
  - split: train_all
    path: data/train_all-*
  - split: validation_2020
    path: data/validation_2020-*
  - split: validation_2021
    path: data/validation_2021-*
  - split: train_random
    path: data/train_random-*
  - split: validation_random
    path: data/validation_random-*
  - split: test_coling2022_random
    path: data/test_coling2022_random-*
  - split: train_coling2022_random
    path: data/train_coling2022_random-*
  - split: test_coling2022
    path: data/test_coling2022-*
  - split: train_coling2022
    path: data/train_coling2022-*
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---