personality_in_llms
Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 2 DOI reference(s) in README -
✓Academic publication links
Links to: arxiv.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.6%) to scientific vocabulary
Keywords from Contributors
Repository
Basic Info
- Host: GitHub
- Owner: google-deepmind
- License: apache-2.0
- Language: Jupyter Notebook
- Default Branch: main
- Size: 438 KB
Statistics
- Stars: 15
- Watchers: 7
- Forks: 6
- Open Issues: 3
- Releases: 1
Metadata Files
README.md
Personality Traits in Large Language Models
This project contains all the code necessary to verify the results of the paper
Serapio-García, G., Safdari, M., Crepy, C., Sun, L., Fitz, S., Romero, P., Abdulhai, M., Faust, A., & Matarić, M. "Personality Traits in Large Language Models." ArXiv.org. https://doi.org/10.48550/arXiv.2307.00184
Getting Started / Installation
Most of the code needed to reproduce the results of the paper are shared here in
the form of Jupyter notebooks. The main notebooks and requirements for running
the paper's psychometric and statistical analyses are located in analysis.
Inference scripts and requirements for collecting psychometric test and
downstream task data from HuggingFace and OpenAI models are located in
inference_scripts.
The main custom dependency of this project is the PsyBORGS psychometric test
administration framework
(https://github.com/google-research/google-research/tree/master/psyborgs). This
repo comes with its own version of the PsyBORGS code, but if a more up-to-date
version is needed, it can be downloaded from the link above. PsyBORGS-related
package dependencies are specified in the requirements.txt file in its root
directory. For any other dependencies, they are pip installed in the notebooks
themselves.
Data
All the test admininistration sessions - which are input for most of the
experiments in the paper - are stored in the admin_sessions/ directory. Some
of the data used for visualization is stored in the figures_data/ directory.
All other data are linked in the main paper and can be found on Google's
open source GCP repository:
(https://storage.googleapis.com/personalityinllms/index.html).
Citing this work
Please cite the Arxiv paper referenced above. The Bibtex is
@misc{serapiosafdari2023personality, title={Personality Traits in Large Language Models}, author={Greg Serapio-García and Mustafa Safdari and Clément Crepy and Luning Sun and Stephen Fitz and Peter Romero and Marwa Abdulhai and Aleksandra Faust and Maja Matarić}, year={2023}, eprint={2307.00184}, archivePrefix={arXiv}, primaryClass={cs.CL} }
License and disclaimer
Copyright 2025 DeepMind Technologies Limited
All software is licensed under the Apache License, Version 2.0 (Apache 2.0); you may not use this file except in compliance with the Apache 2.0 license. You may obtain a copy of the Apache 2.0 license at: https://www.apache.org/licenses/LICENSE-2.0
All other materials are licensed under the Creative Commons Attribution 4.0 International License (CC-BY). You may obtain a copy of the CC-BY license at: https://creativecommons.org/licenses/by/4.0/legalcode
Unless required by applicable law or agreed to in writing, all software and materials distributed here under the Apache 2.0 or CC-BY licenses are distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the licenses for the specific language governing permissions and limitations under those licenses.
This is not an official Google product.
Owner
- Name: Google DeepMind
- Login: google-deepmind
- Kind: organization
- Website: https://www.deepmind.com/
- Repositories: 245
- Profile: https://github.com/google-deepmind
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: Safdari
given-names: Mustafa
orcid: https://orcid.org/0009-0002-1604-8685
- family-names: Serapio-García
given-names: Greg
- family-names: Crepy
given-names: Clément
title: "Personality Traits in Large Language Models - Github Repo"
version: 1.0.0
identifiers:
- type: doi
value: 10.5281/zenodo.15363274
date-released: 2025-05-08
GitHub Events
Total
- Create event: 7
- Issues event: 1
- Watch event: 11
- Delete event: 5
- Issue comment event: 2
- Member event: 1
- Push event: 12
- Public event: 1
- Pull request event: 12
- Fork event: 5
Last Year
- Create event: 7
- Issues event: 1
- Watch event: 11
- Delete event: 5
- Issue comment event: 2
- Member event: 1
- Push event: 12
- Public event: 1
- Pull request event: 12
- Fork event: 5
Committers
Last synced: 9 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Greg Serapio-García | g****o@g****m | 34 |
| Mustafa Safdari | m****i@g****m | 5 |
| dependabot[bot] | 4****] | 4 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 1
- Total pull requests: 15
- Average time to close issues: N/A
- Average time to close pull requests: 16 days
- Total issue authors: 1
- Total pull request authors: 2
- Average comments per issue: 0.0
- Average comments per pull request: 0.2
- Merged pull requests: 7
- Bot issues: 0
- Bot pull requests: 13
Past Year
- Issues: 1
- Pull requests: 15
- Average time to close issues: N/A
- Average time to close pull requests: 16 days
- Issue authors: 1
- Pull request authors: 2
- Average comments per issue: 0.0
- Average comments per pull request: 0.2
- Merged pull requests: 7
- Bot issues: 0
- Bot pull requests: 13
Top Authors
Issue Authors
- aryan-py (1)
Pull Request Authors
- dependabot[bot] (13)
- Shifat7 (2)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- matplotlib ==3.8.2
- numpy ==1.26.4
- pandas ==2.2.1
- rpy2 ==3.5.15
- scipy ==1.12.0
- aiolimiter ==1.1.0
- dacite ==1.8.1
- numpy ==1.26.4
- openai ==1.17.1
- outlines ==0.0.46
- pandas ==2.2.1
- tiktoken ==0.6.0
- tqdm ==4.66.2
- vllm ==0.5.0.post1
- dacite >=1.8.0
- numpy >=1.21.5
- pandas >=1.4.3
- plotly >=5.13.1
- pylint >=2.17.0
- scikit-learn >=1.2.1