paper-with-me

홈 › Papers

Multilevel Sentence Embeddings for Personality Prediction

2023-05-09 · Paolo Tirotta, Akira Yuasa, Masashi Morita

Representing text into a multidimensional space can be done with sentence embedding models such as Sentence-BERT (SBERT). However, training these models when the data has a complex multilevel structure requires individually trained class-specific models, which increases time and computing costs. We propose a two step approach which enables us to map sentences according to their hierarchical memberships and polarity. At first we teach the upper level sentence space through an AdaCos loss function and then finetune with a novel loss function mainly based on the cosine similarity of intra-level pairs. We apply this method to three different datasets: two weakly supervised Big Five personality dataset obtained from English and Japanese Twitter data and the benchmark MNLI dataset. We show that our single model approach performs better than multiple class-specific classification models.

📄 PDF Abstract BibTeX arXiv:2305.05748

Code (1)

egojr/adapair 공식 구현 pytorch

Tasks

PredictionSentenceSentence EmbeddingSentence-EmbeddingSentence Embeddings

Similar Papers 제목 키워드 기반

Personality Trait Detection Using Bagged SVM over BERT Word Embedding Ensembles

2020-10-03 · Amirmohammad Kazameini, Samin Fatehi, Yash Mehta, Sauleh Eetemadi 외

Recently, the automatic prediction of personality traits has received increasing attention and has emerged as a hot topic within the field of affective computing. In this work, we present a novel deep learning-based appr…

Language ModelingLanguage ModellingNatural Language UnderstandingPrediction+1

HyperPersona: A Multi-Level Hypergraph Framework for Text-Based Automatic Personality Prediction

2026-05-17 · Sina Heydari, Majid Ramezani arxiv

As a modern commodity, language has become a vast repository of socially and psychologically significant traits and concepts, reflecting the ways people encode pattern of thoughts, behaviors, and emotions into words. Tex…

Enhancing Apparent Personality Trait Analysis with Cross-Modal Embeddings

2024-05-06 · Ádám Fodor, Rachid R. Saboundji, András Lőrincz

Automatic personality trait assessment is essential for high-quality human-machine interactions. Systems capable of human behavior analysis could be used for self-driving cars, medical research, and surveillance, among m…

Self-Driving Cars

Development of a Japanese Personality Dictionary based on Psychological Methods

2020-05-01 · LREC 2020 5 · Ritsuko Iwai, Daisuke Kawahara, Takatsune Kumada, Sadao Kurohashi

We propose a new approach to constructing a personality dictionary with psychological evidence. In this study, we collect personality words, using word embeddings, and construct a personality dictionary with weights for …

Word Embeddings

Automatic Text-based Personality Recognition on Monologues and Multiparty Dialogues Using Attentive Networks and Contextual Embeddings

2019-11-21 · Hang Jiang, Xianzhe Zhang, Jinho D. Choi

Previous works related to automatic personality recognition focus on using traditional classification models with linguistic features. However, attentive neural networks with contextual embeddings, which have achieved hu…

General Classificationtext-classificationText Classification