-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4bd3daf
commit b8ef586
Showing
1 changed file
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,21 @@ | ||
# LLMPersonality | ||
# ChatGPT an ENFJ, Bard an ISTJ: | ||
Empirical Study on Personalities of Large Language Models | ||
|
||
## What's in This Repo? | ||
Raw data of all experiments are listed in the file. | ||
|
||
## References | ||
For more details, please refer to [this paper](https://arxiv.org/abs/). Please remember to cite us if you find our work helpful in your work! | ||
``` | ||
@article{huang2023chatgpt, | ||
author = {Jen{-}tse Huang and | ||
Wenxuan Wang and | ||
Man Ho Lam and | ||
Eric John Li and | ||
Wenxiang Jiao and | ||
Michael R. Lyu}, | ||
title = {Chat{GPT} and {ENFJ}, Bard an {ISTJ}: Empirical Study on Personalities of Large Language Models}, | ||
journal = {arXiv preprint arXiv:}, | ||
year = {2023} | ||
} | ||
``` |