paper-with-me

홈 › Papers

Psycholinguistic Tripartite Graph Network for Personality Detection

2021-06-09 · ACL 2021 5 · Tao Yang, Feifan Yang, Haolan Ouyang, Xiaojun Quan

Most of the recent work on personality detection from online posts adopts multifarious deep neural networks to represent the posts and builds predictive models in a data-driven manner, without the exploitation of psycholinguistic knowledge that may unveil the connections between one's language usage and his psychological traits. In this paper, we propose a psycholinguistic knowledge-based tripartite graph network, TrigNet, which consists of a tripartite graph network and a BERT-based graph initializer. The graph network injects structural psycholinguistic knowledge from LIWC, a computerized instrument for psycholinguistic analysis, by constructing a heterogeneous tripartite graph. The graph initializer is employed to provide initial embeddings for the graph nodes. To reduce the computational cost in graph learning, we further propose a novel flow graph attention network (GAT) that only transmits messages between neighboring parties in the tripartite graph. Benefiting from the tripartite graph, TrigNet can aggregate post information from a psychological perspective, which is a novel way of exploiting domain knowledge. Extensive experiments on two datasets show that TrigNet outperforms the existing state-of-art model by 3.47 and 2.10 points in average F1. Moreover, the flow GAT reduces the FLOPS and Memory measures by 38% and 32%, respectively, in comparison to the original GAT in our setting.

📄 PDF Abstract BibTeX arXiv:2106.04963

Code (0)

등록된 구현이 없습니다.

Tasks

Graph AttentionGraph Learning

Methods 이 논문이 사용한 방법론

GAT A Graph Attention Network (GAT) is a neural network architecture that operates on graph-structured data, leveraging masked self-attentional layers to address the shortcomings…

Similar Papers 제목 키워드 기반

Pushing on Personality Detection from Verbal Behavior: A Transformer Meets Text Contours of Psycholinguistic Features

2022-04-10 · WASSA (ACL) 2022 5 · Elma Kerz, Yu Qiao, Sourabh Zanwar, Daniel Wiechmann

Research at the intersection of personality psychology, computer science, and linguistics has recently focused increasingly on modeling and predicting personality from language use. We report two major improvements in pr…

Language ModelingLanguage Modelling

A Survey of Automatic Personality Detection from Texts

2020-12-01 · COLING 2020 8 · Sanja Stajner, Seren Yenikent

Personality profiling has long been used in psychology to predict life outcomes. Recently, automatic detection of personality traits from written messages has gained significant attention in computational linguistics and…

Survey

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

Personality Driven Differences in Paraphrase Preference

2017-08-01 · WS 2017 8 · Daniel Preo{\c{t}}iuc-Pietro, Jordan Carpenter, Lyle Ungar

Personality plays a decisive role in how people behave in different scenarios, including online social media. Researchers have used such data to study how personality can be predicted from language use. In this paper, we…

Machine TranslationRecommendation SystemsSentiment AnalysisText Classification+1

Knowledge Graph-Enabled Text-Based Automatic Personality Prediction

2022-03-17 · Majid Ramezani, Mohammad-Reza Feizi-Derakhshi, Mohammad-Ali Balafar

How people think, feel, and behave, primarily is a representation of their personality characteristics. By being conscious of personality characteristics of individuals whom we are dealing with or decided to deal with, o…

Prediction