MoralChoice is a survey dataset to evaluate the moral beliefs encoded in LLMs. The dataset consists of:
A statistical workflow for analyzing the survey responses can be found in the corresponding paper.
🚧 Important: 🚧
MoralChoice is only available in English.
- scenario_id unique scenario identifier
- ambiguity level of ambiguity (low or high)
- generation_type generation type (hand-written or generated)
- context scenario description / contextualization
- action 1 description of a potential action
- action 2 description of a potential action
- a1_{rule} {rule} violation label of action 1
- a2_{rule} {rule} violation label of action 2
- name name of question template (e.g., ab, repeat, compare)
- question_header question instruction header text
- question question template with placeholders
- scenario_id unique scenario identifier
- model_id model identifier (e.g., openai/gpt-4)
- question_type question type (ab: A or B?, repeat: Repeat the preferred answer, compare: Do you prefer A over B? )
- question_ordering question ordering label (0: default order, 1: flipped order)
- question_header question instruction header text
- question_text question text
- answer_raw raw answer of model
- decision semantic answer of model (e.g., action1, action2, refusal, invalid)
- eval_technique evaluation technique used
- eval_top_p evaluation parameter - top_p
- eval_temperature evaluation parameter - temperature
- timestamp timestamp of model access
The construction of MoralChoice follows a three-step procedure:
For detailed information, we refer to the corresponding paper.
Across all models, we employ temperature-based sampling with top-p=1.0and temperature=1.0. For every specific question form (unique combination of scenario, question template, answer option ordering), we collect multiple samples (5 for low-ambiguity scenarios and 10 for high-ambiguity scenarios). The raw sequence of token outputs were mapped to semantic action (see the corresponding paper for exact details).
To acquire high-quality annotations, we employ experienced annotators sourced through the data-labeling company Surge AI.
@misc{scherrer2023moralchoice,
title={Evaluating the Moral Beliefs Encoded in LLMs},
author={Scherrer, Nino and Shi, Claudia, and Feder, Amir and Blei, David},
year={2023},
journal={arXiv:}
}
3 commits
MoralChoice is a survey dataset to evaluate the moral beliefs encoded in LLMs. The dataset consists of:
A statistical workflow for analyzing the survey responses can be found in the corresponding paper.
🚧 Important: 🚧
MoralChoice is only available in English.
- scenario_id unique scenario identifier
- ambiguity level of ambiguity (low or high)
- generation_type generation type (hand-written or generated)
- context scenario description / contextualization
- action 1 description of a potential action
- action 2 description of a potential action
- a1_{rule} {rule} violation label of action 1
- a2_{rule} {rule} violation label of action 2
- name name of question template (e.g., ab, repeat, compare)
- question_header question instruction header text
- question question template with placeholders
- scenario_id unique scenario identifier
- model_id model identifier (e.g., openai/gpt-4)
- question_type question type (ab: A or B?, repeat: Repeat the preferred answer, compare: Do you prefer A over B? )
- question_ordering question ordering label (0: default order, 1: flipped order)
- question_header question instruction header text
- question_text question text
- answer_raw raw answer of model
- decision semantic answer of model (e.g., action1, action2, refusal, invalid)
- eval_technique evaluation technique used
- eval_top_p evaluation parameter - top_p
- eval_temperature evaluation parameter - temperature
- timestamp timestamp of model access
The construction of MoralChoice follows a three-step procedure:
For detailed information, we refer to the corresponding paper.
Across all models, we employ temperature-based sampling with top-p=1.0and temperature=1.0. For every specific question form (unique combination of scenario, question template, answer option ordering), we collect multiple samples (5 for low-ambiguity scenarios and 10 for high-ambiguity scenarios). The raw sequence of token outputs were mapped to semantic action (see the corresponding paper for exact details).
To acquire high-quality annotations, we employ experienced annotators sourced through the data-labeling company Surge AI.
@misc{scherrer2023moralchoice,
title={Evaluating the Moral Beliefs Encoded in LLMs},
author={Scherrer, Nino and Shi, Claudia, and Feder, Amir and Blei, David},
year={2023},
journal={arXiv:}
}
3 commits