ROME is a supervised classifier for the four binary MBTI dimensions from user posts. Its Ask stage gives GPT-4o-2024-08-06 each training user's posts and true MBTI label and asks it to answer 60 “MBTI-style” questions on a −3 to +3 scale. The Answer stage trains a question-conditioned Mixture-of-Experts to reproduce those synthetic answers from posts; Detect combines predicted answers with a text representation to classify I/E, S/N, T/F, and P/J. The available source remains the 13-page arXiv v1; no published version or code repository was located.
The intermediate targets are not independent psychometric measurements. The prompt tells the model to use the MBTI type to resolve ambiguous cases or reinforce its judgment, while the method calls answers never supplied by participants “ground truth.” The auxiliary signal is therefore explicitly conditioned on the same target class the classifier must learn. This may be a useful form of supervised distillation, but it does not show that GPT-4o reconstructs real questionnaire responses or that the resulting vector is psychological evidence. The full 60-item inventory is not released, and its instrument, license, source, or validation study is not identified. The paper alternates among “standardized,” “validated,” and “MBTI-style” without reporting reliability, factor structure, scoring rules, or agreement with human responses.
Evaluation uses 8,675 Kaggle/PersonalityCafe users with their 50 most recent posts and 9,067 PANDORA/Reddit users with dozens to hundreds of posts. Labels are self-declared types from personality-centered communities, not assessments administered by this study or objective ground truth. The paper states a user-disjoint 60/20/20 split but releases no seed, indices, or repeated runs. An audit of the exact cited Kaggle download found explicit MBTI codes in 8,220/8,675 rows (94.76%) and the row's own target type in 7,576 (87.33%). A parameter-free contamination control that predicts the most frequently mentioned type reaches 64.20% exact 16-type accuracy and 79.70% mean macro-F1 across the four dimensions. The paper does not report removing these tokens or evaluating a cleaned corpus, so Kaggle partly measures label recovery and MBTI-discussion language rather than personality inference from ordinary text alone.
ROME reports 89.78% mean macro-F1 on Kaggle versus 77.79% for ETM, a 15.41% relative gain, and 69.04% on PANDORA versus 65.77%, a 4.97% relative gain. It does not outperform the best baseline on every dimension: relative results are −9.24% for Kaggle P/J, −28.47% for PANDORA I/E, and −3.79% for PANDORA P/J. No confidence intervals, between-seed variation, significance tests, or hyperparameter-selection correction are reported, so “consistently” and “significantly” go beyond the published evidence. The limited-data experiment compares ROME trained on 40% of the data with ETM trained on 100%, rather than retraining baselines at the same fractions, and every retained user still requires a target label to generate 60 auxiliary targets.
Ablations support that the synthetic signal contributes to classification, not that it is psychometrically valid. Removing auxiliary evidence lowers Kaggle mean macro-F1 to 65.77%; using only that evidence reaches 75.12%. Expert routing receives an explicit one-hot MBTI-axis assignment produced by another unidentified LLM, so apparent axis specialization is not wholly emergent. The interpretability case selects one correctly classified user, computes item-removal impact, and then asks GPT-4o post hoc to select compatible snippets; this does not trace the model's actual decision or validate faithfulness. One displayed rationale even uses a sentence about “INFPs,” illustrating the risk of treating type discussion as evidence about the author. The prose also swaps the random- and minimum-removal labels around Table 6.
The paper presents a plausible architecture for distilling label-conditioned synthetic supervision and reports high averages on two familiar MBTI benchmarks. The defensible conclusion is narrow: on an unreproducible split of self-identifying communities with heavy type vocabulary, GPT-4o-generated auxiliary targets improve a BERT/MoE classifier. It does not establish human questionnaire responses, psychometric validity, real-personality inference, faithful explanations, out-of-domain robustness, fairness, clinical safety, or fitness for recommendation or mental-health decisions.