Pith. sign in

REVIEW 5 major objections 3 minor 43 references

From Post To Personality: Harnessing LLMs for MBTI Prediction in Social Media

T0 review · 5 major / 3 minor · reviewed 2026-08-05 · deepseek-v4-flash

Pith's one-line read The paper claims a two-LLM retrieval pipeline can predict MBTI personality types from social media posts, beating classical and BERT classifiers by wide margins.

desk verdict The empirical claims are invalidated by test-set contamination: the forum posts contain explicit MBTI self-reports, so the LLM is largely reading the answer rather than inferring it. read the letter →

arxiv 2509.04461 v1 pith:IUZLNWLC submitted 2025-08-28 cs.CL cs.SI

classification cs.CLcs.SI
keywords MBTIpredictionpersonalitylargelanguagemodelsretrieval-augmentedgenerationin-contextlearningSMOTEoversamplingsocialmediatextclassimbalance
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper tries to establish that a two-stage large-language-model pipeline can predict a social media user's Myers-Briggs type from their posts more accurately than classical machine learning and fine-tuned BERT baselines. The proposed system, PostToPersonality (P2P), first has a locally fine-tuned LLM turn a user's posts into a psychological assessment, then retrieves similar post-label examples from a vector database, and finally asks an online LLM to make the four binary MBTI judgments with those examples as in-context demonstrations. To handle the population's imbalanced MBTI distribution, the local model is fine-tuned with synthetic minority oversampling in embedding space. On a public forum dataset of 8,675 users, P2P reports average improvements of 8.2% in accuracy, 20.17% in F1, and 4.1% in AUC over 10 baselines. If correct, this would make LLM-based retrieval-augmented inference a practical step beyond feature-engineered classifiers for personality prediction from text.

What carries the argument

The load-bearing mechanism is a retrieval-augmented dual-LLM loop. Step one: a locally deployed LLM, fine-tuned on the MBTI prediction task with synthetic minority oversampling, converts raw posts into an interpretable assessment of the user's social tendency, information processing, decision-making, and lifestyle. Step two: the assessment and the posts are embedded and concatenated into a query vector, and exact k-nearest-neighbor search over a vector database of training users returns the k most similar posts together with their ground-truth MBTI labels. Step three: the original posts, the local assessment, and the retrieved demonstrations are assembled into one prompt for an online LLM, w

What would settle it

Compute P2P's AUC using the online LLM's own predictive probabilities (for example, the log-probabilities of the four output letters) on the same test split and compare with baseline AUCs; if the gap vanishes or reverses, the claimed AUC superiority is an artifact of the retrieval-label proxy. Alternatively, run a k-NN-only predictor on the same vector database without any LLM and check whether it matches P2P's accuracy; if it does, the LLM stages add little beyond retrieval.

Watch

Extended reading notes

Core claim

The central claim is that LLM-based MBTI prediction fails when a single model is asked to reason directly from raw posts, and that the failure can be repaired by splitting the task across two models connected by a retrieval index. The paper's P2P framework first runs a locally fine-tuned LLM over a user's posts to produce a short psychological feature text. Those features, together with the posts, are embedded and used to retrieve the top-k most similar training users from a vector database; the retrieved posts and their ground-truth MBTI labels become demonstrations in a prompt sent to an online LLM, which returns the four-letter type. The paper reports that this design raises average accur

Load-bearing premise

The load-bearing premise is that the ranking-quality metric is faithfully estimated from the ground-truth labels of the retrieved neighbor posts; if the online LLM's own confidence order differs from that neighbor-label distribution, the reported advantage over baselines is not established.

Editorial extensions

