アーク
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
ARC は、一般的な人工知能ベンチマーク、プログラム合成ベンチマーク、または心理測定知能テストと見なすことができます。これは、人間と、人間のような形の一般的な流体知能をエミュレートすることを目的とした人工知能システムの両方を対象としています。
スプリット | 例 |
---|
'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)),
}),
})
特徴 | クラス | 形 | Dtype | 説明 |
---|
| 特徴辞書 | | | |
task_id | 文章 | | ストリング | |
テスト | 順序 | | | |
テスト/入力 | Sequence(シーケンス(テンソル)) | (なし、なし) | int32 | |
テスト/出力 | Sequence(シーケンス(テンソル)) | (なし、なし) | int32 | |
訓練 | 順序 | | | |
トレーニング/入力 | Sequence(シーケンス(テンソル)) | (なし、なし) | int32 | |
トレーニング/出力 | Sequence(シーケンス(テンソル)) | (なし、なし) | 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 (デフォルト設定)
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2023-11-29 UTC。
[null,null,["最終更新日 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-------------------------------"]]