g41 commited on
Commit
5b5eb4a
·
1 Parent(s): 26e64a4

dataset card

Browse files
README.md CHANGED
@@ -21,67 +21,67 @@ configs:
21
  default: true
22
  data_files:
23
  - split: train
24
- path: viewer/gallery.jsonl
25
  - config_name: qa_index
26
  data_files:
27
  - split: train
28
- path: viewer/qa_index.jsonl
29
  - config_name: qa_CC
30
  data_files:
31
  - split: train
32
- path: viewer/qa_by_type/CC.jsonl
33
  - config_name: qa_ER_choice
34
  data_files:
35
  - split: train
36
- path: viewer/qa_by_type/ER_choice.jsonl
37
  - config_name: qa_ER_fillin
38
  data_files:
39
  - split: train
40
- path: viewer/qa_by_type/ER_fillin.jsonl
41
  - config_name: qa_IR
42
  data_files:
43
  - split: train
44
- path: viewer/qa_by_type/IR.jsonl
45
  - config_name: qa_ITT_MHQA_choice
46
  data_files:
47
  - split: train
48
- path: viewer/qa_by_type/ITT_MHQA_choice.jsonl
49
  - config_name: qa_ITT_MHQA_fillin
50
  data_files:
51
  - split: train
52
- path: viewer/qa_by_type/ITT_MHQA_fillin.jsonl
53
  - config_name: qa_MITT_MHQA_choice
54
  data_files:
55
  - split: train
56
- path: viewer/qa_by_type/MITT_MHQA_choice.jsonl
57
  - config_name: qa_MITT_MHQA_fillin
58
  data_files:
59
  - split: train
60
- path: viewer/qa_by_type/MITT_MHQA_fillin.jsonl
61
  - config_name: qa_PR
62
  data_files:
63
  - split: train
64
- path: viewer/qa_by_type/PR.jsonl
65
  - config_name: qa_SR
66
  data_files:
67
  - split: train
68
- path: viewer/qa_by_type/SR.jsonl
69
  - config_name: qa_TR_choice
70
  data_files:
71
  - split: train
72
- path: viewer/qa_by_type/TR_choice.jsonl
73
  - config_name: qa_TR_fillin
74
  data_files:
75
  - split: train
76
- path: viewer/qa_by_type/TR_fillin.jsonl
77
  - config_name: qa_TTI
78
  data_files:
79
  - split: train
80
- path: viewer/qa_by_type/TTI.jsonl
81
  - config_name: qa_VA
82
  data_files:
83
  - split: train
84
- path: viewer/qa_by_type/VA.jsonl
85
  ---
86
 
87
  # KnowCP
@@ -107,9 +107,9 @@ This dataset has two viewer styles:
107
 
108
  Viewer source files:
109
 
110
- - `viewer/gallery.jsonl`
111
- - `viewer/qa_index.jsonl`
112
- - `viewer/qa_by_type/*.jsonl`
113
 
114
  `qa_*` files are lightweight previews (top rows per type) for stable Hugging Face Dataset Viewer rendering.
115
  The full benchmark data remains in `questions/by_type/*.jsonl`.
@@ -139,6 +139,8 @@ The full benchmark data remains in `questions/by_type/*.jsonl`.
139
  - `questions/by_type/*.jsonl`: full by-type benchmark files
140
  - `viewer/gallery.jsonl`: gallery view data
141
  - `viewer/qa_by_type/*.jsonl`: by-type QA preview files
 
 
142
 
143
  ## Data Fields in Viewer
144
 
 
21
  default: true
22
  data_files:
23
  - split: train
24
+ path: viewer/parquet/gallery.parquet
25
  - config_name: qa_index
26
  data_files:
27
  - split: train
28
+ path: viewer/parquet/qa_index.parquet
29
  - config_name: qa_CC
30
  data_files:
31
  - split: train
32
+ path: viewer/parquet/qa_by_type/CC.parquet
33
  - config_name: qa_ER_choice
34
  data_files:
35
  - split: train
36
+ path: viewer/parquet/qa_by_type/ER_choice.parquet
37
  - config_name: qa_ER_fillin
38
  data_files:
39
  - split: train
40
+ path: viewer/parquet/qa_by_type/ER_fillin.parquet
41
  - config_name: qa_IR
42
  data_files:
43
  - split: train
44
+ path: viewer/parquet/qa_by_type/IR.parquet
45
  - config_name: qa_ITT_MHQA_choice
46
  data_files:
47
  - split: train
48
+ path: viewer/parquet/qa_by_type/ITT_MHQA_choice.parquet
49
  - config_name: qa_ITT_MHQA_fillin
50
  data_files:
51
  - split: train
52
+ path: viewer/parquet/qa_by_type/ITT_MHQA_fillin.parquet
53
  - config_name: qa_MITT_MHQA_choice
54
  data_files:
55
  - split: train
56
+ path: viewer/parquet/qa_by_type/MITT_MHQA_choice.parquet
57
  - config_name: qa_MITT_MHQA_fillin