If this is right

  • Removing RAG drops I/E accuracy from 0.9321 to 0.8287, so retrieved demonstrations are the largest single contributor to P2P's performance.
  • Fine-tuning without SMOTE still beats no fine-tuning, but SMOTE recovers accuracy on minority MBTI types such as ESFJ and ESTJ.
  • Swapping the online LLM to a different family lowers accuracy, suggesting that model-family consistency between the feature extractor and the final predictor matters.
  • All models, including P2P, score lowest on judging versus perceiving, marking that dimension as the hardest to infer from text.
  • The full pipeline's gains over BERT-style encoders support the use of dual-LLM retrieval-augmented inference for personality-related text classification.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Inference: A stricter evaluation would compute AUC from the online LLM's own predicted probabilities rather than from the retrieved neighbors' label distribution; that test could narrow the reported 4.1% AUC margin.
  • Inference: The same two-stage retrieval recipe should transfer to other text-based psychological inventories such as the Big Five, since nothing in the design is MBTI-specific.
  • Inference: Because retrieval alone carries much of the gain, a k-nearest-neighbor classifier on the same vector database would reveal how much of P2P's accuracy comes from the LLM stages versus the index itself.
  • Inference: Synthetic oversampling in embedding space creates training points that have no textual form; generating synthetic posts and re-embedding them might improve minority-type robustness further.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

5 major / 3 minor

Summary. The paper proposes PostToPersonality (P2P), a dual-LLM framework for MBTI prediction from social media posts. P2P has three stages: a fine-tuned local LLM (DeepSeek-R1-8B) extracts interpretable psychological features; these features are combined with the original posts to retrieve the top-k most similar training entries from a vector database; and an online LLM (DeepSeek-V3) makes the final four-dimensional MBTI prediction using the original posts, the extracted features, and the retrieved demonstrations as in-context examples. The authors claim state-of-the-art performance on the PersonalityCafe dataset, reporting average gains of 8.2% in accuracy, 20.17% in F1, and 4.1% in AUC over 10 ML/DL baselines, with ablations for PEFT, SMOTE, RAG, and model choices.

Significance. If the reported results were trustworthy, P2P would be a meaningful step for MBTI inference from text and would demonstrate a useful integration of fine-tuned local LLMs, retrieval augmentation, and commercial LLM reasoning. The architecture is clearly described and the ablation study is reasonably comprehensive. However, the empirical contribution is currently undermined by two load-bearing problems: the test set appears to contain explicit MBTI self-reports that the online LLM can directly read, and the reported AUC is not computed from the LLM's own predictions but from the label distribution of retrieved neighbors. These issues affect every quantitative claim in the paper, so the central SOTA conclusion is not supported by the present evidence.

major comments (5)
  1. [§4.1 (Dataset) and Appendix C/D] The evaluation is contaminated by explicit MBTI self-reports. The preprocessing described in §4.1 does not remove MBTI type names, and the prompt in Appendix C feeds the original posts in <CONTENT> to the online LLM. The dataset is from PersonalityCafe, a forum dedicated to MBTI discussion, and the case studies in Appendix D confirm that users write statements such as "I'm serious considering whether I'm actually an ESTP" and "before I knew I was an INTJ". Under these conditions, high accuracy (e.g., 0.9321 on I/E) may reflect the LLM extracting a directly stated label rather than inferring personality from indirect linguistic cues. This makes the comparison with the 10 baselines unfair and invalidates the SOTA claim. The authors must quantify how many test posts contain explicit type mentions, remove such posts (or at least report performance on a filtered subset), and rerun all baselin
  2. [§4.1 (Evaluation Metrics)] The AUC reported for P2P is not the AUC of the online LLM. The paper states that "predictive probabilities for computing AUC are approximated by the retrieved k samples in the RAG" and that the probability is the distribution of ground-truth labels among those samples. This measures a k-NN classifier on the retrieval database, not the LLM's ranking ability. All baselines compute AUC from their own probability outputs, so the claimed 4.1% average AUC improvement is not a comparison of the same quantity. The paper should report AUC from the LLM's predictive probabilities (e.g., token logits) or omit AUC from the comparison.
  3. [Tables 1 and 2] All results are single-run point estimates with no error bars, confidence intervals, or significance tests. Since the pipeline uses stochastic API decoding and the retrieval-based approximation, differences such as 0.9306 vs. 0.9321 between rows (a) and (m) of Table 2 could easily be noise. The authors should report mean and standard deviation over multiple runs and, where appropriate, paired significance tests to support the claimed improvements.
  4. [§4.1 (Baselines) and Table 1] The DeepSeek-R1-8B baseline appears to be the unfine-tuned local LLM. Its near-chance accuracy on several dimensions (e.g., 0.4181 on N/S, 0.5401 on T/F) suggests that the comparison conflates the effect of fine-tuning with the effect of the full P2P framework. If the baseline is zero-shot, this should be stated explicitly; a stronger baseline would be the same local LLM fine-tuned without RAG, or an equivalently sized fine-tuned LLM.
  5. [Eq. (2)] The SMOTE update is written as x̂_i = x_i + λ(x_i − x_j), λ ∼ Uniform(0,1). This is not the standard SMOTE interpolation x_i + λ(x_j − x_i), and it is inconsistent with the preceding sentence that says P2P interpolates "between x_i and x_j". As written, the new sample moves away from x_j rather than along the segment connecting the two points. Please correct the sign or clarify the intended operation and verify the experiments use the corrected formula.
