File size: 704 Bytes
f65c295 e06793b 040f0d8 d756808 f65c295 040f0d8 f65c295 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | ---
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") |