Predicting personality traits based on online posts has emerged as an important task in many fields such as social network analysis. One of the challenges of this task is assembling information from various posts into an overall profile for each user. While many previous solutions simply concatenate the posts into a long document and then encode the document by sequential or hierarchical models, they introduce unwarranted orders for the posts, which may mislead the models. In this paper, we propose a dynamic deep graph convolutional network (D-DGCN) to overcome the above limitation. Specifically, we design a learn-to-connect approach that adopts a dynamic multi-hop structure instead of a deterministic structure, and combine it with a DGCN module to automatically learn the connections between posts. The modules of post encoder, learn-to-connect, and DGCN are jointly trained in an end-to-end manner. Experimental results on the Kaggle and Pandora datasets show the superior performance of D-DGCN to state-of-the-art baselines. Our code is available at https://github.com/djz233/D-DGCN.
翻译:在线帖子预测个性特质已成为许多领域(如社交网络分析)中的重要任务。这项任务的挑战之一是从各种帖子中汇编信息以便为每个用户建立总体概况。虽然许多先前的解决方案只是将帖子连接成长文档,然后通过顺序或层次模型对文档进行编码,但是它们引入了不必要的帖子顺序,可能误导模型。在本文中,我们提出了一种动态深度图卷积网络(D-DGCN)来克服上述限制。具体而言,我们设计了一种学习连接方法,采用动态的多跳结构而不是确定性结构,并将其与DGCN模块结合起来,以自动学习帖子之间的连接。帖子编码器、学习连接和DGCN模块在端到端的方式下进行联合训练。在Kaggle和Pandora数据集上的实验结果显示,D-DGCN相对于现有先进的基准有更好的表现。我们的代码可在https://github.com/djz233/D-DGCN上找到。