minor comments (3)
  1. [Figure 1] The text in Figure 1 is partially garbled in the manuscript image (e.g., "ENTJESFP……"), making the pipeline diagram hard to read. Please provide a clean version.
  2. [Notation, Eq. (2)-(3)] The symbols x_i and x_i are used inconsistently for the hidden representation and its average pooling. The same symbol k is used for the number of SMOTE neighbors in Eq. (3) and for the RAG retrieval size in §3.1; please disambiguate.
  3. [§4.2.2] Variant (d) in Table 2 shows a very large drop in N/S accuracy (0.4181) compared with variant (c), but this is not discussed. A short explanation would help readers understand whether this is an instability or an artifact of the setting.

Circularity Check

1 steps flagged · score 3.0 of 10

AUC metric is self-defined from retrieved training-label distribution; core accuracy/F1 results are independent.

  1. self definitional [Section 4.1, Evaluation Metrics]
    "For P2P, the F1 and Accuracy are computed from the final results of the API call, while predictive probabilities for computing AUC are approximated by the retrieved k samples in the RAG. Predictive probability is approximated by the distribution of the ground-truth labels of these samples with appropriate smoothing."

    The paper's reported AUC for P2P is not computed from the model's own output probabilities; instead the 'predictive probability' is defined as the distribution of ground-truth labels among the k retrieved training posts. Because those retrieved posts and labels are inputs to the RAG prompt, the AUC measures how well the retrieval step finds same-labeled training examples, not how well the LLM ranks personality types. The abstract's claim of '4.1% higher AUC' is therefore an artifact of this self-defined metric, not an independent prediction of the LLM. Accuracy and F1 are unaffected, but the AUC comparison against baselines is methodologically incommensurable.

full rationale

The paper contains no self-citation chain, no imported uniqueness theorem, and no equation-level derivation that reduces to its own inputs. The P2P framework is an empirical pipeline: local LLM feature extraction, RAG retrieval, and online LLM prediction. The headline accuracy and F1 scores are computed from the final four-letter output of the API call, so those results are independent of the retrieved-label distribution aside from normal training supervision. The only circularity-adjacent element is the AUC metric, which is explicitly defined in terms of the ground-truth label distribution among retrieved training samples rather than the model's own probabilities. This makes the '4.1% higher AUC' statement a defined property of the retrieval distribution, not a measured property of the LLM's ranking. A separate concern—that PersonalityCafe posts often contain explicit MBTI self-reports (e.g., 'before I knew I was an INTJ' in Appendix D)—is a benchmark-contamination risk rather than a circularity of the derivation, and is not counted in the score. Overall, the central accuracy/F1 superiority claim retains independent empirical content; the score reflects the partial self-definition of one of the three reported metrics.

Assumptions & free parameters 2 free parameters · 4 assumptions · 0 invented entities

