Datasets:
Upload dataset
Browse files- ConceptHacking/train-00000-of-00001.parquet +3 -0
- README.md +39 -6
ConceptHacking/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2fdb6787ef3513138f74ebec8de8de89c8052e6f18273fdbc23c70bff2e0b479
|
| 3 |
+
size 33663182
|
README.md
CHANGED
|
@@ -1,9 +1,11 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
| 3 |
task_categories:
|
| 4 |
- visual-question-answering
|
| 5 |
-
language:
|
| 6 |
-
- en
|
| 7 |
tags:
|
| 8 |
- cognitive-science
|
| 9 |
- multimodal
|
|
@@ -13,9 +15,8 @@ tags:
|
|
| 13 |
- benchmark
|
| 14 |
- core-knowledge
|
| 15 |
- developmental-psychology
|
| 16 |
-
size_categories:
|
| 17 |
-
- 1K<n<10K
|
| 18 |
dataset_info:
|
|
|
|
| 19 |
features:
|
| 20 |
- name: id
|
| 21 |
dtype: string
|
|
@@ -37,15 +38,47 @@ dataset_info:
|
|
| 37 |
dtype: string
|
| 38 |
- name: image_paths
|
| 39 |
sequence: image
|
| 40 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
- config_name: default
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
data_files:
|
| 43 |
- split: train
|
| 44 |
-
path:
|
| 45 |
- config_name: complete
|
| 46 |
data_files:
|
| 47 |
- split: train
|
| 48 |
path: CoreCognition_20250622.zip
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
---
|
| 50 |
|
| 51 |
# CoreCognition: A Core Knowledge Benchmark for Multi-modal Large Language Models
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
license: apache-2.0
|
| 5 |
+
size_categories:
|
| 6 |
+
- 1K<n<10K
|
| 7 |
task_categories:
|
| 8 |
- visual-question-answering
|
|
|
|
|
|
|
| 9 |
tags:
|
| 10 |
- cognitive-science
|
| 11 |
- multimodal
|
|
|
|
| 15 |
- benchmark
|
| 16 |
- core-knowledge
|
| 17 |
- developmental-psychology
|
|
|
|
|
|
|
| 18 |
dataset_info:
|
| 19 |
+
- config_name: ConceptHacking
|
| 20 |
features:
|
| 21 |
- name: id
|
| 22 |
dtype: string
|
|
|
|
| 38 |
dtype: string
|
| 39 |
- name: image_paths
|
| 40 |
sequence: image
|
| 41 |
+
splits:
|
| 42 |
+
- name: train
|
| 43 |
+
num_bytes: 34117309.0
|
| 44 |
+
num_examples: 90
|
| 45 |
+
download_size: 33663182
|
| 46 |
+
dataset_size: 34117309.0
|
| 47 |
- config_name: default
|
| 48 |
+
features:
|
| 49 |
+
- name: id
|
| 50 |
+
dtype: string
|
| 51 |
+
- name: concept
|
| 52 |
+
dtype: string
|
| 53 |
+
- name: stage
|
| 54 |
+
dtype: string
|
| 55 |
+
- name: type
|
| 56 |
+
dtype: string
|
| 57 |
+
- name: question
|
| 58 |
+
dtype: string
|
| 59 |
+
- name: images
|
| 60 |
+
dtype: string
|
| 61 |
+
- name: videos
|
| 62 |
+
dtype: string
|
| 63 |
+
- name: answer
|
| 64 |
+
dtype: string
|
| 65 |
+
- name: choices
|
| 66 |
+
dtype: string
|
| 67 |
+
- name: image_paths
|
| 68 |
+
sequence: image
|
| 69 |
+
configs:
|
| 70 |
+
- config_name: ConceptHacking
|
| 71 |
data_files:
|
| 72 |
- split: train
|
| 73 |
+
path: ConceptHacking/train-*
|
| 74 |
- config_name: complete
|
| 75 |
data_files:
|
| 76 |
- split: train
|
| 77 |
path: CoreCognition_20250622.zip
|
| 78 |
+
- config_name: default
|
| 79 |
+
data_files:
|
| 80 |
+
- split: train
|
| 81 |
+
path: data/train-*
|
| 82 |
---
|
| 83 |
|
| 84 |
# CoreCognition: A Core Knowledge Benchmark for Multi-modal Large Language Models
|