Personality Style Recognition via Machine Learning: Identifying Anaclitic and Introjective Personality Styles from Patients' Speech

Semere Kiros Bitew,Vincent Schelstraete,Klim Zaporojets,Kimberly Van Nieuwenhove,Reitske Meganck,Chris Develder
2023-11-07
Abstract:In disentangling the heterogeneity observed in psychopathology, personality of the patients is considered crucial. While it has been demonstrated that personality traits are reflected in the language used by a patient, we hypothesize that this enables automatic inference of the personality type directly from speech utterances, potentially more accurately than through a traditional questionnaire-based approach explicitly designed for personality classification. To validate this hypothesis, we adopt natural language processing (NLP) and standard machine learning tools for classification. We test this on a dataset of recorded clinical diagnostic interviews (CDI) on a sample of 79 patients diagnosed with major depressive disorder (MDD) -- a condition for which differentiated treatment based on personality styles has been advocated -- and classified into anaclitic and introjective personality styles. We start by analyzing the interviews to see which linguistic features are associated with each style, in order to gain a better understanding of the styles. Then, we develop automatic classifiers based on (a) standardized questionnaire responses; (b) basic text features, i.e., TF-IDF scores of words and word sequences; (c) more advanced text features, using LIWC (linguistic inquiry and word count) and context-aware features using BERT (bidirectional encoder representations from transformers); (d) audio features. We find that automated classification with language-derived features (i.e., based on LIWC) significantly outperforms questionnaire-based classification models. Furthermore, the best performance is achieved by combining LIWC with the questionnaire features. This suggests that more work should be put into developing linguistically based automated techniques for characterizing personality, however questionnaires still to some extent complement such methods.
Computation and Language
What problem does this paper attempt to address?
The paper aims to address the challenge of assessing personality styles in patients, particularly focusing on distinguishing between anaclitic and introjective personality styles in individuals diagnosed with Major Depressive Disorder (MDD). The authors propose an innovative approach using Natural Language Processing (NLP) and Machine Learning (ML) techniques to automatically infer personality styles from patients' speech during clinical diagnostic interviews (CDIs). ### Problem Addressed: 1. **Inconsistencies in Traditional Assessment:** Despite the theoretical importance of personality styles in explaining the heterogeneity observed in psychopathology, traditional methods, such as self-report questionnaires, have shown inconsistencies in distinguishing between clinical manifestations associated with different personality styles. 2. **Need for Tailored Treatment:** There is a need for more precise methods to determine patients' personality styles, which could enable more tailored and effective treatment approaches. For example, anaclitic patients may benefit more from structured, supportive therapies, while introjective patients might benefit from insight-focused treatments. ### Objectives: 1. **Better Understanding of Personality Traits:** The authors aim to explore and identify linguistic characteristics that differentiate between anaclitic and introjective patients through the analysis of natural language in clinical diagnostic interviews. 2. **Automated Personality Assessment:** The goal is to develop an automated system that can accurately assess personality styles, thereby providing clinicians with a valuable tool for diagnosis and treatment planning.