The framework relies on several domain-specific assumptions about text-to-personality mapping and the validity of representation-space oversampling. No new physical or theoretical entities are introduced. The only tuned hyperparameters listed are k (validated in Table 2) plus an unspecified distance weight in Eq. (3).

free parameters (2)
  • top-k (number of retrieved demonstrations) = 5 (default; ablated over 2,3,4,5,6 in Table 2)
    Chosen via validation set; the central result depends on this hyperparameter.
  • distance weight in SMOTE neighbor selection = unspecified
    Eq. (3) uses a weighted sum of L2 and cosine distance but the weight is not reported; this affects which neighbors are chosen for interpolation.
assumptions (4)
  • domain assumption MBTI type can be reliably inferred from a user's 50 recent forum posts
    The task assumes text is a valid signal for self-reported MBTI and that PersonalityCafe labels are accurate ground truth; not validated.
  • domain assumption Fine-tuned local LLM's generated textual features preserve personality-relevant information
    Step 1 assumes feature extraction adds signal; ablation shows it contributes but no independent validation.
  • domain assumption Retrieved similar posts with ground-truth labels provide useful demonstrations for in-context learning
    RAG effectiveness is assumed and empirically supported on this dataset, but not tested for hallucination reduction directly.
  • domain assumption SMOTE interpolation in hidden space yields valid synthetic training examples
    Eq. (2)-(3) interpolate hidden representations; assumes the interpolation lies in a semantically meaningful region, plausible but not proven.

how reviews work

0 comments
Cite this review

Pith. "Pith review of From Post To Personality: Harnessing LLMs for MBTI Prediction in Social Media." pith.science (2026). https://pith.science/paper/IUZLNWLC

@misc{pith2026250904461,
  author       = {Pith},
  title        = {Pith review of: From Post To Personality: Harnessing LLMs for MBTI Prediction in Social Media},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/IUZLNWLC}},
  note         = {Machine review of arXiv:2509.04461}
}
read the original abstract

Personality prediction from social media posts is a critical task that implies diverse applications in psychology and sociology. The Myers Briggs Type Indicator (MBTI), a popular personality inventory, has been traditionally predicted by machine learning (ML) and deep learning (DL) techniques. Recently, the success of Large Language Models (LLMs) has revealed their huge potential in understanding and inferring personality traits from social media content. However, directly exploiting LLMs for MBTI prediction faces two key challenges: the hallucination problem inherent in LLMs and the naturally imbalanced distribution of MBTI types in the population. In this paper, we propose PostToPersonality (PtoP), a novel LLM based framework for MBTI prediction from social media posts of individuals. Specifically, PtoP leverages Retrieval Augmented Generation with in context learning to mitigate hallucination in LLMs. Furthermore, we fine tune a pretrained LLM to improve model specification in MBTI understanding with synthetic minority oversampling, which balances the class imbalance by generating synthetic samples. Experiments conducted on a real world social media dataset demonstrate that PtoP achieves state of the art performance compared with 10 ML and DL baselines.

Figures

Figures reproduced from arXiv: 2509.04461 by the authors.

Figure 1
Figure 1. illustrates an overview of the P2P framework, which predicts the personality of a user from her posts in three sequential steps, leveraging a fine-tuned local LLM, a post-personality vector data￾base, and online LLM calling. In step 1, P2P generates interpretable ENTJ ESFP … … Response: You appear to be a very interesting individual who enjoys adventure and exploring new areas, interacting with others, interpreting … view at source ↗
Figure 2
Figure 2. (a) illustrates a well-performed case where both the pre￾diction and the ground-truth label are ENTP. In this case, words such as ‘problem’ (0.81) and ‘controversy’ (0.94) receive high atten￾tion weights, closely aligning with the ENTP ‘Debater’ personality traits. Similarly, cognitive-related words like ‘thought’ (0.84) and ‘think’ (0.54) are also assigned prominent weights, reflecting the tendency of ENTP to analy… view at source ↗
Figure 3
Figure 3. Statistics of the Dataset A Implementation details of baselines In traditional ML models, the Multi-nomial Naive Bayes computes feature weights by counting term frequencies within posts and com￾bining these with the inverse document frequency, forming a sparse high-dimensional word feature space. The model utilizes TF-IDF weighted term frequency vectors as input features and employs the default smoothing parameter 𝛼… view at source ↗

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

