Machine Number Sense (MNS)
收藏资源简介:
该数据集包含自动生成的视觉算术问题,旨在通过抽象和关系推理测试机器的数字感知能力。问题以几何图形的形式呈现,每个问题包含一组作为上下文的几何形状和嵌入的数字符号。解决这些问题需要机器识别数字,并结合上下文、形状和关系进行适当的操作。
This dataset comprises automatically generated visual arithmetic problems designed to test a machine's numerical perception capabilities through abstraction and relational reasoning. The problems are presented in the form of geometric figures, with each problem containing a set of geometric shapes as context and embedded numerical symbols. Solving these problems requires the machine to recognize numbers and perform appropriate operations by integrating context, shapes, and relationships.
数据集概述
数据集名称
Machine Number Sense (MNS)
数据集描述
MNS数据集包含自动生成的视觉算术问题,这些问题基于And-Or Graph (AOG)模型生成。每个问题包含几何形状作为上下文和嵌入的数字符号,旨在测试机器对数字概念和关系操作的理解。
数据集特点
- 问题类型:包括组合(Combination)、构成(Composition)和分割(Partition)三种类型,每种类型具有独特的布局。
- 问题组成:
- 布局组件:作为问题上下文,其属性随问题类型变化而变化。
- 代数组件:作为问题内容,关键属性包括整体视角和分析视角的解释风格。
实验与基准
- 实验方法:使用了四种主要的神经网络模型和两种搜索算法进行测试。
- 性能评估:提供了不同方法在各种问题类型和视角下的平均准确率。
数据集生成与使用
- 生成:代码位于
src/dataset目录,通过运行main.py生成数据集。 - 基准测试:代码位于
src/model目录,通过运行特定命令进行模型性能测试。
引用信息
@inproceedings{zhang2020number,
author={Zhang, Wenhe and Zhang, Chi and Zhu, Yixin and Zhu, Song-Chun},
title={Machine Number Sense: A Dataset of Visual Arithmetic Problems for Abstract and Relational Reasoning},
booktitle={AAAI Conference on Artificial Intelligence (AAAI)},
year={2020}
}




