• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

Computer Engineering & Science ›› 2024, Vol. 46 ›› Issue (04): 734-742.

• Artificial Intelligence and Data Mining • Previous Articles     Next Articles

Date-aware sequential recommendation fusing local information of sequences

CAO Hao-dong,WANG Hai-tao,HE Jian-feng   

  1. (Faculty of Information Engineering and Automation,Kunming University of Science and Technology,Kunming 650500,China)
  • Received:2023-03-24 Revised:2023-05-22 Accepted:2024-04-25 Online:2024-04-25 Published:2024-04-18

Abstract: The sequence recommendation algorithm based on self-attention mechanism utilizes users’ interactive sequences to model their dynamic preferences and predict their future behaviors. However, directly inputting the interactive sequences into the self-attention layer will limit the effective utilization of local association information in the sequences. In addition, most of the existing recommendation algorithms use the dot product of the representation of the users’ recent behaviors and the target items to calculate the item scores, which will weaken the impact of previous interactive items on the recommendation results. This paper proposes a date-aware sequential recommendation algorithm that fuses local information of sequences. It uses multiple vertical filters to fuse multiple local association information of each interactive item in the interactive sequence, and uses cross-attention mechanism to capture the relationships between all historical interactive items and target items. It also abandons the traditional position embedding method and replaces it with absolute time embedding based on the date of inter-action occurrence. Experimental results on multiple public datasets show that the algorithm has certain improvement compared with the baseline algorithms in different evaluation indicators.

Key words: sequence recommendation, convolutional neural network, attention mechanism