Author Login Chief Editor Login Reviewer Login Editor Login Remote Office

Computer Engineering ›› 2026, Vol. 52 ›› Issue (7): 155-167. doi: 10.19678/j.issn.1000-3428.0070620

• Computational Intelligence and Pattern Recognition • Previous Articles     Next Articles

Crowdsourcing Task Recommendation Method Based on Collaborative Knowledge Graph and Hybrid Neural Network

LI Jinru1, PAN Qingxian1,*(), GAO Zhaolong2, WEI Kai1, FAN Zequn1   

  1. 1. School of Computer and Control Engineering, Yantai University, Yantai 264005, Shandong, China
    2. School of Computer Science and Technology, Shandong Technology and Business University, Yantai 264005, Shandong, China
  • Received:2024-11-18 Revised:2025-01-21 Online:2026-07-15 Published:2025-03-27
  • Contact: PAN Qingxian

基于协同知识图谱与混合神经网络的众包任务推荐方法

李金茹1, 潘庆先1,*(), 高照龙2, 魏凯1, 范泽群1   

  1. 1. 烟台大学计算机与控制工程学院, 山东 烟台 264005
    2. 山东工商学院计算机科学与技术学院, 山东 烟台 264005
  • 通讯作者: 潘庆先
  • 作者简介:

    李金茹(CCF学生会员), 女, 硕士研究生, 主研方向为移动众包

    潘庆先(通信作者), 副教授、博士

    高照龙, 讲师、博士

    魏凯, 硕士研究生

    范泽群, 硕士研究生

  • 基金资助:
    国家自然科学基金(62072392)

Abstract:

In order to solve the problem of data sparsity in crowdsourcing task recommendation and improve the accuracy of crowdsourcing task recommendation, this paper proposes a crowdsourcing task recommendation method based on collaborative knowledge graph and hybrid neural network. This method first utilizes task entity alignment to fuse the worker—task bipartite graph and crowdsourcing task knowledge graph to form a worker task collaborative knowledge graph to alleviate the problem of data sparsity; Secondly, a Bidirectional Gated Recurrent Unit (BiGRU) is used to encode multiple paths between workers and tasks. Considering the correlation between paths, attention mechanism is utilized to weight and aggregate the information obtained from encoding multiple paths, in order to more accurately learn workers' preferences and recommend crowdsourcing tasks more accurately; At the same time, graph convolutional networks are used to capture the high correlation between crowdsourcing tasks and fully consider the complex semantic information of entities; Finally, based on the embedded representations of the workers and tasks obtained, provide comprehensive recommendations to the workers. The experimental results on six publicly available datasets, MovieLens-1M, Yelp, Book-Crossing, Music, Zhu-Bajie, and CHI, showed that compared with the benchmark model, the method proposed in this paper improved the Aera Under the ROC Curve (AUC) index by an average of 5.8%, 7.85%, 5.75%, 6.3%, 5.47%, and 4.58%, and the model also improved in other indicators. The experimental results demonstrate the effectiveness and stability of the proposed method, which can provide a research approach for the field of crowdsourcing task recommendation.

Key words: crowdsourcing task recommendation, collaborative knowledge graph, Bidirectional Gated Recurrent Unit (BiGRU), attention mechanism, graph convolutional network

摘要:

为了解决众包任务推荐存在的数据稀疏问题和提高众包任务推荐的准确性, 本文提出了一种基于协同知识图谱与混合神经网络的众包任务推荐方法。首先, 利用任务实体对齐融合工人-任务二分图与众包任务知识图谱, 形成工人-任务协同知识图谱, 以缓解数据稀疏性的问题; 其次, 采用双向门控循环单元(BiGRU)编码工人和任务之间的多条路径, 在考虑路径之间关联性的情况下利用注意力机制将编码多条路径得到的信息加权聚合, 以更准确地学习工人的偏好, 从而更加准确地推荐众包任务; 同时, 采用图卷积网络捕捉众包任务间的高相关性来充分考虑实体复杂的语义信息; 最后, 根据得到的工人和任务的嵌入表示向工人综合推荐。在MovieLens-1M、Yelp、Book-Crossing、Music、Zhu-Bajie和CHI 6个公开数据集上的实验结果显示, 与基准模型相比, 本文所提方法在ROC曲线下面积(AUC)指标方面平均提升了5.8%、7.85%、5.75%、6.3%、5.47%和4.58%, 在其他指标方面本文模型也均有提高。实验结果证明了本文方法的有效性与稳定性, 可以为众包任务推荐领域提供一个研究思路。

关键词: 众包任务推荐, 协同知识图谱, 双向门控循环单元, 注意力机制, 图卷积网络