The paper converts a 16Personalities questionnaire into group-level queries: it replaces “you” with labels such as “people,” “men,” “artists,” or an occupation, changes agreement/disagreement into correct/incorrect, permutes the seven response options, and averages 15 runs. It compares text-davinci-003, gpt-3.5-turbo, and gpt-4 with three custom indices: proximity across runs (consistency), proximity between fixed and permuted option orders (robustness), and similarity between two pairs of gender labels multiplied by consistency (called fairness). ChatGPT and GPT-4 have slightly higher mean consistency than InstructGPT (.918 and .921 versus .905), slightly lower robustness (.935 and .936 versus .942), and higher so-called fairness (.776 and .778 versus .753). These figures measure relative response stability under the protocol, not an ability to assess human personality or real fairness. No person is observed and no output is compared with self-report, behavior, population distributions, or human raters: the design elicits model generalizations about groups and often reproduces stereotypes (“accountants” as Logistician, “artists” as Campaigner, and “mathematicians” as Architect). The scale is the 16Personalities web test, which adds Assertive/Turbulent and is not equivalent to the official MBTI. The indices use an arbitrary constant, report no uncertainty, and do not measure accuracy. The linked repository implements only one run, depends on a live third-party scorer, and contains two scripts that do not compile. The defensible contribution is a protocol for auditing which stereotypes an LLM produces and how option order affects them, provided it is not mistaken for psychological assessment.
Research question
Can an LLM produce quantitative group profiles using reformulated questions from 16Personalities, and how repeatable are those outputs, how much do they change when permuting the order of options, and how similar are they between male and female labels?