43 extracted references · 29 canonical work pages

  1. [1]

    [n. d.]. ChatGLM-6B. https://github.com/THUDM/ChatGLM-6B. Accessed: 2025-06-06

  2. [2]

    [n. d.]. DeepSeek-R1-Distill-Llama-8B. https://huggingface.co/deepseek-ai/ DeepSeek-R1-Distill-Llama-8B. Accessed: 2025-06-06

  3. [3]

    [n. d.]. MindChat-7B. https://huggingface.co/X-D-Lab/MindChat-7B. Accessed: 2025-06-06

  4. [4]

    [n. d.]. PersonalityCafe Dataset. https://www.kaggle.com/datasets/datasnaek/ mbti-type/data. Accessed: 2025-06-06

  5. [5]

    [n. d.]. seattletimes. https://www.seattletimes.com/business/myers-briggs- personality-test-embraced-by-employers-not-all-psychologists/. Accessed: 2025-06-06

  6. [6]

    Nurul Hidayah Zainal Abidin, Muhammad Aiman Remli, Nor Malina Ali, Danakorn Nincarean Eh Phon, Noorulsadiqin Azbiya Yusoff, Hanif Khairi Adli, and Abdelsalam H. Busalim. 2020. Improving Intelligent Personality Prediction using Myers-Briggs Type Indicator and Random Forest Classifier. International Journal of Advanced Computer Science and Applications 11, ...

  7. [7]

    Mohammad Hossein Amirhosseini and Hassan Kazemian. 2020. Machine learning approach to personality type prediction based on the Myers-Briggs type indicator. Multimodal Technologies and Interaction 4, 1 (2020), 9

  8. [8]

    Pennebaker

    Shlomo Argamon, Moshe Koppel, and James W. Pennebaker. 2005. Lexical predic- tors of personality type. In Proceedings of the 2005 Conference of the Classification Society of North America. St. Louis, MO, 1–16

