Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-generation
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- personalization
|
| 9 |
+
- agent
|
| 10 |
+
size_categories:
|
| 11 |
+
- 1K<n<10K
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
# AgentBank Personas
|
| 15 |
+
|
| 16 |
+
This repository contains 1000 personas from the AgentBank dataset of [Park et al. 2024](https://arxiv.org/abs/2411.10109), converted to CSV from the [StanfordHCI/genagents](https://github.com/StanfordHCI/genagents/tree/main/agent_bank/populations/gss_agents) dataset.
|