File size: 2,478 Bytes
1a13944
 
a5f176a
1a13944
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a5f176a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d04924b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1a13944
 
 
 
 
 
 
 
 
a5f176a
 
 
 
 
 
d04924b
 
 
 
 
 
 
 
1a13944
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
---
dataset_info:
- config_name: pqa_artificial
  features:
  - name: pubid
    dtype: int32
  - name: question
    dtype: string
  - name: context
    sequence:
    - name: contexts
      dtype: string
    - name: labels
      dtype: string
    - name: meshes
      dtype: string
  - name: long_answer
    dtype: string
  - name: final_decision
    dtype: string
  - name: claim
    dtype: string
  splits:
  - name: train
    num_bytes: 459207892.9325694
    num_examples: 207269
  - name: val
    num_bytes: 4431033.0337153105
    num_examples: 2000
  - name: test
    num_bytes: 4431033.0337153105
    num_examples: 2000
  download_size: 249405800
  dataset_size: 468069959.0
- config_name: pqa_labeled
  features:
  - name: pubid
    dtype: int32
  - name: question
    dtype: string
  - name: context
    sequence:
    - name: contexts
      dtype: string
    - name: labels
      dtype: string
    - name: meshes
      dtype: string
    - name: reasoning_required_pred
      dtype: string
    - name: reasoning_free_pred
      dtype: string
  - name: long_answer
    dtype: string
  - name: final_decision
    dtype: string
  - name: claim
    dtype: string
  splits:
  - name: val
    num_bytes: 1092918.5
    num_examples: 500
  - name: test
    num_bytes: 1092918.5
    num_examples: 500
  download_size: 1157392
  dataset_size: 2185837.0
- config_name: pqa_unlabeled
  features:
  - name: pubid
    dtype: int32
  - name: question
    dtype: string
  - name: context
    sequence:
    - name: contexts
      dtype: string
    - name: labels
      dtype: string
    - name: meshes
      dtype: string
  - name: long_answer
    dtype: string
  - name: claim
    dtype: string
  splits:
  - name: train
    num_bytes: 123467973.97985274
    num_examples: 57249
  - name: val
    num_bytes: 4313367.010073634
    num_examples: 2000
  - name: test
    num_bytes: 4313367.010073634
    num_examples: 2000
  download_size: 70037337
  dataset_size: 132094708.0
configs:
- config_name: pqa_artificial
  data_files:
  - split: train
    path: pqa_artificial/train-*
  - split: val
    path: pqa_artificial/val-*
  - split: test
    path: pqa_artificial/test-*
- config_name: pqa_labeled
  data_files:
  - split: val
    path: pqa_labeled/val-*
  - split: test
    path: pqa_labeled/test-*
- config_name: pqa_unlabeled
  data_files:
  - split: train
    path: pqa_unlabeled/train-*
  - split: val
    path: pqa_unlabeled/val-*
  - split: test
    path: pqa_unlabeled/test-*
---