Papers › What makes your model a low-empathy or warmth person: Exploring the Origins of...

What makes your model a low-empathy or warmth person: Exploring the Origins of Personality in LLMs

7 Oct 2024arXiv:2410.10863archive 2025-07-28

Shu Yang, Shenzhe Zhu, Ruoxuan Bao, Liang Liu, Yu Cheng, Lijie Hu, Mengdi Li, Di Wang

Large language models (LLMs) have demonstrated remarkable capabilities in generating human-like text and exhibiting personality traits similar to those in humans. However, the mechanisms by which LLMs encode and express traits such as agreeableness and impulsiveness remain poorly understood. Drawing on the theory of social determinism, we investigate how long-term background factors, such as family environment and cultural norms, interact with short-term pressures like external instructions, shaping and influencing LLMs' personality traits. By steering the output of LLMs through the utilization of interpretable features within the model, we explore how these background and pressure factors lead to changes in the model's traits without the need for further fine-tuning. Additionally, we suggest the potential impact of these factors on model safety from the perspective of personality.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2410.10863")

Code

Syntology Ran 12 of 15 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 12 ran with no contract checked.

By repository: official repository: 15 samples from 1 repository, 12 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

kaustpradalab/LLM-Persona-Steering officialmentioned on GitHubjax report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 12 ran; 0 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

12ran
3unverified

Licence: 15 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from kaustpradalab/LLM-Persona-Steering. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

create_steering_hook kaustpradalab/LLM-Persona-Steering/src/steer_experiments/SAE/util/steering.py official repository ran no licence file found · pointer only · 870a06cd9438f4bd · report
fixed_bg kaustpradalab/LLM-Persona-Steering/src/stimius_processing/SAE/processing_bg.py official repository ran no licence file found · pointer only · 354fbdb5c560850c · report
fixed_features kaustpradalab/LLM-Persona-Steering/src/stimius_processing/SAE/convert_to_features.py official repository ran no licence file found · pointer only · e94f259bf7879429 · report
get_likelihood kaustpradalab/LLM-Persona-Steering/src/steer_experiments/SAE/sae_run.py official repository ran no licence file found · pointer only · ce43848d008dbfc9 · report
get_likelihoods kaustpradalab/LLM-Persona-Steering/src/steer_experiments/SAE/analysis_origin.py official repository ran no licence file found · pointer only · a9d234ba7075e7aa · report
get_likelihoods_baseline kaustpradalab/LLM-Persona-Steering/src/steer_experiments/RepE/analysis.py official repository ran no licence file found · pointer only · ed458e572e4733e3 · report
get_likelihoods_control kaustpradalab/LLM-Persona-Steering/src/steer_experiments/RepE/analysis.py official repository ran no licence file found · pointer only · ce0963467de2cc4e · report
get_option_token kaustpradalab/LLM-Persona-Steering/src/steer_experiments/RepE/utils/option_dict_4.py official repository ran no licence file found · pointer only · 33426fb6640f15f2 · report
get_score kaustpradalab/LLM-Persona-Steering/src/steer_experiments/RepE/analysis.py official repository ran no licence file found · pointer only · 6d60c2f13b005719 · report
get_score kaustpradalab/LLM-Persona-Steering/src/steer_experiments/SAE/analysis_origin.py official repository ran no licence file found · pointer only · 56ea01da64a80821 · report
hooked_logit kaustpradalab/LLM-Persona-Steering/src/steer_experiments/SAE/util/steering.py official repository ran no licence file found · pointer only · ab21f42e66e2f4cc · report
normalize_likelihoods kaustpradalab/LLM-Persona-Steering/src/steer_experiments/SAE/analysis_origin.py official repository ran no licence file found · pointer only · 867b7a1d837ada81 · report
apply_format kaustpradalab/LLM-Persona-Steering/src/steer_experiments/RepE/utils/lm_format.py official repository unverified no licence file found · pointer only · ccafbf1987dcc81f · report
get_qa_response kaustpradalab/LLM-Persona-Steering/src/steer_experiments/SAE/hallu_sae_run.py official repository unverified no licence file found · pointer only · c76a0b699e1e284e · report
process_medium_results kaustpradalab/LLM-Persona-Steering/src/steer_experiments/SAE/safety_sae_run.py official repository unverified no licence file found · pointer only · c25ca27eb09bbc53 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections