EERPD: Leveraging Emotion and Emotion Regulation for Improving Personality Detection

Zheng Li,Dawei Zhu,Qilong Ma,Weimin Xiong,Sujian Li
2024-06-23
Abstract:Personality is a fundamental construct in psychology, reflecting an individual's behavior, thinking, and emotional patterns. Previous researches have made some progress in personality detection, primarily by utilizing the whole text to predict personality. However, these studies generally tend to overlook psychological knowledge: they rarely apply the well-established correlations between emotion regulation and personality. Based on this, we propose a new personality detection method called EERPD. This method introduces the use of emotion regulation, a psychological concept highly correlated with personality, for personality prediction. By combining this feature with emotion features, it retrieves few-shot examples and provides process CoTs for inferring labels from text. This approach enhances the understanding of LLM for personality within text and improves the performance in personality detection. Experimental results demonstrate that EERPD significantly enhances the accuracy and robustness of personality detection, outperforming previous SOTA by 15.05/4.29 in average F1 on the two benchmark datasets.
Computation and Language,Artificial Intelligence
What problem does this paper attempt to address?
The paper proposes a new method for personality detection called EERPD (Emotion and Emotion Regulation-based Personality Detection). Existing research mainly predicts personality based on the overall text, but ignores the psychological concept of emotion regulation that is closely related to personality. EERPD introduces emotion and emotion regulation features and retrieves similar samples from a reference library containing a large number of text-personality pairs for few-shot learning. It splits the input text into emotion sentences and emotion regulation sentences, encodes them separately, and combines them into vectors for retrieving the most similar samples. Chain of Thought (CoT) guides the attention of a large-scale language model (LLM) to focus on these two aspects, thereby improving the accuracy and robustness of personality detection. Experimental results show that EERPD significantly outperforms previous state-of-the-art methods in terms of average F1 score on two benchmark datasets.