| --- |
| license: apache-2.0 |
| task_categories: |
| - text-classification |
| - question-answering |
| language: |
| - en |
| pretty_name: MODEL-PERSONAS |
| size_categories: |
| - 1K<n<10K |
| tags: |
| - persona |
| - personality |
| --- |
| |
|
|
| # MODEL-PERSONAS |
|
|
| ## Overview |
|
|
| This is the MODEL-PERSONAS dataset from the paper: |
| https://arxiv.org/abs/2311.09718 |
|
|
| "You Don’t Need a Personality Test to Know These Models Are Unreliable: Assessing the Reliability of Large Language Models on Psychometric Instruments" |
|
|
| It contains psychometric questions and their prompt variations for evaluating LLM response consistency. |
|
|
|
|
| ## Usage |
|
|
| You can load the dataset with: |
|
|
| ```python |
| from datasets import load_dataset |
| |
| dataset = load_dataset("bangzhao/model-personas") |