58
  data_files:
59
  - split: train
60
+ path: viewer/parquet/qa_by_type/MITT_MHQA_fillin.parquet
61
  - config_name: qa_PR
62
  data_files:
63
  - split: train
64
+ path: viewer/parquet/qa_by_type/PR.parquet
65
  - config_name: qa_SR
66
  data_files:
67
  - split: train
68
+ path: viewer/parquet/qa_by_type/SR.parquet
69
  - config_name: qa_TR_choice
70
  data_files:
71
  - split: train
72
+ path: viewer/parquet/qa_by_type/TR_choice.parquet
73
  - config_name: qa_TR_fillin
74
  data_files:
75
  - split: train
76
+ path: viewer/parquet/qa_by_type/TR_fillin.parquet
77
  - config_name: qa_TTI
78
  data_files:
79
  - split: train
80
+ path: viewer/parquet/qa_by_type/TTI.parquet
81
  - config_name: qa_VA
82
  data_files:
83
  - split: train
84
+ path: viewer/parquet/qa_by_type/VA.parquet
85
  ---
86
 
87
  # KnowCP
 
107
 
108
  Viewer source files:
109
 
110
+ - `viewer/parquet/gallery.parquet`
111
+ - `viewer/parquet/qa_index.parquet`
112
+ - `viewer/parquet/qa_by_type/*.parquet`
113
 
114
  `qa_*` files are lightweight previews (top rows per type) for stable Hugging Face Dataset Viewer rendering.
115
  The full benchmark data remains in `questions/by_type/*.jsonl`.
 
139
  - `questions/by_type/*.jsonl`: full by-type benchmark files
140
  - `viewer/gallery.jsonl`: gallery view data
141
  - `viewer/qa_by_type/*.jsonl`: by-type QA preview files
142
+ - `viewer/parquet/gallery.parquet`: gallery view data (Image column rendered in viewer)
143
+ - `viewer/parquet/qa_by_type/*.parquet`: by-type QA preview files (Image column rendered in viewer)
144
 
145
  ## Data Fields in Viewer
146
 
viewer/parquet/gallery.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b88150b1181b246bccc314480b27fb5a34031388628fc74032fb4da31a23fc0b
3
+ size 403999
viewer/parquet/qa_by_type/CC.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0366efc155bbf565f59cadef5d455ba8f15234de0306a32ebf0dabb9695f18b4
3
+ size 828202
viewer/parquet/qa_by_type/ER_choice.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efcbe64d9d2161c64dcb1a1d1a56fe299afbcdc654af3e00789c73e9918ac32c
3
+ size 578746
viewer/parquet/qa_by_type/ER_fillin.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e932816c49e5436c3df7ae85f11e04cb55e3741c910bd15dcad83ed59ce3833
3
+ size 305514
viewer/parquet/qa_by_type/IR.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c7d58ccb909abaa1395eb8d87f8e4eee5fcdf828587eaee43442013426ab24c
3
+ size 227385
viewer/parquet/qa_by_type/ITT_MHQA_choice.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94239082542cdf8bcf2c97746a429c15fe05f46dcc8ff9aa72a2e18e85e125d8
3
+ size 338715
viewer/parquet/qa_by_type/ITT_MHQA_fillin.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13b5612e5e49921b4b920a2b87f20d686b36dc8338db60e65d5518bc3591192a
3
+ size 312580
viewer/parquet/qa_by_type/MITT_MHQA_choice.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2c15892a8927cb92cf9e1607ddb199783fb4b11046203d170fd6d9c60abbf43
3
+ size 186125
viewer/parquet/qa_by_type/MITT_MHQA_fillin.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59f9aebda8d6a30ba806bde6dd77ddb68c1e7ee29673416121689edbbba4da7d
3
+ size 174502
viewer/parquet/qa_by_type/PR.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:088bcb0dcc1f6295e2c5fb6e6ceabbfdf7d8b6e01ce39e4148a994dc306ec486
3
+ size 945052
viewer/parquet/qa_by_type/SR.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e91acf1e2298d2094cde9078ed6d2d312ab87f0da696a54864d67ecde68c07db
3
+ size 254040
viewer/parquet/qa_by_type/TR_choice.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50a340e85659b01c63231cb7561b00bbe91999d7ded73582787f55e2822c2694
3
+ size 402571
viewer/parquet/qa_by_type/TR_fillin.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67862bb364775f1777595ec9426b89ec02bb4d23cea4513ed02ef6f430e77279
3
+ size 296837
viewer/parquet/qa_by_type/TTI.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f63cdf01bf5a9e4b7f67c57fc0e85db64c80deb45771c67ca6b7a388112c65f5
3
+ size 404351
viewer/parquet/qa_by_type/VA.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c3fa6c76c2fb1fbf61c4cd4f490ea1403294e1bbd3353a400bb9c92777e86ab
3
+ size 920214
viewer/parquet/qa_index.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e01a97ba1c5e6e5ad0aa057adc300caff9508c7a7b414605e665b8e4a98416f
3
+ size 2540