arc
Stay organized with collections
Save and categorize content based on your preferences.
ARC can be seen as a general artificial intelligence benchmark, as a program
synthesis benchmark, or as a psychometric intelligence test. It is targeted at
both humans and artificially intelligent systems that aim at emulating a
human-like form of general fluid intelligence.
Split |
Examples |
'test' |
400 |
'train' |
400 |
FeaturesDict({
'task_id': Text(shape=(), dtype=string),
'test': Sequence({
'input': Sequence(Sequence(int32)),
'output': Sequence(Sequence(int32)),
}),
'train': Sequence({
'input': Sequence(Sequence(int32)),
'output': Sequence(Sequence(int32)),
}),
})
Feature |
Class |
Shape |
Dtype |
Description |
|
FeaturesDict |
|
|
|
task_id |
Text |
|
string |
|
test |
Sequence |
|
|
|
test/input |
Sequence(Sequence(Tensor)) |
(None, None) |
int32 |
|
test/output |
Sequence(Sequence(Tensor)) |
(None, None) |
int32 |
|
train |
Sequence |
|
|
|
train/input |
Sequence(Sequence(Tensor)) |
(None, None) |
int32 |
|
train/output |
Sequence(Sequence(Tensor)) |
(None, None) |
int32 |
|
@misc{chollet_francois_2019,
title = {The Measure of Intelligence},
url = {https://arxiv.org/abs/1911.01547},
journal = {arXiv.org},
author = {Francois Chollet},
year = {2019},
month = {Nov}
}
arc/2019-12-06 (default config)
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-11-29 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-11-29 UTC."],[],[],null,["# arc\n\n\u003cbr /\u003e\n\n- **Description**:\n\nARC can be seen as a general artificial intelligence benchmark, as a program\nsynthesis benchmark, or as a psychometric intelligence test. It is targeted at\nboth humans and artificially intelligent systems that aim at emulating a\nhuman-like form of general fluid intelligence.\n\n- **Config description**: ARC commit bd9e2c9 from 2019-12-06\n\n- **Homepage** :\n \u003chttps://github.com/fchollet/ARC/\u003e\n\n- **Source code** :\n [`tfds.datasets.arc.Builder`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/datasets/arc/arc_dataset_builder.py)\n\n- **Versions**:\n\n - **`1.0.0`** (default): No release notes.\n- **Download size** : `465.07 KiB`\n\n- **Dataset size** : `1.62 MiB`\n\n- **Auto-cached**\n ([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):\n Yes\n\n- **Splits**:\n\n| Split | Examples |\n|-----------|----------|\n| `'test'` | 400 |\n| `'train'` | 400 |\n\n- **Feature structure**:\n\n FeaturesDict({\n 'task_id': Text(shape=(), dtype=string),\n 'test': Sequence({\n 'input': Sequence(Sequence(int32)),\n 'output': Sequence(Sequence(int32)),\n }),\n 'train': Sequence({\n 'input': Sequence(Sequence(int32)),\n 'output': Sequence(Sequence(int32)),\n }),\n })\n\n- **Feature documentation**:\n\n| Feature | Class | Shape | Dtype | Description |\n|--------------|----------------------------|--------------|--------|-------------|\n| | FeaturesDict | | | |\n| task_id | Text | | string | |\n| test | Sequence | | | |\n| test/input | Sequence(Sequence(Tensor)) | (None, None) | int32 | |\n| test/output | Sequence(Sequence(Tensor)) | (None, None) | int32 | |\n| train | Sequence | | | |\n| train/input | Sequence(Sequence(Tensor)) | (None, None) | int32 | |\n| train/output | Sequence(Sequence(Tensor)) | (None, None) | int32 | |\n\n- **Supervised keys** (See\n [`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load#args)):\n `None`\n\n- **Figure**\n ([tfds.show_examples](https://www.tensorflow.org/datasets/api_docs/python/tfds/visualization/show_examples)):\n Not supported.\n\n- **Examples**\n ([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):\n\nDisplay examples... \n\n- **Citation**:\n\n @misc{chollet_francois_2019,\n title = {The Measure of Intelligence},\n url = {https://arxiv.org/abs/1911.01547},\n journal = {arXiv.org},\n author = {Francois Chollet},\n year = {2019},\n month = {Nov}\n }\n\narc/2019-12-06 (default config)\n-------------------------------"]]