File size: 1,954 Bytes
51164e1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: claim
    dtype: string
  - name: positive
    dtype: string
  - name: negative
    dtype: string
  - name: post_id
    dtype: string
  - name: post_title
    dtype: string
  - name: post_text
    dtype: string
  - name: post_timestamp
    dtype: int64
  - name: post_author
    dtype: string
  - name: positive_comment_id
    dtype: string
  - name: negative_comment_id
    dtype: string
  - name: date
    dtype: string
  - name: quarter
    dtype: string
  splits:
  - name: 2024_fall_sample
    num_bytes: 1374774
    num_examples: 357
  - name: 2025_fall_sample
    num_bytes: 1337198
    num_examples: 355
  - name: 2025_spring_sample
    num_bytes: 1815187
    num_examples: 468
  - name: 2025_summer_sample
    num_bytes: 1683683
    num_examples: 454
  - name: 2025_winter_sample
    num_bytes: 1647699
    num_examples: 429
  - name: 2024_fall_test
    num_bytes: 1377630
    num_examples: 357
  - name: 2025_fall_test
    num_bytes: 1340038
    num_examples: 355
  - name: 2025_spring_test
    num_bytes: 1818931
    num_examples: 468
  - name: 2025_summer_test
    num_bytes: 1687315
    num_examples: 454
  - name: 2025_winter_test
    num_bytes: 1651131
    num_examples: 429
  download_size: 9714187
  dataset_size: 15733586
configs:
- config_name: default
  data_files:
  - split: 2024_fall_sample
    path: data/2024_fall_sample-*
  - split: 2025_fall_sample
    path: data/2025_fall_sample-*
  - split: 2025_spring_sample
    path: data/2025_spring_sample-*
  - split: 2025_summer_sample
    path: data/2025_summer_sample-*
  - split: 2025_winter_sample
    path: data/2025_winter_sample-*
  - split: 2024_fall_test
    path: data/2024_fall_test-*
  - split: 2025_fall_test
    path: data/2025_fall_test-*
  - split: 2025_spring_test
    path: data/2025_spring_test-*
  - split: 2025_summer_test
    path: data/2025_summer_test-*
  - split: 2025_winter_test
    path: data/2025_winter_test-*
---