File size: 1,882 Bytes
085cdba
 
939d901
085cdba
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
939d901
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b6af055
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c66f3ed
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
085cdba
 
 
 
 
 
 
939d901
 
 
 
 
 
b6af055
 
 
 
 
 
c66f3ed
 
 
 
 
 
085cdba
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
---
dataset_info:
- config_name: CPST
  features:
  - name: prompt
    dtype: string
  - name: cvss-v3-vector-string
    dtype: string
  - name: answer
    dtype: float64
  splits:
  - name: test
    num_bytes: 29830
    num_examples: 95
  - name: val
    num_bytes: 1570
    num_examples: 5
  download_size: 9305
  dataset_size: 31400
- config_name: CWET
  features:
  - name: url
    dtype: string
  - name: prompt
    dtype: string
  - name: question
    dtype: string
  - name: answer
    dtype: string
  - name: options
    sequence: string
  splits:
  - name: test
    num_bytes: 772303
    num_examples: 959
  - name: val
    num_bytes: 3993
    num_examples: 5
  download_size: 212289
  dataset_size: 776296
- config_name: KCV
  features:
  - name: url
    dtype: string
  - name: prompt
    dtype: string
  - name: question
    dtype: string
  - name: answer
    dtype: string
  splits:
  - name: test
    num_bytes: 1651648
    num_examples: 461
  - name: val
    num_bytes: 25608
    num_examples: 5
  download_size: 263648
  dataset_size: 1677256
- config_name: MAET
  features:
  - name: url
    dtype: string
  - name: prompt
    dtype: string
  - name: question
    dtype: string
  - name: answer
    dtype: string
  - name: options
    sequence: string
  splits:
  - name: test
    num_bytes: 861954
    num_examples: 1067
  - name: val
    num_bytes: 3885
    num_examples: 5
  download_size: 240495
  dataset_size: 865839
configs:
- config_name: CPST
  data_files:
  - split: test
    path: CPST/test-*
  - split: val
    path: CPST/val-*
- config_name: CWET
  data_files:
  - split: test
    path: CWET/test-*
  - split: val
    path: CWET/val-*
- config_name: KCV
  data_files:
  - split: test
    path: KCV/test-*
  - split: val
    path: KCV/val-*
- config_name: MAET
  data_files:
  - split: test
    path: MAET/test-*
  - split: val
    path: MAET/val-*
---