The paper does not measure the personality of human negotiators or train an agent on observed psychological traits. It studies what happens when two LLMs, a buyer and a seller, are assigned synthetic Big Five profiles through adjectives in their prompts. Each dimension takes one of six levels, positive or negative polarity at low, moderate, or high degree, and contributes three adjectives; the fifteen adjectives are shuffled and appended to economic buyer or seller instructions. The main experiment uses GPT-4 0613, 60 stated CraigsListBargain products, a maximum of 20 turns, and 1,499 dialogues. A third GPT-4 0613 classifies each utterance as offer, pondering, acceptance, breakdown, or chit-chat, extracts the price, and produces a free-text strategy label. Outcomes are related to own utility, joint utility, concession, success, and duration through Spearman correlations.
For GPT-4, every significant association in the main table has |ρ| < 0.30. Seller Agreeableness shows the most consistent pattern: it is associated with lower own utility (ρ = −0.262), but higher joint utility (0.118), more concession (0.261), only a slightly higher agreement probability (0.052), and fewer turns (−0.223). Seller Conscientiousness is associated with higher own utility (0.127) and less concession (−0.097), while buyer Conscientiousness is related to somewhat longer negotiations (0.083). Buyer Extraversion is weakly associated with success (0.072), and seller Extraversion with joint utility (0.069). Neuroticism and Openness have still smaller effects. These results support the claim that personality wording in a prompt slightly changes simulated negotiation trajectories. They do not show large psychological effects or reliable individual profiles.
The strategy analysis depends entirely on labels generated by the evaluator LLM and grouped manually. Figure 2 associates accommodating (β = 0.125) and concession (0.093) with higher joint utility, and assertiveness with lower joint utility (−0.261). Appendix D, however, assigns assertiveness a joint coefficient of −0.45, which does not match the figure. The qualitative examples contain offers outside the supplied bounds and invented emotional appeals, but calling them “deception” or “strategy” interprets textual behavior without validating intent.
The human comparison is shallow. Original CraigsListBargain dialogues average 8.47 turns and 108.82 words, versus 7.07 turns and 272.17 words in the simulation. The paper also reports positive correlations between price and length, r = 0.194 for turns and 0.242 for words. It does not compare people and agents with matched Big Five profiles, analyze equivalent human outcomes, or run a behavioral equivalence test. Similarity consists of selected aggregate patterns and agreement with prior literature rather than a direct replication of human negotiation.
The appendices add GPT-3.5 Turbo 0125 and Meta-Llama-3-70B-Instruct. Llama reproduces several GPT-4 directions. The textual claim that GPT-3.5 yields “no significant correlations” contradicts Table 4, which marks eight relationships at p < 0.05 and two more at p < 0.10; the stated model comparison therefore cannot be accepted as written. In an IPIP-50 check with 300 reported agents, diagonal correlations between instructed level and questionnaire response are 0.73–0.78 for GPT-4, 0.59–0.84 for GPT-3.5, and 0.85–0.92 for Llama. This check demonstrates instruction following and internal coherence within the same verbal frame, not personality validity: the model is explicitly given the adjectives and answers related public items, with demand effects and contamination risk acknowledged by the authors.
Reproducibility is inadequate. The official repository has one commit and releases scripts, a strategy list, and 161 negotiation entries, but not the 1,499 dialogues, exact profiles, outputs, the selected 60 products, IPIP items, or executed commands. It sets no seeds, and generation uses temperature 1. The CSV would produce 314 usable configurations by default rather than the reported experiment. It also pins openai==0.27.8 while calling the 1.x API and imports pandas in eval.py without declaring it, so the published environment cannot run the workflow without repair. The defensible contribution is an exploratory framework showing that Big Five instructions can weakly modulate negotiations between specific LLM snapshots. It does not establish human personality, real negotiation behavior, intent, human parity, or a validated basis for deploying negotiation agents.