williamium/CoreCognition 已完整同步
CoreCognition: A Core Knowledge Benchmark for Multi-modal Large Language Models
Dataset Description
CoreCognition is a large-scale benchmark encompassing 12 core knowledge grounded in developmental cognitive science, designed to evaluate the fundamental core abilities of Multi-modal Large Language Models (MLLMs).
While MLLMs demonstrate impressive abilities over high-level perception and reasoning, their robustness in the wild remains limited, often falling short on tasks that are intuitive and effortless for humans. We examine the hypothesis that these deficiencies stem from the absence of core knowledge—rudimentary core abilities innate to humans.
This dataset contains 1,423 multimodal CoreCognition samples and 80 Concept Hacking questions with images/videos and questions, covering fundamental concepts like object permanence, spatial reasoning, counting, and other core abilities that emerge in human development.
- 🔗 Website: https://williamium3000.github.io/core-knowledge/
- 🔗 Paper: https://arxiv.org/abs/2410.10855
- 🔗 Github: https://github.com/williamium3000/core-knowledge
Formats
- HuggingFace Preview - For browsing and exploration (visible in HuggingFace viewer, contains embedded 448*448-pixel image preview but no videos)
⚠️ Warning: this format is primarily for HuggingFace viewer; it DOES NOT contain full data.
- Complete Dataset ZIP (Recommended) - Full data with all images and videos before resizing, 6.41GB
CoreCognition_20250622.zip
├── CoreCognition.csv # Complete metadata CSV
└── media/ # All images and videos
├── imagename1.png
├── imagename2.png
├── videoname1.mp4
└── ...
Quick Start
- Browse metadata and image preview in this huggingface repo
- Download the complete dataset (6.41GB) by
from datasets import load_dataset
# this will downlo
27 个文件
浏览文件数据集版权信息
本数据集的许可证为 Apache License 2.0。如有违反相关条款,请联系 WEHUB,我们将及时处理。 查看许可证
通过 WeHub CLI 下载当前数据集快照。下列命令会固定为当前页面展示的数据版本(如果页面提供版本)。文件字节由本机直连存储下载,浏览器不会签发或保存下载链接。
前置要求
需要 Node.js 18 及以上,以及 npm(或 npx)。
1. 安装 CLI
npm install -g wehub-cli@latest
2. 下载此数据集
wehub datasets download ds_ext_2951_7089628ece --revision 7d21124dc133755d19a1b01e6931c9db783f45b8 --output ./ds_ext_2951_7089628ece
若中断或部分失败,在同一目录重新执行同一命令即可续传。默认会校验 SHA-256。
免全局安装
npx --yes wehub-cli@latest datasets download ds_ext_2951_7089628ece --revision 7d21124dc133755d19a1b01e6931c9db783f45b8 --output ./ds_ext_2951_7089628ece
高级选项
以下为 wehub datasets download 已支持的参数示例:
强制重新下载,不复用已校验的本地文件
wehub datasets download ds_ext_2951_7089628ece --revision 7d21124dc133755d19a1b01e6931c9db783f45b8 --output ./ds_ext_2951_7089628ece --overwrite
仅包含匹配路径
wehub datasets download ds_ext_2951_7089628ece --revision 7d21124dc133755d19a1b01e6931c9db783f45b8 --output ./ds_ext_2951_7089628ece --include "*.jsonl"
排除匹配路径
wehub datasets download ds_ext_2951_7089628ece --revision 7d21124dc133755d19a1b01e6931c9db783f45b8 --output ./ds_ext_2951_7089628ece --exclude "*.md"
提高并发下载数
wehub datasets download ds_ext_2951_7089628ece --revision 7d21124dc133755d19a1b01e6931c9db783f45b8 --output ./ds_ext_2951_7089628ece --jobs 8
完整帮助:wehub datasets download --help