Psycholinguistic Tripartite Graph Network for Personality Detection
Tao Yang, Feifan Yang, Haolan Ouyang, Xiaojun Quan

TL;DR
This paper introduces TrigNet, a psycholinguistic tripartite graph network that leverages domain knowledge from LIWC for personality detection, achieving superior accuracy and efficiency over existing models.
Contribution
The paper presents a novel tripartite graph network incorporating psycholinguistic knowledge and a flow GAT to improve personality detection accuracy and computational efficiency.
Findings
TrigNet outperforms state-of-the-art models by 3.47 and 2.10 F1 points.
Flow GAT reduces FLOPS and memory usage by 38% and 32%.
The approach effectively integrates domain knowledge into deep learning for personality analysis.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMental Health via Writing · Topic Modeling · Sentiment Analysis and Opinion Mining
MethodsGraph Attention Network