Show all 43 references
  1. [9]

    Chawla, Kevin W

    Nitesh V. Chawla, Kevin W. Bowyer, Lawrence O. Hall, and W. Philip Kegelmeyer

  2. [10]

    Tianqi Chen and Carlos Guestrin. 2016. XGBoost: A Scalable Tree Boosting System. In Proc. SIGKDD 2016. ACM, 785–794. doi:10.1145/2939672.2939785

  3. [11]

    Ee Jie Choong and Kasturi Dewi Varathan. 2021. Predicting judging-perceiving of Myers-Briggs Type Indicator (MBTI) in online social forum. https://doi.org/10. 7717/peerj.11382

  4. [12]

    Baiyang Cui and Charles Qi. 2017. Survey Analysis of Machine Learning Methods for Natural Language Processing for MBTI Personality Type Prediction. https: //cs229.stanford.edu/proj2017/final-reports/5242471.pdf

  5. [13]

    Harshita P. K. Das. 2020. Personality identification based on MBTI dimensions using natural language processing. International Journal of Creative Research Thoughts 8, 6 (2020), 1653–1657

  6. [14]

    DeepSeek-AI. 2025. DeepSeek-R1: Incentivizing Reasoning Capability in LLMs via Reinforcement Learning. arXiv:2501.12948 [cs.CL] https://arxiv.org/abs/2501. 12948

  7. [15]

    Sahraoui Dhelim, Huansheng Ning, Nyothiri Aung, Runhe Huang, and Jianhua Ma. 2020. Personality-aware product recommendation system based on user interests mining and metapath discovery. IEEE Transactions on Computational Social Systems 8, 1 (2020), 86–98

  8. [16]

    Qingxiu Dong, Lei Li, Damai Dai, Ce Zheng, Jingyuan Ma, Rui Li, Heming Xia, Jingjing Xu, Zhiyong Wu, Baobao Chang, Xu Sun, Lei Li, and Zhifang Sui

  9. [17]

    He Feng and Xueming Qian. 2013. Recommendation via user’s personality and social contextual. In Proceedings of the 22nd ACM international conference on Information & Knowledge Management . 1521–1524

  10. [18]

    Shubham Garg and Shalini Garg. 2021. Comparison of machine learning al- gorithms for content based personality resolution of tweets. Social Sciences & Humanities Open 4, 1 (2021), 1–10

  11. [19]

    Matej Gjurković, Mladen Karan, Ivan Vukojević, Mihovil Bošnjak, and Jan Šnajder

  12. [20]

    Pengcheng He, Jianfeng Gao, and Weizhu Chen. 2023. DeBERTaV3: Improving DeBERTa using ELECTRA-Style Pre-Training with Gradient-Disentangled Em- bedding Sharing. In Proc. ICLR 2023. OpenReview.net. https://openreview.net/ forum?id=sE7-XhLxHA

  13. [21]

    Robert Hogan, Joyce Hogan, and Brent W Roberts. 1996. Personality measurement and employment decisions: Questions and answers. American psychologist 51, 5 (1996), 469

  14. [22]

    Jeff Johnson, Matthijs Douze, and Hervé Jégou. 2021. Billion-Scale Similarity Search with GPUs. IEEE Trans. Big Data 7, 3 (2021), 535–547. doi:10.1109/TBDATA. 2019.2921572

  15. [23]

    Aimal Safi Khan, Haris Ahmad, Muhammad Zubair Asghar, Faizullah Khan Saddozai, Aisha Arif, and Hassan Ali Khalid. 2020. Personality classification from online text using machine learning approach. International Journal of Advanced Computer Science and Applications 11, 3 (2020)...

  16. [24]

    Ilya Loshchilov and Frank Hutter. 2019. Decoupled Weight Decay Regulariza- tion. In Proc. ICLR 2019 . OpenReview.net. https://openreview.net/forum?id= Bkg6RiCqY7

  17. [25]

    Luca Luceri, Eric Boniardi, and Emilio Ferrara. 2024. Leveraging Large Language Models to Detect Influence Campaigns on Social Media. InCompanion Proceedings of the ACM on Web Conference 2024, WWW 2024 . ACM, 1459–1467. doi:10.1145/ 3589335.3651912

  18. [26]

    Tomás Mikolov, Kai Chen, Greg Corrado, and Jeffrey Dean. 2013. Efficient Estimation of Word Representations in Vector Space. In ICLR 2013, Workshop Track Proceedings. http://arxiv.org/abs/1301.3781

  19. [27]

    Zainab Mushtaq, Saba Ashraf, and Namra Sabahat. 2020. Predicting MBTI per- sonality type with K-means clustering and gradient boosting. In Proceedings of the 23rd International Multitopic Conference . Bahawalpur, Pakistan, 1–5

  20. [28]

    Isabel Briggs Myers et al. 1962. The myers-briggs type indicator. Vol. 34. Consulting Psychologists Press Palo Alto, CA

  21. [29]

    Keyu Pan and Yawen Zeng. 2023. Do LLMs Possess a Personality? Making the MBTI Test an Amazing Evaluation for Large Language Models. arXiv preprint arXiv:2307.16180 (2023)

  22. [30]

    Haocong Rao, Cyril Leung, and Chunyan Miao. 2023. Can ChatGPT Assess Human Personalities? A General Evaluation Framework. In Findings of the Asso- ciation for Computational Linguistics: EMNLP 2023 . 1184–1194

  23. [31]

    Nils Reimers and Iryna Gurevych. 2019. Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks. In Proc. EMNLP-IJCNLP 2019 . Association for Computational Linguistics, 3980–3990. doi:10.18653/V1/D19-1410

  24. [32]

    Koustuv Saha, John Torous, Eric D Caine, and Munmun De Choudhury. 2020. Psychosocial effects of the COVID-19 pandemic: large-scale quasi-experimental study on social media. Journal of medical internet research 22, 11 (2020), e22600

  25. [33]

    Surendrabikram Thapa, Shuvam Shiwakoti, Siddhant Bikram Shah, Surabhi Ad- hikari, Hariram Veeramani, Mehwish Nasim, and Usman Naseem. 2025. Large lan- guage models (LLM) in computational social science: prospects, current state, and challenges. Soc. Netw. Anal. Min. 15, 1 (202...

  26. [34]

    Vladimir Vapnik and Alexey Lerner. 1963. Generalized portrait algorithm. Au- tomation and Remote Control 24 (1963), 774–780

  27. [35]

    Liang Wang, Nan Yang, Xiaolong Huang, Binxing Jiao, Linjun Yang, Daxin Jiang, Rangan Majumder, and Furu Wei. 2022. Text Embeddings by Weakly-Supervised Contrastive Pre-training. CoRR abs/2212.03533 (2022). doi:10.48550/ARXIV.2212. 03533 arXiv:2212.03533

  28. [36]

    Yilei Wang, Jiabao Zhao, Deniz S Ones, Liang He, and Xin Xu. 2025. Evaluating the ability of large language models to emulate personality. Scientific reports 15, 1 (2025), 519

  29. [37]

    Benjamin Warner, Antoine Chaffin, Benjamin Clavié, Orion Weller, Oskar Hall- ström, Said Taghadouini, Alexis Gallagher, Raja Biswas, Faisal Ladhak, Tom Aarsen, Nathan Cooper, Griffin Adams, Jeremy Howard, and Iacopo Poli. 2024. Smarter, Better, Faster, Longer: A Modern Bidirec...

  30. [38]

    Yuhui Xu, Lingxi Xie, Xiaotao Gu, Xin Chen, Heng Chang, Hengheng Zhang, Zhengsu Chen, Xiaopeng Zhang, and Qi Tian. 2024. QA-LoRA: Quantization- Aware Low-Rank Adaptation of Large Language Models. In Proc. ICLR 2024 . OpenReview.net. https://openreview.net/forum?id=WvFoJccpo8

  31. [39]

    Yang Yan, Lizhi Ma, Anqi Li, Jingsong Ma, and Zhenzhong Lan. 2024. Predicting the Big Five Personality Traits in Chinese Counselling Dialogues Using Large Language Models. arXiv:2406.17287 [cs.CL] https://arxiv.org/abs/2406.17287

  32. [40]

    polysemy

    Aohan Zeng, Xiao Liu, Zhengxiao Du, Zihan Wang, Hanyu Lai, Ming Ding, Zhuoyi Yang, Yifan Xu, Wendi Zheng, Xiao Xia, Weng Lam Tam, Zixuan Ma, Yufei Xue, Jidong Zhai, Wenguang Chen, Zhiyuan Liu, Peng Zhang, Yuxiao Dong, and Jie Tang. 2023. GLM-130B: An Open Bilingual Pre-trained...

  33. [2002]

    Journal of Artificial Intelligence Research 16 (2002), 321–357

    SMOTE: Synthetic Minority Over-sampling Technique. Journal of Artificial Intelligence Research 16 (2002), 321–357

  34. [2021]

    In Proceedings of the 9th International Workshop on Natural Language Processing for Social Media

    PANDORA talks: Personality and demographics on Reddit. In Proceedings of the 9th International Workshop on Natural Language Processing for Social Media . Mexico City, Mexico, 1–15

  35. [2024]

    In Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing

    A Survey on In-context Learning. In Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing. Association for Computational Linguistics, Miami, Florida, USA, 1107–1128. doi:10.18653/v1/2024.emnlp-main. 64

Pith tools

Reviewed August 5, 2026 · model on record in the stance chip above.