asimov_dilemmas_auto_val
Stay organized with collections
Save and categorize content based on your preferences.
Binary dilemma questions generated from counterfactual situations used to
auto-amend generated constitutions (validation set).
FeaturesDict({
'answer': Text(shape=(), dtype=string),
'prompt_with_constitution': Text(shape=(), dtype=string),
'prompt_with_constitution_antijailbreak': Text(shape=(), dtype=string),
'prompt_with_constitution_antijailbreak_adversary': Text(shape=(), dtype=string),
'prompt_with_constitution_antijailbreak_adversary_parts': Sequence(Text(shape=(), dtype=string)),
'prompt_with_constitution_antijailbreak_parts': Sequence(Text(shape=(), dtype=string)),
'prompt_with_constitution_parts': Sequence(Text(shape=(), dtype=string)),
'prompt_without_constitution': Text(shape=(), dtype=string),
'prompt_without_constitution_parts': Sequence(Text(shape=(), dtype=string)),
})
Feature |
Class |
Shape |
Dtype |
Description |
|
FeaturesDict |
|
|
|
answer |
Text |
|
string |
|
prompt_with_constitution |
Text |
|
string |
|
prompt_with_constitution_antijailbreak |
Text |
|
string |
|
prompt_with_constitution_antijailbreak_adversary |
Text |
|
string |
|
prompt_with_constitution_antijailbreak_adversary_parts |
Sequence(Text) |
(None,) |
string |
|
prompt_with_constitution_antijailbreak_parts |
Sequence(Text) |
(None,) |
string |
|
prompt_with_constitution_parts |
Sequence(Text) |
(None,) |
string |
|
prompt_without_constitution |
Text |
|
string |
|
prompt_without_constitution_parts |
Sequence(Text) |
(None,) |
string |
|
@article{sermanet2025asimov,
author = {Pierre Sermanet and Anirudha Majumdar and Alex Irpan and Dmitry Kalashnikov and Vikas Sindhwani},
title = {Generating Robot Constitutions & Benchmarks for Semantic Safety},
journal = {arXiv preprint arXiv:2503.08663},
url = {https://arxiv.org/abs/2503.08663},
year = {2025},
}
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 2025-03-14 UTC.
[null,null,["Last updated 2025-03-14 UTC."],[],[],null,["# asimov_dilemmas_auto_val\n\n\u003cbr /\u003e\n\n- **Description**:\n\nBinary dilemma questions generated from counterfactual situations used to\nauto-amend generated constitutions (validation set).\n\n- **Homepage** :\n \u003chttps://asimov-benchmark.github.io/\u003e\n\n- **Source code** :\n [`tfds.robotics.asimov.AsimovDilemmasAutoVal`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/robotics/asimov/asimov.py)\n\n- **Versions**:\n\n - **`0.1.0`** (default): Initial release.\n- **Download size** : `Unknown size`\n\n- **Dataset size** : `864.80 KiB`\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| `'val'` | 34 |\n\n- **Feature structure**:\n\n FeaturesDict({\n 'answer': Text(shape=(), dtype=string),\n 'prompt_with_constitution': Text(shape=(), dtype=string),\n 'prompt_with_constitution_antijailbreak': Text(shape=(), dtype=string),\n 'prompt_with_constitution_antijailbreak_adversary': Text(shape=(), dtype=string),\n 'prompt_with_constitution_antijailbreak_adversary_parts': Sequence(Text(shape=(), dtype=string)),\n 'prompt_with_constitution_antijailbreak_parts': Sequence(Text(shape=(), dtype=string)),\n 'prompt_with_constitution_parts': Sequence(Text(shape=(), dtype=string)),\n 'prompt_without_constitution': Text(shape=(), dtype=string),\n 'prompt_without_constitution_parts': Sequence(Text(shape=(), dtype=string)),\n })\n\n- **Feature documentation**:\n\n| Feature | Class | Shape | Dtype | Description |\n|--------------------------------------------------------|----------------|---------|--------|-------------|\n| | FeaturesDict | | | |\n| answer | Text | | string | |\n| prompt_with_constitution | Text | | string | |\n| prompt_with_constitution_antijailbreak | Text | | string | |\n| prompt_with_constitution_antijailbreak_adversary | Text | | string | |\n| prompt_with_constitution_antijailbreak_adversary_parts | Sequence(Text) | (None,) | string | |\n| prompt_with_constitution_antijailbreak_parts | Sequence(Text) | (None,) | string | |\n| prompt_with_constitution_parts | Sequence(Text) | (None,) | string | |\n| prompt_without_constitution | Text | | string | |\n| prompt_without_constitution_parts | Sequence(Text) | (None,) | string | |\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 @article{sermanet2025asimov,\n author = {Pierre Sermanet and Anirudha Majumdar and Alex Irpan and Dmitry Kalashnikov and Vikas Sindhwani},\n title = {Generating Robot Constitutions & Benchmarks for Semantic Safety},\n journal = {arXiv preprint arXiv:2503.08663},\n url = {https://arxiv.org/abs/2503.08663},\n year = {2025},\n }"]]