CFaiRLLM studies consumer-side fairness in LLM recommender systems; it neither uses psychological profiles nor evaluates personality. It argues that comparing a neutral recommendation list with one generated from a sensitive attribute can mistake legitimate personalization for bias. The framework adds two elements: it compares recommendations with a user's future interactions, which it calls “true preferences,” and evaluates intersectional attributes. Profiles contain 10 history items selected randomly, by highest rating, or by recency. GPT-3.5 produces recommendations for MovieLens-1M and LastFM-1K; GPT-4o mini is also tested on LastFM. Sensitive attributes are binary sex, three age groups, and their six intersections.
Neutral and sensitive lists are compared with Jaccard@K and PRAG@K, first over all items and then after retaining only recommendations present in each user's temporal test set. Across-group differences are summarized by SNSR and SNSV, where larger values mean greater disparity. In samples of 150 users per domain, sensitive attributes alter lists, intersectional gaps are often larger, and LastFM is less stable than MovieLens. Profile sampling matters: random sampling often favors Jaccard hit overlap, whereas recent or top-rated sampling can favor PRAG ranking agreement; no strategy dominates.
The central claim that true-preference alignment is consistently fairer is not supported consistently by the paper's own numbers. Its random-sampling sex example reports held-out SNSR .0210 and SNSV .0105, versus list-similarity SNSR .0010 and SNSV .0005-21 times higher disparity, not three to ten times lower. Some top-rated scenarios do show reductions, so direction depends on the setting. The paper also uses “significant” without tests, confidence intervals, repeated runs, or multiple-comparison control. One unseeded random sample and unrepeated calls to closed APIs do not quantify variability.
Held-out interaction is an observational preference proxy, not verified truth: it penalizes useful novelty, can reproduce historical behavioral bias, and yields very sparse overlaps. The study does not measure satisfaction, utility, exposure, harm, provider fairness, or causal discrimination. It also omits subgroup sizes, a reproducible 150-user sampling protocol, complete model snapshots, temperature, seeds, and public code. CFaiRLLM is therefore relevant as a recommender-auditing and intersectionality proposal, but provides no evidence about synthetic personality, traits, neuroticism, or psychological exploitation.