WO2022007526A1 - Travel package recommendation method based on multi-view attention mechanism - Google Patents

Travel package recommendation method based on multi-view attention mechanism Download PDF

Info

Publication number
WO2022007526A1
WO2022007526A1 PCT/CN2021/095763 CN2021095763W WO2022007526A1 WO 2022007526 A1 WO2022007526 A1 WO 2022007526A1 CN 2021095763 W CN2021095763 W CN 2021095763W WO 2022007526 A1 WO2022007526 A1 WO 2022007526A1
Authority
WO
WIPO (PCT)
Prior art keywords
travel
term
user
short
travel package
Prior art date
Application number
PCT/CN2021/095763
Other languages
French (fr)
Chinese (zh)
Inventor
曹杰
朱桂祥
申冬琴
陈蕾
梁伟超
Original Assignee
云境商务智能研究院南京有限公司
南京理工大学
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 云境商务智能研究院南京有限公司, 南京理工大学 filed Critical 云境商务智能研究院南京有限公司
Publication of WO2022007526A1 publication Critical patent/WO2022007526A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/06Buying, selling or leasing transactions
    • G06Q30/0601Electronic shopping [e-shopping]
    • G06Q30/0631Item recommendations
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines
    • G06F16/9535Search customisation based on user profiles and personalisation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/21Design or setup of recognition systems or techniques; Extraction of features in feature space; Blind source separation
    • G06F18/214Generating training patterns; Bootstrap methods, e.g. bagging or boosting
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/044Recurrent networks, e.g. Hopfield networks
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/045Combinations of networks

Definitions

  • the invention relates to the field of information science, and provides a travel package recommendation method based on a multi-view attention mechanism.
  • a travel package usually refers to a set of integrated packages that contain a series of travel-related content, such as departure and destination cities, travel route text description, travel cost, travel days, transportation, accommodation, classification, etc. Numerous studies have been conducted on the personalized recommendation of travel packages.
  • Deep learning is an important research direction in the field of machine learning. In recent years, breakthroughs have been made in the fields of pattern recognition, natural language processing, image recognition and autonomous driving. Up to now, deep learning has become a craze in artificial intelligence, bringing new opportunities and horizons to the research of recommender systems. Deep learning can characterize massive data related to users and items by learning a deep nonlinear network structure. On the other hand, deep learning can obtain a unified representation of data by performing automatic feature learning from multi-source heterogeneous data, thereby mapping different data to the same latent space. At present, in the recommendation models of most e-commerce platforms (such as Taobao, Tmall and Amazon), more recommendation models based on collaborative filtering are used.
  • most e-commerce platforms such as Taobao, Tmall and Amazon
  • the present invention will present a specific model for personalized recommendation of travel packages, which integrates multi-view learning and attention mechanism learning.
  • NATR is mainly composed of two core modules: Travel Package Encoder and User Preference Encoder.
  • the research contributions of this chapter are summarized as follows: (i) In order to accurately learn the travel package representation from the four attributes of the travel package, a multi-view attention mechanism method is proposed in the Travel Package Encoder module to learn Unified travel package characterization.
  • this module adopts word-level and view-level attention mechanisms to effectively select important and informative words and views, respectively;
  • two bidirectional long-short-term memory neural networks (Bi-LSTM) with attention mechanism are designed in the User Preference Encoder module. Dynamically learn users' long-term and short-term preferences.
  • the Bi-LSTM neural network with attention mechanism can select important travel packages from the user's continuous clickstream to accurately represent the user's preference; (iii) in order to better integrate the user Long-term preference and short-term preference, we further propose a gate-structure fusion network that fuses their relevant information instead of simply combining them. Unlike the weights of the attention network scalar, the gate structure vector has stronger representational power to control the importance of these two preferences.
  • a travel package recommendation method based on a multi-view attention mechanism comprising the following steps:
  • Step 2) constructing a user long-term preference coding module and a user short-term preference coding module, that is, the user's long-term interest representation learning module and the user's short-term interest representation learning module, to obtain a short-term behavior representation vector s u and a long-term behavior representation vector l u ;
  • Step 3) design a gate structure fusion network module, use the short-term behavior representation vector s u and long-term behavior representation vector l u obtained in step 2 as the input of the gate structure fusion network module, and obtain the preference representation vector O u of the user u;
  • the travel bag coding module carries out representation learning according to four attributes of the travel bag, and the four attributes include the title, destination, travel area and travel type of the travel bag, and this module adopts word-level and The view-level attention mechanism effectively selects words and views respectively.
  • the title i.e. Title includes country/city, attractions, hotel transportation and travel days, etc.
  • Destination is an identifier consisting of one or a few words, usually represented by a city or country name
  • Category is a category including Travel Region and Travel Type.
  • the user's long-term and short-term preference coding modules respectively design two bidirectional long-short-term memory neural networks (Bi-directional Long Short-term Memory, Bi-LSTM) with an attention mechanism.
  • Bi-LSTM Bi-directional Long Short-term Memory
  • the Bi-LSTM neural network with attention mechanism can select important travel packages from the user’s continuous clickstream to accurately represent the user’s preference
  • the representation vectors of long-term and short-term preferences of users are obtained by the sum of the travel package context representation vectors with attention weights. Given a target user u, let its short-term behavior and long-term behavior be denoted as S u and Lu , respectively, then short and long term behavior of the user characterization vectors and are denoted as s u l u.
  • step 3 is specifically, let the user preference query vector be q u , take the short-term preference vector s u and the long-term preference vector lu as input, and the gate structure vector F u is used to control the contribution of long-term and short-term preference:
  • W q, W s, W l and B u are parameters of the neural network projection learning model Q u represent, s u, l u weight matrix, and a bias vector, preference characterizing the user of the final output of u
  • the vector O u can be calculated by:
  • step 4) is specifically, in the NATR model training stage, the positive label is the next real purchased travel package while negative labels are removed from the travel pack set X
  • the recommended score z k can be calculated, and the recommended score is calculated as follows:
  • is the subset containing positive and negative labels sampled from X, _ _ represents the norm of the set, and X represents the set of travel packages;
  • the loss function based on the purchase probability defined by cross entropy and the real situation can be calculated by the following method:
  • the present invention constructs a novel multi-view attention model Neural Attentive Travel package Recommendation (NATR) for personalized travel package recommendation, which can perform representation learning on complex travel package description information and dynamically capture the dynamic changes of user interests , which can effectively integrate users’ long-term and short-term interest preferences.
  • NTR Neural Attentive Travel package Recommendation
  • the dynamic evolution of user preferences is learned through a recurrent neural network (RNN) with an attention mechanism at the tourist package level, instead of using traditional methods in the matching stage.
  • RNN recurrent neural network
  • the gate structure fusion network better integrates the user's long-term preferences and short-term preferences. This gate structure network fuses their related information instead of simply combining them.
  • the gate structure vector has more The importance of strong representational ability to control both preferences.
  • the present invention minimizes the loss function with the help of the Adam optimizer Therefore, the parameters in the NATR model are adjusted to the optimal configuration.
  • the method can effectively mine the useful information in the negative samples, and further reduce the computational cost of model training. Therefore, the method of the present invention NATR models can be more easily trained on large amounts of e-commerce travel clickstream data.
  • Figure 1 is a sample display of the travel package
  • Figure 2 is a travel package recommendation that integrates long-term and short-term behaviors of users
  • Figure 3 is the click stream division of long-term and short-term behaviors
  • Figure 4 is the framework of the NATR travel package recommendation model.
  • a method for recommending travel packages based on a multi-view attention mechanism including the following steps:
  • Step 2) constructing a user's long-term preference coding module and a user's short-term preference coding module, namely the user's long-term and short-term interest representation learning module and the user's short-term interest representation learning module;
  • Step 3) design a gate structure fusion network to obtain the preference representation vector O u of user u;
  • NATR Neuronal Attentive Travel package Recommendation
  • a destination is an identifier consisting of one or a few words, usually represented by a city or country name.
  • Category (Categories) is a description of the type of travel package from the perspective of travel region (Travel Region) and travel type (Travel Type).
  • the first category is to divide travel packages according to the travel area, so each travel package is divided into local/surrounding tours, domestic short-distance/long-distance tours and overseas short-distance/long-distance tours, and the other type is based on the type of travel. Travel packages are divided, including Tuniu special tours, group tours, self-driving tours, self-guided tours, company package tours, local tours, etc.
  • the package coding module treats the title, destination and category of tours as different representational views of the tour package, and aims to learn a unified representation of the tour package from these views. Since different types of travel package information should be handled differently, the importance of different words in the same travel package title is different.
  • the present invention designs a word-level and view-level attention network to select important words and views. Representation for learning travel packages.
  • the input of the title encoding module is the sequence ⁇ w 1 ,w 2 ,...,w I ⁇ after word segmentation of the travel title, where I is the number of words contained in the title.
  • the present invention first uses a Google open source word2ve project to convert titles into embedded vectors Secondly, the embedded vector of the title is used as the input of the Bi-LSTM model, and the output of the network can be obtained respectively through the forward and reverse LSTM, namely: the vector of the final hidden layer of the title Finally, embed the identifier of user u into a representation vector as the user's preference vector q u , let Represents the attention weight of the i-th word in the title of the travel package, which is calculated as follows:
  • W t and b t are the parameters learned in the neural network, representing the weight matrix and bias vector in the title encoding module, respectively, and the title representation of the final travel package x j is the sum of all word context representation vectors with weights :
  • the input to the destination encoding module is the identifier of the travel destination.
  • the present invention first converts discrete destination identifiers into low-dimensional representation vectors e c ; then uses a Multi-layer Perceptron (MLP) model to learn the destination representation vectors of travel package x j:
  • MLP Multi-layer Perceptron
  • W c and b c are the parameters learned in the neural network and represent the weight matrix and bias vector of e c in the destination encoding module, respectively.
  • the input of the category coding module is the travel region (Travel Region, TR) and the travel type (Travel Type, TT) of the travel package.
  • TR travel region
  • TT travel type
  • the present invention firstly converts the discrete identifiers of travel region (TR) and travel type (TT) into low-dimensional dense representation vectors, denoted as et tr and et tt ; and then also uses an MLP model to learn the category travel regions ( TR) and category travel type (TT) representation vector and
  • the present invention uses a multi-view attention (View-level Attention) module to model the information content of different types of travel packages, so as to obtain the representation vector of the travel packages.
  • ⁇ t , ⁇ c , ⁇ tr and ⁇ tt represent the attention weights of the title, destination, travel area and travel type of the travel package x j, respectively. Attention to the right to view the title weight ⁇ t as an example, which is calculated as follows:
  • W v and b v are the parameters learned in the neural network, representing The matrix weights and bias vectors of .
  • the unified representation vector of the final travel package x j is the sum of representation vectors on each view with attention weights, calculated as follows:
  • the present invention first obtains the short-term behavior representation vector through the travel package coding module.
  • the present invention also designs a personalized attention network to learn the representation of travel packages clicked or purchased by the same user.
  • the present invention records the weight of the jth travel package clicked or purchased by the user u as This weight can be measured by the interaction importance between the user preference and the travel package representation vector:
  • the representation vector of the short-term preference of the end user can be obtained by summing the representation vector of the travel package context with the attention weight:
  • the present invention also uses Bi-LSTM personalized attention and learning mechanism to the end user preferences characterized by long-l u, l u long term preference characterization and calculation methods as short, but different data input.
  • the present invention in order to integrate the long-term and short-term preferences of user u, the present invention designs a gate-structure fusion network to measure the importance of the long-term and short-term preference vectors, and integrate these information accordingly.
  • the gate structure vector F u is used to control the contribution of the long-term and short-term preference:
  • o u (1-F u ) ⁇ s u +F u ⁇ l u
  • the travel package representation vector is r j and the user u preference representation vector O u described in claim 4, and the goal of the NATR model is to predict a package containing top-K items according to O u and r j
  • the recommendation candidate set of the travel package, the recommendation score is calculated as follows:
  • the NATR model during training the positive label is the next real purchased travel package while negative labels are removed from the travel pack set X
  • z candidate travel packages travel package ⁇ z 1, z 2, ..., z
  • ⁇ calculated recommended value K obtained z out, where ⁇ is the subset sampled from X containing positive and negative labels, ⁇ is the predicted probability of the travel bag of the present invention is then applied to obtain an output NATR softmax function model, i.e., y - softmax (z), where y - is the probability of travel at a session S u being purchased.
  • the loss function based on the purchase probability defined by cross entropy and the real situation can be calculated by the following method:
  • the present invention minimizes the loss function with the help of the Adam optimizer Thereby, the parameters in the NATR model are adjusted to the optimal configuration.
  • Tuniu The e-commerce travel data set used in the present invention is provided by Tuniu, one of the largest online travel platforms in China. Tuniu can provide more than one million travel products and has provided online travel booking services for 15 million customers.
  • the Tuniu dataset mainly consists of clickstream data from page browsing on server logs, which is actually a common setting for studying online shopping behavior analysis.
  • Figure 1 shows three classic travel package examples.
  • a complete travel package usually refers to a series of necessary travel-related elements (such as transportation, attractions, accommodation, features and travel days, etc.) to form different sets, usually consisting of OTA conducts unified customization based on factors such as resource integration, market demand, and cost control.
  • each travel package is mainly composed of four attributes: title, destination, travel area and travel type. Specifically, the textual information of the title attribute is much longer and more detailed than other attributes, while the destination and category (i.e. travel area and travel type) attributes usually consist of several simple identifiers.
  • Figure 2 shows the clickstream segmentation of long- and short-term actions.
  • the session is automatically identified by the SessionID field in the click stream provided by Tuniu.
  • U and X denote the sets of users and travel packages, respectively.
  • each session of user u It can be expressed as in is a session the number of packages included, represents the jth travel package operated by user u, Represents the type of action (eg click or buy).
  • the present invention selects the most recent session before the user purchases As the short-term behavior of user u, denoted as Su , and the remaining session as the long-term behavior of user u, denoted as
  • Figure 3 shows a classic travel package recommendation scenario of OTA.
  • the interests of online users change dynamically over time.
  • user behaviors naturally form clickstreams over time, and these historical and current clickstreams can dynamically reveal users’ long- and short-term preferences.
  • the user may be interested in the travel package of Nanjing short-term tour.
  • the present invention adopts a session-based recommendation method that only uses the current click stream as input (as shown by the red box in Fig. 3)
  • another series of popular travel packages related to Nanjing tour will be recommended.
  • the user's historical clickstream information suggests that he may be interested in short-term travel packages in Shanghai.
  • the existing researches all use content-based recommendation methods that rely on collaborative filtering and matrix factorization, which can only model users' static interests and cannot capture user dynamics from users' complete clickstream sequence data. changes in interest.
  • the long-term preferences contained in historical clickstream data of online users always influence users' current decisions. For example, if the present invention simply splices long-term and short-term clickstreams into the model of collaborative filtering and matrix factorization, other travel packages similar to Nanjing and Shanghai will be recommended (as shown in the green box in Figure 3). ). In fact, the user shown may plan to purchase a package that includes a series of city tours adjacent to the historical and current clickstream (shown in the blue box in Figure 5.1). However, most of the traditional methods are based on the interaction matrix of users and items in short sessions, and how to perfectly combine long-term preferences with short-term preferences remains to be explored.
  • Figure 4 shows a novel NATR model framework designed based on deep learning architecture.
  • the NATR model can be used for personalized travel package recommendation.
  • the model consists of two core components, namely, Travel Package Encoder and User Interest Encoder. Preference Encoder).
  • Travel Package Encoder module a unified travel package representation is learned by using word-level and view-level attention networks to select important words and views from the attributes of the travel package.
  • User Preference Encoder module the dynamic evolution of user preferences is learned through a recurrent neural network (RNN) with an attention mechanism at the tourist bag level, instead of using traditional collaborative filtering and matrix factorization models in the matching stage.
  • RNN recurrent neural network
  • a gate structure fusion method is proposed to integrate users' long-term and short-term preferences to learn user representations.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • General Engineering & Computer Science (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Databases & Information Systems (AREA)
  • Business, Economics & Management (AREA)
  • Evolutionary Computation (AREA)
  • Computational Linguistics (AREA)
  • Accounting & Taxation (AREA)
  • Health & Medical Sciences (AREA)
  • Biomedical Technology (AREA)
  • Biophysics (AREA)
  • Finance (AREA)
  • General Health & Medical Sciences (AREA)
  • Molecular Biology (AREA)
  • Computing Systems (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Evolutionary Biology (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Development Economics (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Strategic Management (AREA)
  • General Business, Economics & Management (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

Disclosed are a travel package recommendation method based on a multi-view attention mechanism. A unified representation of a travel package is learned by means of deep learning technology, and a preference representation of a user is learned according to long-term and short-term click stream data of an online travel user to generate a recommendation. The method includes travel package encoding and user preference encoding. In a travel package encoding module, important words and views are selected from attributes of the travel package by using attention networks at a word level and a view level, so as to learn a unified travel package representation; and in a user preference encoding module, the dynamic evolution of a user preference is learned by means of a recurrent neural network (RNN) with an attention mechanism at a travel package level. Further provided is a gate structure fusion method, which is used for integrating long-term and short-term preferences of a user in order to learn a representation of the user. By means of the travel package recommendation method based on a multi-view attention mechanism in the present invention, useful information in a negative sample can be effectively mined, and the computing costs of model training can be reduced.

Description

一种基于多视图注意力机制的旅游包推荐方法A travel package recommendation method based on multi-view attention mechanism 技术领域technical field
本发明涉及信息科学领域,提供了一种基于多视图注意力机制的旅游包推荐方法。The invention relates to the field of information science, and provides a travel package recommendation method based on a multi-view attention mechanism.
背景技术Background technique
近年来,随着互联网高速发展,旅游是在电子商务领域最成功和最受益的产业之一。在旅游电子商务中,越来越多的游客通过各种各样的在线平台收集更丰富、全面、个性化的旅游信息用于他们的旅游行程规划。因此,产生了大量的在线旅游数据,电子商务旅游平台(Online Travel Agency,OTA)也亟需通过一些新颖的数据分析和挖掘的技术手段去实现商务的潜能。旅游包通常指的是一组包含一系列包含旅游相关内容的集成包,如出发和目的地城市,旅游路线文本描述,旅游成本,行程天数,交通,住宿,分类等。大量研究已经进行了旅游包个性化推荐的研究。基于线下旅行社提供的消费数据,他们发现与传统产品相比(如电影,书籍和杂货),旅游包具有截然不同的领域特点。大多数基于用户点击流(会话)的旅游包推荐模型仅仅利用了用户当前的实时点击流数据,而忽视了历史点击流数据。另外一种推荐模型为基于用户的个性化推荐模型,实际上,随着时间的推移用户的交互行为自然形成一个行为序列,用户的长期的稳定偏好可以通过历史的行为数据刻画,短期的动机和需求可以通过当前的行为数据刻画。因此,一个较为完善的推荐模型需要考虑到用户偏好的动态变化,即不仅要考虑用户当前会话的交互信息,也要考虑到用户历史的行为信息。In recent years, with the rapid development of the Internet, tourism is one of the most successful and beneficial industries in the field of e-commerce. In travel e-commerce, more and more tourists collect richer, comprehensive and personalized travel information through various online platforms for their travel itinerary planning. Therefore, a large amount of online travel data has been generated, and the e-commerce travel platform (Online Travel Agency, OTA) also urgently needs to realize the potential of business through some novel data analysis and mining technical means. A travel package usually refers to a set of integrated packages that contain a series of travel-related content, such as departure and destination cities, travel route text description, travel cost, travel days, transportation, accommodation, classification, etc. Numerous studies have been conducted on the personalized recommendation of travel packages. Based on consumption data provided by offline travel agencies, they found that travel packages have distinct domain characteristics compared to traditional products such as movies, books, and groceries. Most travel package recommendation models based on user clickstream (session) only utilize the user's current real-time clickstream data, while ignoring historical clickstream data. Another recommendation model is the user-based personalized recommendation model. In fact, the user's interactive behavior naturally forms a behavior sequence over time, and the user's long-term stable preference can be characterized by historical behavior data, short-term motivation and Requirements can be characterized by current behavioral data. Therefore, a relatively complete recommendation model needs to take into account the dynamic changes of user preferences, that is, not only the interaction information of the user's current session, but also the user's historical behavior information.
深度学习是机器学习领域一个重要的研究方向,近年来在模式识别、自然语言处理、图像识别和自动驾驶等领域取得了突破性进展。截止目前,深度学习已经成为人工智能的一个热潮,为推荐系统的研究也带来了新的机遇和视野。深度学习可通过学习一种深层次非线性网络结构,表征用户和项目相关的海量数据,具有强大的从样本中学习数据集本质特征的能力,能够获取用户和项目的深层次特征表示。另一方面,深度学习通过从多源异构数据中进行自动特征学习,从而将不同数据映射到一个相同的隐空间,能够获得数据的统一表征。而目前在大多数电子商务平台的推荐模型中(如淘宝、天猫和亚马逊),更多采用是基于协同过滤改进的推荐模型,此类模型只能考虑用户的静态兴趣,而不能捕获用户的动态兴趣。因此,越来越多的学者将深度学习融入推荐系统中,研究如何整合海量的多源异构数据,构建更加贴合用户偏好需求的用户模型,以提高推 荐系统的性能和用户满意度。作为本发明的贡献之一,本发明将展示一个特定的模型用于旅游包个性化推荐,它融合了多视图学习和注意力机制学习。Deep learning is an important research direction in the field of machine learning. In recent years, breakthroughs have been made in the fields of pattern recognition, natural language processing, image recognition and autonomous driving. Up to now, deep learning has become a craze in artificial intelligence, bringing new opportunities and horizons to the research of recommender systems. Deep learning can characterize massive data related to users and items by learning a deep nonlinear network structure. On the other hand, deep learning can obtain a unified representation of data by performing automatic feature learning from multi-source heterogeneous data, thereby mapping different data to the same latent space. At present, in the recommendation models of most e-commerce platforms (such as Taobao, Tmall and Amazon), more recommendation models based on collaborative filtering are used. Such models can only consider the static interests of users, but cannot capture the user's Dynamic interest. Therefore, more and more scholars integrate deep learning into recommendation systems, and study how to integrate massive multi-source heterogeneous data to build a user model that is more in line with user preferences, so as to improve the performance of recommendation systems and user satisfaction. As one of the contributions of the present invention, the present invention will present a specific model for personalized recommendation of travel packages, which integrates multi-view learning and attention mechanism learning.
发明内容SUMMARY OF THE INVENTION
发明目的:为了克服现有技术中存在的不足,本发明的示例性实施充分利用了在线旅游网站中用户的长期和短期的点击流数据,研究一种基于多视图注意力机制的旅游包推荐方法。具体而言,NATR主要由两个核心模块构成:旅游包编码(Travel Package Encoder)和用户兴趣编码(User Preference Encoder)。具体而言,本章节的研究贡献总结如下:(i)为了从旅游包的4种属性中准确地学习旅游包表征,在Travel Package Encoder模块中提出了一种多视图注意力机制的方法来学习统一的旅游包表征。与已有研究利用特殊辅助信息来提高推荐准确性的方法不同是,该模块采用了单词级和视图级的注意力机制分别对重要的、信息丰富的单词和视图进行有效的选择;(ii)为了从用户整体序列行为数据中捕捉兴趣动态的演化,在User Preference Encoder模块中设计了两个带有注意力机制的双向长短记忆神经网络(Bi-LSTM),分别从用户历史和当前点击流中动态学习用户的长短期偏好。与传统基于会话的推荐方法不同是,具有注意力机制的Bi-LSTM神经网络可以从用户的连续点击流中选择重要的旅游包来精确地表示用户的偏好;(iii)为了更好地集成用户长期偏好和短期偏好,进一步提出了一种门结构融合网络,这种门结构网络融合了它们的相关信息,而不是简单地进行组合。与注意力网络标量的权重不同的是,门结构向量具有更强的表征能力来控制这两种偏好的重要性。Purpose of the invention: In order to overcome the deficiencies in the prior art, the exemplary implementation of the present invention makes full use of the long-term and short-term clickstream data of users in online travel websites, and studies a travel package recommendation method based on a multi-view attention mechanism . Specifically, NATR is mainly composed of two core modules: Travel Package Encoder and User Preference Encoder. Specifically, the research contributions of this chapter are summarized as follows: (i) In order to accurately learn the travel package representation from the four attributes of the travel package, a multi-view attention mechanism method is proposed in the Travel Package Encoder module to learn Unified travel package characterization. Different from existing research methods that utilize special auxiliary information to improve recommendation accuracy, this module adopts word-level and view-level attention mechanisms to effectively select important and informative words and views, respectively; (ii) In order to capture the dynamic evolution of interest from the user's overall sequence behavior data, two bidirectional long-short-term memory neural networks (Bi-LSTM) with attention mechanism are designed in the User Preference Encoder module. Dynamically learn users' long-term and short-term preferences. Different from traditional session-based recommendation methods, the Bi-LSTM neural network with attention mechanism can select important travel packages from the user's continuous clickstream to accurately represent the user's preference; (iii) in order to better integrate the user Long-term preference and short-term preference, we further propose a gate-structure fusion network that fuses their relevant information instead of simply combining them. Unlike the weights of the attention network scalar, the gate structure vector has stronger representational power to control the importance of these two preferences.
技术方案:Technical solutions:
一种基于多视图注意力机制的旅游包推荐方法,包括如下步骤:A travel package recommendation method based on a multi-view attention mechanism, comprising the following steps:
步骤1):构建旅游包编码模块,即统一的旅游包的表征学习模块,得到旅游包编码模块学习后的表征向量为r jStep 1): constructing a travel package coding module, i.e. the representation learning module of a unified travel package, obtaining the representation vector after the learning of the travel package coding module is r j ;
步骤2):构建用户长期偏好编码模块和和用户短期偏好编码模块,即用户的长期兴趣表征学习模块和用户的短期兴趣表征学习模块,得到短期行为表征向量s u和长期行为表征向量l uStep 2): constructing a user long-term preference coding module and a user short-term preference coding module, that is, the user's long-term interest representation learning module and the user's short-term interest representation learning module, to obtain a short-term behavior representation vector s u and a long-term behavior representation vector l u ;
步骤3):设计门结构融合网络模块,将步骤2得到的短期行为表征向量s u和长期行为表征向量l u作为门结构融合网络模块的输入,得到用户u的偏好表征向量O uStep 3): design a gate structure fusion network module, use the short-term behavior representation vector s u and long-term behavior representation vector l u obtained in step 2 as the input of the gate structure fusion network module, and obtain the preference representation vector O u of the user u;
步骤4):通过NATR模型,即Neural Attentive Travel package Recommendation模型计算推荐分值:z k=O u Tr j,通过Adam优化器来最小化损失函数,将NATR模型中的参数调为最优配置。 Step 4): Calculate the recommendation score through the NATR model, that is, the Neural Attentive Travel package Recommendation model: z k =O u T r j , use the Adam optimizer to minimize the loss function, and adjust the parameters in the NATR model to the optimal configuration .
进一步地,步骤1)中,旅游包编码模块依据旅游包的四种属性进行表征学习,所述四种属性包括旅游包的标题、目的地、旅游区域和旅游类型,该模块采用了单词级和视图级的注意机制分别对单词和视图进行有效的选择,给定一个旅游包x j,x j=<Title,Destination,Categories>,标题即Title包括国家/城市、景点、酒店交通和行程天数等,目的地即Destination包括一个或者少数几个单词组成的标识,通常由城市或者国家名称表示,类别即Categories包括从旅游区域(Travel Region)和旅游类型(Travel Type),经过旅游包编码模块学习后的表征向量为r jFurther, in step 1), the travel bag coding module carries out representation learning according to four attributes of the travel bag, and the four attributes include the title, destination, travel area and travel type of the travel bag, and this module adopts word-level and The view-level attention mechanism effectively selects words and views respectively. Given a travel package x j , x j =<Title,Destination,Categories>, the title i.e. Title includes country/city, attractions, hotel transportation and travel days, etc. , Destination is an identifier consisting of one or a few words, usually represented by a city or country name, and Category is a category including Travel Region and Travel Type. After learning from the travel package coding module The characterization vector of is r j .
进一步地,步骤2)中,用户长期和短期偏好编码模块分别设计了两个带有注意力机制的双向长短记忆神经网络(Bi-directional Long Short-term Memory,Bi-LSTM),分别从用户历史和当前点击流中动态学习用户的长短期偏好,有注意力机制Bi-LSTM神经网络可以从用户的连续点击流中选择重要的旅游包来精确地表示用户的偏好,用户长期和短期偏好编码模块的用户长期和短期偏好的表征向量通过带有注意力权重的旅游包上下文表征向量之和求得,给定一个目标用户u,令其短期行为和长期行为分别记为S u和L u,则该用户的短期和长期的行为表征向量分别记为s u和l uFurther, in step 2), the user's long-term and short-term preference coding modules respectively design two bidirectional long-short-term memory neural networks (Bi-directional Long Short-term Memory, Bi-LSTM) with an attention mechanism. and the current clickstream to dynamically learn the user’s long-term and short-term preferences, the Bi-LSTM neural network with attention mechanism can select important travel packages from the user’s continuous clickstream to accurately represent the user’s preference, and the user’s long-term and short-term preference encoding module The representation vectors of long-term and short-term preferences of users are obtained by the sum of the travel package context representation vectors with attention weights. Given a target user u, let its short-term behavior and long-term behavior be denoted as S u and Lu , respectively, then short and long term behavior of the user characterization vectors and are denoted as s u l u.
进一步地,步骤3)具体为,令用户偏好查询向量为q u,并将短期偏好向量s u和长期偏好向量l u作为输入,门结构向量F u用于控制长短期偏好的贡献度: Further, step 3) is specifically, let the user preference query vector be q u , take the short-term preference vector s u and the long-term preference vector lu as input, and the gate structure vector F u is used to control the contribution of long-term and short-term preference:
F u=sigmod(W qq u+W ss u+W ll u+b u), F u =sigmod(W q q u +W s s u +W l l u +b u ),
其中W q,W s,W l和b u是学习的神经网络投影的参数,分别代表模型中q u,s u,l u的权重矩阵,以及偏置向量,最终输出的用户u的偏好表征向量O u可通过以下方法计算: Wherein W q, W s, W l and B u are parameters of the neural network projection learning model Q u represent, s u, l u weight matrix, and a bias vector, preference characterizing the user of the final output of u The vector O u can be calculated by:
O u=(1-F u)⊙s u+F u⊙l uO u =(1-F u )⊙s u +F u ⊙l u ,
其中,⊙是向量内积符号。where ⊙ is the vector inner product symbol.
进一步地,步骤4)具体为,在NATR模型训练阶段,积极的标签是下一个真实购 买的旅游包
Figure PCTCN2021095763-appb-000001
而消极的标签是从旅游包集合X中除去
Figure PCTCN2021095763-appb-000002
进行log-uniform采样形成的旅游包集合,在获得用户偏好向量O u和旅游包的表征向量r j之后,候选旅游包中的旅游包z={z 1,z 2,...,z |k|}推荐分值z k可计算得出,推荐分值计算如下:
Further, step 4) is specifically, in the NATR model training stage, the positive label is the next real purchased travel package
Figure PCTCN2021095763-appb-000001
while negative labels are removed from the travel pack set X
Figure PCTCN2021095763-appb-000002
The set of travel packages formed by log-uniform sampling, after obtaining the user preference vector O u and the characterization vector r j of the travel package, the travel package z in the candidate travel package z={z 1 ,z 2 ,...,z | The recommended score z k can be calculated, and the recommended score is calculated as follows:
z k=O u Tr jz k =O u T r j ,
κ是从X中抽样的包含积极和消极标签的子集,︳ ︳表示集合的模,X表示旅游包集合;κ is the subset containing positive and negative labels sampled from X, ︳ ︳ represents the norm of the set, and X represents the set of travel packages;
κ中旅游包的预测概率为
Figure PCTCN2021095763-appb-000003
应用softmax函数去获取NATR模型的输出,即y -=softmax(z),y -是所有旅游包在会话S u中分别被购买的概率,
Figure PCTCN2021095763-appb-000004
为第|k|个旅游包被购买的概率。
The predicted probability of the travel package in κ is
Figure PCTCN2021095763-appb-000003
Application softmax function to obtain an output NATR model, i.e., y - = softmax (z), y - is the probability that all travel at a session S u respectively purchased,
Figure PCTCN2021095763-appb-000004
is the probability that the |k|th travel package is purchased.
对于每一个用户,基于交叉熵定义的购买概率和真实情况的损失函数可通过以下方法计算:For each user, the loss function based on the purchase probability defined by cross entropy and the real situation can be calculated by the following method:
Figure PCTCN2021095763-appb-000005
Figure PCTCN2021095763-appb-000005
其中y j是旅游包x j被真实购买的概率分布,具体而言,如果x j是积极标签,则y j=1,反之y j=0 where y j is the probability distribution that the travel package x j is actually purchased, specifically, if x j is a positive label, then y j = 1, otherwise y j = 0
有益效果:本发明构建一个新颖的多视图注意力模型Neural Attentive Travel package Recommendation(NATR)用于个性化旅游包推荐,能够对复杂的旅游包描述信息进行表征学习,动态地捕捉用户兴趣的动态变化,能够有效地融合用户长短期兴趣偏好,在用户兴趣编码模块中,通过带有旅游包层面的注意力机制的递归神经网络(RNN)来学习用户偏好的动态演化,而不是在匹配阶段使用传统的协同过滤和矩阵分解模型。门结构融合网络更好地集成用户长期偏好和短期偏好,这种门结构网络融合了它们的相关信息,而不是简单地进行组合,与注意力网络标量的权重不同的是,门结构向量具有更强的表征能力来控制这两种偏好的重要性。本发明借助Adam优化器来最小化损失函数
Figure PCTCN2021095763-appb-000006
从而将NATR模型中的参数调为最优配置,与现有的推荐方法相比,该方法能有效地挖 掘出负样本中的有用信息,进一步降低了模型训练的计算成本,因此,本发明的NATR模型可以更容易地在大量的电子商务旅游点击流数据上进行训练。
Beneficial effects: The present invention constructs a novel multi-view attention model Neural Attentive Travel package Recommendation (NATR) for personalized travel package recommendation, which can perform representation learning on complex travel package description information and dynamically capture the dynamic changes of user interests , which can effectively integrate users’ long-term and short-term interest preferences. In the user interest coding module, the dynamic evolution of user preferences is learned through a recurrent neural network (RNN) with an attention mechanism at the tourist package level, instead of using traditional methods in the matching stage. Collaborative filtering and matrix factorization models. The gate structure fusion network better integrates the user's long-term preferences and short-term preferences. This gate structure network fuses their related information instead of simply combining them. Different from the weight of the attention network scalar, the gate structure vector has more The importance of strong representational ability to control both preferences. The present invention minimizes the loss function with the help of the Adam optimizer
Figure PCTCN2021095763-appb-000006
Therefore, the parameters in the NATR model are adjusted to the optimal configuration. Compared with the existing recommendation method, the method can effectively mine the useful information in the negative samples, and further reduce the computational cost of model training. Therefore, the method of the present invention NATR models can be more easily trained on large amounts of e-commerce travel clickstream data.
附图说明Description of drawings
图1是旅游包样例展示;Figure 1 is a sample display of the travel package;
图2是融合用户长期和短期行为的旅游包推荐;Figure 2 is a travel package recommendation that integrates long-term and short-term behaviors of users;
图3是长短期行为的点击流划分;Figure 3 is the click stream division of long-term and short-term behaviors;
图4是NATR旅游包推荐模型的框架。Figure 4 is the framework of the NATR travel package recommendation model.
具体实施方式detailed description
下面结合附图对本发明作进一步说明:The present invention will be further described below in conjunction with the accompanying drawings:
如图1所示,根据本发明的示例性实施例,提供了一种基于多视图注意力机制的旅游包推荐方法,包括以下步骤:As shown in FIG. 1 , according to an exemplary embodiment of the present invention, a method for recommending travel packages based on a multi-view attention mechanism is provided, including the following steps:
步骤1):构建旅游包编码模块,即统一的旅游包的表征学习模块,得到旅游包编码模块学习后的表征向量为r jStep 1): constructing a travel package coding module, i.e. the representation learning module of a unified travel package, obtaining the representation vector after the learning of the travel package coding module is r j ;
步骤2):构建用户长期偏好编码模块和和用户短期偏好编码模块,即用户的长短期兴趣表征学习模块和用户的短期兴趣表征学习模块;Step 2): constructing a user's long-term preference coding module and a user's short-term preference coding module, namely the user's long-term and short-term interest representation learning module and the user's short-term interest representation learning module;
步骤3):设计门结构融合网络,得到用户u的偏好表征向量O uStep 3): design a gate structure fusion network to obtain the preference representation vector O u of user u;
步骤4):通过NATR(Neural Attentive Travel package Recommendation)模型,计算推荐分值:z k=O u Tr j,通过Adam优化器来最小化损失函数,将NATR模型中的参数调为最优配置,所述参数为门结构融合网络中的投影参数W q,W s,W l和b uStep 4): Calculate the recommendation score through the NATR (Neural Attentive Travel package Recommendation) model: z k =O u T r j , use the Adam optimizer to minimize the loss function, and adjust the parameters in the NATR model to the optimal configuration , the parameters are the projection parameters W q , W s , W l and bu in the gate structure fusion network.
在示例性实施例中,所述的旅游包x j通常指的是包含一些旅游相关必要元素的集合,可由一个多元组x j=<Title,Destination,Categories>表示,标题(Title)是一个旅游包简单描述的属性,包含国家/城市、景点、酒店交通和行程天数等。目的地(Destination)是由一个或者少数几个单词组成的标识,通常由城市或者国家名称表示。类别(Categories)是一个从旅游区域(Travel Region)和旅游类型(Travel Type)这个两个角度对 旅游包类型的描述。具体来说,第一类是根据旅游区域对旅游包进行划分,因此每个旅游包都分为本地/周边游,国内短线/长线游和海外短途/长途游,另一类是依据旅游类型对旅游包进行划分,包括途牛特约游,参团游,自驾游,自助游,公司包团游,本地参团游等。 In an exemplary embodiment, the travel package x j generally refers to a set containing some necessary elements related to travel, which can be represented by a tuple x j =<Title,Destination,Categories>, and the title (Title) is a travel A brief description of attributes, including country/city, attractions, hotel transportation, and travel days, etc. A destination is an identifier consisting of one or a few words, usually represented by a city or country name. Category (Categories) is a description of the type of travel package from the perspective of travel region (Travel Region) and travel type (Travel Type). Specifically, the first category is to divide travel packages according to the travel area, so each travel package is divided into local/surrounding tours, domestic short-distance/long-distance tours and overseas short-distance/long-distance tours, and the other type is based on the type of travel. Travel packages are divided, including Tuniu special tours, group tours, self-driving tours, self-guided tours, company package tours, local tours, etc.
旅游包编码模块将旅游的标题,目的地和类别作为旅游包不同的表征视图,旨在从这些视图里学习一个统一的旅游包的表征。由于不同类型的旅游包信息应该区分处理,同样不同的单词在同一个旅游包标题中的重要性是不同的,本发明设计了一个单词层面和视图层面的注意力网络去选择重要的单词和视图用于学习旅游包的表征。The package coding module treats the title, destination and category of tours as different representational views of the tour package, and aims to learn a unified representation of the tour package from these views. Since different types of travel package information should be handled differently, the importance of different words in the same travel package title is different. The present invention designs a word-level and view-level attention network to select important words and views. Representation for learning travel packages.
标题编码模块的输入为旅游标题分词后的序列{w 1,w 2,...,w I},其中I为该标题包含单词的数量。本发明首先使用一个谷歌开源word2ve项目来将标题转换为嵌入式向量
Figure PCTCN2021095763-appb-000007
其次,将标题的嵌入式向量作为Bi-LSTM模型的输入,通过前向和反向的LSTM可以分别获得网络的输出,即:标题最终隐藏层的向量
Figure PCTCN2021095763-appb-000008
最后,嵌入用户u的标识符到一个表征向量中作为用户的偏好向量q u,令
Figure PCTCN2021095763-appb-000009
代表旅游包标题中的第i个单词的注意力权重,其计算方法如下:
The input of the title encoding module is the sequence {w 1 ,w 2 ,...,w I } after word segmentation of the travel title, where I is the number of words contained in the title. The present invention first uses a Google open source word2ve project to convert titles into embedded vectors
Figure PCTCN2021095763-appb-000007
Secondly, the embedded vector of the title is used as the input of the Bi-LSTM model, and the output of the network can be obtained respectively through the forward and reverse LSTM, namely: the vector of the final hidden layer of the title
Figure PCTCN2021095763-appb-000008
Finally, embed the identifier of user u into a representation vector as the user's preference vector q u , let
Figure PCTCN2021095763-appb-000009
Represents the attention weight of the i-th word in the title of the travel package, which is calculated as follows:
Figure PCTCN2021095763-appb-000010
Figure PCTCN2021095763-appb-000010
Figure PCTCN2021095763-appb-000011
Figure PCTCN2021095763-appb-000011
其中,W t和b t是神经网络中学习的参数,分别代表标题编码模块中的权重矩阵和偏置向量,最终旅游包x j的标题表征是所有带有权重的单词语境表征向量之和: Among them, W t and b t are the parameters learned in the neural network, representing the weight matrix and bias vector in the title encoding module, respectively, and the title representation of the final travel package x j is the sum of all word context representation vectors with weights :
Figure PCTCN2021095763-appb-000012
Figure PCTCN2021095763-appb-000012
目的地编码模块的输入为旅游目的地的标识符。本发明首先将离散型的目的地标识符转化为低维度的表征向量e c;然后使用一个多层感知机(Multi-layer Perceptron,MLP)模型来学习旅游包x j的目的地表征向量: The input to the destination encoding module is the identifier of the travel destination. The present invention first converts discrete destination identifiers into low-dimensional representation vectors e c ; then uses a Multi-layer Perceptron (MLP) model to learn the destination representation vectors of travel package x j:
Figure PCTCN2021095763-appb-000013
Figure PCTCN2021095763-appb-000013
其中W c和b c是神经网络中学习的参数,分别代表目的地编码模块中e c的权重矩阵和偏置向量。 where W c and b c are the parameters learned in the neural network and represent the weight matrix and bias vector of e c in the destination encoding module, respectively.
类别编码模块的输入为旅游包的旅行区域(Travel Region,TR)和旅行类型(Travel Type,TT)。本发明首先将旅行区域(TR)和旅行类型(TT)的离散标识符分别转换为低维稠密的表征向量,记为e tr和e tt;然后同样使用一个MLP模型来分别学习类别旅行区域(TR)和类别旅行类型(TT)的表征向量
Figure PCTCN2021095763-appb-000014
Figure PCTCN2021095763-appb-000015
The input of the category coding module is the travel region (Travel Region, TR) and the travel type (Travel Type, TT) of the travel package. The present invention firstly converts the discrete identifiers of travel region (TR) and travel type (TT) into low-dimensional dense representation vectors, denoted as et tr and et tt ; and then also uses an MLP model to learn the category travel regions ( TR) and category travel type (TT) representation vector
Figure PCTCN2021095763-appb-000014
and
Figure PCTCN2021095763-appb-000015
本发明使用多视图注意力(View-level Attention)模块对不同类型的旅游包信息量进行建模,从而获得旅游包的表征向量。令α t,α c,α tr和α tt分别代表旅游包x j的标题,目的地,旅游区域和旅游类型的注意力权重。以标题视图的注意力权重α t为例,其计算方式如下: The present invention uses a multi-view attention (View-level Attention) module to model the information content of different types of travel packages, so as to obtain the representation vector of the travel packages. Let α t , α c , α tr and α tt represent the attention weights of the title, destination, travel area and travel type of the travel package x j, respectively. Attention to the right to view the title weight α t as an example, which is calculated as follows:
Figure PCTCN2021095763-appb-000016
Figure PCTCN2021095763-appb-000016
Figure PCTCN2021095763-appb-000017
Figure PCTCN2021095763-appb-000017
其中,W v和b v是神经网络中学习的参数,分别代表
Figure PCTCN2021095763-appb-000018
的矩阵权重和偏置向量。
Among them, W v and b v are the parameters learned in the neural network, representing
Figure PCTCN2021095763-appb-000018
The matrix weights and bias vectors of .
最终旅游包x j的统一表征向量是带有注意力权重的每一个视图上的表征向量之和,计算方法如下: The unified representation vector of the final travel package x j is the sum of representation vectors on each view with attention weights, calculated as follows:
Figure PCTCN2021095763-appb-000019
Figure PCTCN2021095763-appb-000019
在示例性实施例中,用户长期和短期偏好编码模块旨在通过用户短期行为数据S u和长期行为数据L u来学习用户u的长短期表征向量。以短期兴趣编码模块为例,本发明首先通过旅游包编码模块获得短期行为的表征向量
Figure PCTCN2021095763-appb-000020
其次,借助Bi-LSTM模型去学习其短期的兴趣动机,从而获得最终的输出状态
Figure PCTCN2021095763-appb-000021
即为旅游包x j的表征向量。为了针对不同用户对同一旅游包的不同信息量进行建模,本发明还设计了一个性化的注意力网络来学习同一用户点击或购买的旅游包的表征。本发明将用户u点击或者购买过的第j个旅游包的权重记为
Figure PCTCN2021095763-appb-000022
该权重可以通过用户偏好和旅游包表征向 量之间的交互重要性进行度量:
In an exemplary embodiment, the user preferences encoding module long and short and long-term behavioral intended data S L u u user data to learn the short and long term behavior characterization vector of user u. Taking the short-term interest coding module as an example, the present invention first obtains the short-term behavior representation vector through the travel package coding module.
Figure PCTCN2021095763-appb-000020
Second, use the Bi-LSTM model to learn its short-term interest motivation to obtain the final output state
Figure PCTCN2021095763-appb-000021
is the representation vector of the travel package x j. In order to model different information amounts of the same travel package for different users, the present invention also designs a personalized attention network to learn the representation of travel packages clicked or purchased by the same user. The present invention records the weight of the jth travel package clicked or purchased by the user u as
Figure PCTCN2021095763-appb-000022
This weight can be measured by the interaction importance between the user preference and the travel package representation vector:
Figure PCTCN2021095763-appb-000023
Figure PCTCN2021095763-appb-000023
Figure PCTCN2021095763-appb-000024
Figure PCTCN2021095763-appb-000024
其中,W p和b p是投影的参数,
Figure PCTCN2021095763-appb-000025
中m=1到M,代表求和功能。最终用户短期偏好的表征向量可以通过带有注意力权重的旅游包上下文表征向量之和求得:
where W p and b p are the parameters of the projection,
Figure PCTCN2021095763-appb-000025
where m=1 to M, representing the summation function. The representation vector of the short-term preference of the end user can be obtained by summing the representation vector of the travel package context with the attention weight:
Figure PCTCN2021095763-appb-000026
Figure PCTCN2021095763-appb-000026
其中,|S u|是短期行为数据S u包含的旅游包数量。 where |S u | is the number of travel packages included in the short-term behavior data S u.
类似地,本发明同样使用了Bi-LSTM和个性化注意力机制去学习最终的用户长期偏好表征l u,长期偏好表征l u和短期的计算方法一样,只是输入的数据不同。 Similarly, the present invention also uses Bi-LSTM personalized attention and learning mechanism to the end user preferences characterized by long-l u, l u long term preference characterization and calculation methods as short, but different data input.
在示例性实施例中,为了集成用户u的长期和短期偏好,本发明设计了一种门结构融合网络来衡量长期和短期偏好向量的重要性,并相应地集成这些信息。将短期偏好向量s u和长期偏好向量l u作为输入,门结构向量F u用于控制长短期偏好的贡献度: In an exemplary embodiment, in order to integrate the long-term and short-term preferences of user u, the present invention designs a gate-structure fusion network to measure the importance of the long-term and short-term preference vectors, and integrate these information accordingly. Taking the short-term preference vector s u and the long-term preference vector l u as input, the gate structure vector F u is used to control the contribution of the long-term and short-term preference:
o u=(1-F u)⊙s u+F u⊙l u o u =(1-F u )⊙s u +F u ⊙l u
其中,⊙是向量内积符号。where ⊙ is the vector inner product symbol.
在示例性实施例中,所述的旅游包表征向量为r j和权利要求4所述的用户u偏好表征向量O u,NATR模型的目标是依据O u和r j预测一个包含top-K个旅游包的推荐候选集,推荐分值计算如下: In an exemplary embodiment, the travel package representation vector is r j and the user u preference representation vector O u described in claim 4, and the goal of the NATR model is to predict a package containing top-K items according to O u and r j The recommendation candidate set of the travel package, the recommendation score is calculated as follows:
z k=O u Tr jz k =O u T r j .
在示例性实施例中,所述的NATR模型在训练过程中,积极的标签是下一个真实购买的旅游包
Figure PCTCN2021095763-appb-000027
而消极的标签是从旅游包集合X中除去
Figure PCTCN2021095763-appb-000028
进行log-uniform采样形成的旅游包集合。在获得用户偏好向量O u和旅游包的表征向量r j之后,候选旅游包中的旅游包z={z 1,z 2,...,z |k|}推荐分值z k可计算得出,其中κ是从X中抽样的包含积极和消极标签的子集,
Figure PCTCN2021095763-appb-000029
是κ中旅游包的预测概率然后本发明应用softmax函数去 获取NATR模型的输出,即y -=softmax(z),其中y -是旅游包在会话S u中被购买的概率。
In an exemplary embodiment, the NATR model during training, the positive label is the next real purchased travel package
Figure PCTCN2021095763-appb-000027
while negative labels are removed from the travel pack set X
Figure PCTCN2021095763-appb-000028
A collection of travel packages formed by log-uniform sampling. After obtaining the user preference vector characterizing vector r O u travel packages and j, z candidate travel packages travel package = {z 1, z 2, ..., z | k |} calculated recommended value K obtained z out, where κ is the subset sampled from X containing positive and negative labels,
Figure PCTCN2021095763-appb-000029
Κ is the predicted probability of the travel bag of the present invention is then applied to obtain an output NATR softmax function model, i.e., y - = softmax (z), where y - is the probability of travel at a session S u being purchased.
对于每一个用户,基于交叉熵定义的购买概率和真实情况的损失函数可通过以下方法计算:For each user, the loss function based on the purchase probability defined by cross entropy and the real situation can be calculated by the following method:
Figure PCTCN2021095763-appb-000030
Figure PCTCN2021095763-appb-000030
其中y j是旅游包x j被真实购买的概率分布。具体而言,如果x j是积极标签,则y j=1,反之y j=0。此处,本发明借助Adam优化器来最小化损失函数
Figure PCTCN2021095763-appb-000031
从而将NATR模型中的参数调为最优配置。
where y j is the probability distribution that the travel package x j is actually purchased. Specifically, if x j is a positive label, then y j =1, otherwise y j =0. Here, the present invention minimizes the loss function with the help of the Adam optimizer
Figure PCTCN2021095763-appb-000031
Thereby, the parameters in the NATR model are adjusted to the optimal configuration.
本发明使用的电子商务旅游数据集由一个中国最大的在线旅行平台之一的Tuniu提供,Tuniu能够提供了一百万余个旅游产品,已经为提供1500万的客户提供了在线旅游预订服务。Tuniu数据集主要由从服务器日志上的页面浏览点击流数据组成,这实际上是研究在线购物行为分析的常见设置。The e-commerce travel data set used in the present invention is provided by Tuniu, one of the largest online travel platforms in China. Tuniu can provide more than one million travel products and has provided online travel booking services for 15 million customers. The Tuniu dataset mainly consists of clickstream data from page browsing on server logs, which is actually a common setting for studying online shopping behavior analysis.
图1展示了3个经典的旅游包样例,完整的旅游包通常指的是包含一系列必要的旅游相关元素(如交通、景点、食宿、特色和行程天数等)组成不同集合,通常由OTA结合资源整合,市场需求以及成本控制等因素进行统一的定制。例如,从图1可以看出每个旅游包主要由标题,目的地,旅游区域和旅游类型这4种属性组成。具体而言,标题属性的文本信息比其他属性长得多,也更加详细,而目的地和类别(即旅游区域和旅游类型)属性通常由几个简单的标识词组成。Figure 1 shows three classic travel package examples. A complete travel package usually refers to a series of necessary travel-related elements (such as transportation, attractions, accommodation, features and travel days, etc.) to form different sets, usually consisting of OTA conducts unified customization based on factors such as resource integration, market demand, and cost control. For example, it can be seen from Figure 1 that each travel package is mainly composed of four attributes: title, destination, travel area and travel type. Specifically, the textual information of the title attribute is much longer and more detailed than other attributes, while the destination and category (i.e. travel area and travel type) attributes usually consist of several simple identifiers.
图2展示了长短期行为的点击流划分。此处,会话是通过途牛提供的点击流中的SessionID字段自动识别。令U和X分别表示用户和旅游包的集合。对于任一用户u∈U,本发明可以依据时间的排序获得其交互序列
Figure PCTCN2021095763-appb-000032
其中
Figure PCTCN2021095763-appb-000033
代表用户u的第n个会话,N=|S u|是用户u持有的会话数量。用户u的每一个会话
Figure PCTCN2021095763-appb-000034
可以表示为
Figure PCTCN2021095763-appb-000035
其中
Figure PCTCN2021095763-appb-000036
是会话
Figure PCTCN2021095763-appb-000037
包含的旅游包数量,
Figure PCTCN2021095763-appb-000038
代表用户u操作的第j个旅游包,
Figure PCTCN2021095763-appb-000039
代表操作的类型(如点击或者购买)。如图2所示,本发明选取用户购买前的最近一个会话
Figure PCTCN2021095763-appb-000040
作为用户u的短期行为,记为S u,而剩余的 会话作为用户u的长期行为,记为
Figure PCTCN2021095763-appb-000041
Figure 2 shows the clickstream segmentation of long- and short-term actions. Here, the session is automatically identified by the SessionID field in the click stream provided by Tuniu. Let U and X denote the sets of users and travel packages, respectively. For any user u∈U, the present invention can obtain its interaction sequence according to the order of time
Figure PCTCN2021095763-appb-000032
in
Figure PCTCN2021095763-appb-000033
represents the nth session of user u, and N=|S u | is the number of sessions held by user u. each session of user u
Figure PCTCN2021095763-appb-000034
It can be expressed as
Figure PCTCN2021095763-appb-000035
in
Figure PCTCN2021095763-appb-000036
is a session
Figure PCTCN2021095763-appb-000037
the number of packages included,
Figure PCTCN2021095763-appb-000038
represents the jth travel package operated by user u,
Figure PCTCN2021095763-appb-000039
Represents the type of action (eg click or buy). As shown in FIG. 2, the present invention selects the most recent session before the user purchases
Figure PCTCN2021095763-appb-000040
As the short-term behavior of user u, denoted as Su , and the remaining session as the long-term behavior of user u, denoted as
Figure PCTCN2021095763-appb-000041
图3展示了OTA一个经典的旅游包推荐场景。首先,在线用户的兴趣会随着时间动态的推移变化。直观地看,用户的行为随着时间的推移自然形成点击流,这些历史和当前的点击流可以动态地揭示用户长短期偏好。此处从用户当前点击流来看,该用户可能对南京短线游的旅游包感兴趣。如果本发明采用仅仅使用当前点击流作为输入的基于会话推荐的方法(如图3中红色方框所示),另外一系列有关于南京游的流行旅游包将会被推荐。相反地,从长期角度来看,该用户的历史点击流信息暗示着其可能对上海短线游套餐感兴趣。然而,已有研究采用的都是依赖于协同过滤和矩阵分解的基于内容推荐方法,该类方法只能对用户的静态兴趣进行建模,不能够从用户完整的点击流序列数据中捕捉用户动态的兴趣变化。Figure 3 shows a classic travel package recommendation scenario of OTA. First, the interests of online users change dynamically over time. Intuitively, user behaviors naturally form clickstreams over time, and these historical and current clickstreams can dynamically reveal users’ long- and short-term preferences. Here, from the user's current click stream, the user may be interested in the travel package of Nanjing short-term tour. If the present invention adopts a session-based recommendation method that only uses the current click stream as input (as shown by the red box in Fig. 3), another series of popular travel packages related to Nanjing tour will be recommended. Conversely, from a long-term perspective, the user's historical clickstream information suggests that he may be interested in short-term travel packages in Shanghai. However, the existing researches all use content-based recommendation methods that rely on collaborative filtering and matrix factorization, which can only model users' static interests and cannot capture user dynamics from users' complete clickstream sequence data. changes in interest.
此外,在线用户历史点击流数据中蕴含的长期偏好总是影响用户当前的决定。例如,如果本发明仅仅将长短期的点击流进行简单拼接输入到协同过滤和矩阵分解的模型中,那么另外有关类似南京和上海的旅游包将会被推荐(如图3中绿色方框所示)。实际上,所示用户可能会计划购买包含与一系列与历史和当前点击流中相临近的城市旅游包(如图中5.1蓝色方框所示)。然而,传统的方法大多是基于短会话中的用户和项目的交互矩阵来建模,如何将长期偏好与短期偏好完美地结合还有待探索。Furthermore, the long-term preferences contained in historical clickstream data of online users always influence users' current decisions. For example, if the present invention simply splices long-term and short-term clickstreams into the model of collaborative filtering and matrix factorization, other travel packages similar to Nanjing and Shanghai will be recommended (as shown in the green box in Figure 3). ). In fact, the user shown may plan to purchase a package that includes a series of city tours adjacent to the historical and current clickstream (shown in the blue box in Figure 5.1). However, most of the traditional methods are based on the interaction matrix of users and items in short sessions, and how to perfectly combine long-term preferences with short-term preferences remains to be explored.
图4展示了基于深度学习架构设计的一个新颖的NATR模型框架,NATR模型可用于个性化旅游包推荐,该模型包含两个核心组件,即旅游包编码(Travel Package Encoder)和用户兴趣编码(User Preference Encoder)。与现有的方法不同,在Travel Package Encoder模块中,通过使用单词层面和视图层面的注意力网络从旅游包的属性中选择重要的单词和视图来学习统一的旅游包表征。同时,在User Preference Encoder模块中,通过带有旅游包层面的注意力机制的递归神经网络(RNN)来学习用户偏好的动态演化,而不是在匹配阶段使用传统的协同过滤和矩阵分解模型。此外,还提出了一种门结构融合方法用于集成用户的长期和短期偏好以学习用户的表征。Figure 4 shows a novel NATR model framework designed based on deep learning architecture. The NATR model can be used for personalized travel package recommendation. The model consists of two core components, namely, Travel Package Encoder and User Interest Encoder. Preference Encoder). Different from existing methods, in the Travel Package Encoder module, a unified travel package representation is learned by using word-level and view-level attention networks to select important words and views from the attributes of the travel package. Meanwhile, in the User Preference Encoder module, the dynamic evolution of user preferences is learned through a recurrent neural network (RNN) with an attention mechanism at the tourist bag level, instead of using traditional collaborative filtering and matrix factorization models in the matching stage. Furthermore, a gate structure fusion method is proposed to integrate users' long-term and short-term preferences to learn user representations.
以上所述仅是本发明的优选实施方式,应当指出,对于本技术领域的普通技术人员来说,在不脱离本发明原理的前提下,还可以做出若干改进和润饰,这些改进和润饰也应视为本发明的保护范围。The above are only the preferred embodiments of the present invention. It should be pointed out that for those skilled in the art, without departing from the principles of the present invention, several improvements and modifications can be made. It should be regarded as the protection scope of the present invention.

Claims (5)

  1. 一种基于多视图注意力机制的旅游包推荐方法,其特征在于,包括如下步骤:A kind of travel package recommendation method based on multi-view attention mechanism, is characterized in that, comprises the steps:
    步骤1):构建旅游包编码模块,即统一的旅游包的表征学习模块,得到旅游包编码模块学习后的表征向量为r jStep 1): constructing a travel package coding module, i.e. the representation learning module of a unified travel package, obtaining the representation vector after the learning of the travel package coding module is r j ;
    步骤2):构建用户长期偏好编码模块和和用户短期偏好编码模块,即用户的长期兴趣表征学习模块和用户的短期兴趣表征学习模块,得到短期行为表征向量s u和长期行为表征向量l uStep 2): constructing a user long-term preference coding module and a user short-term preference coding module, that is, the user's long-term interest representation learning module and the user's short-term interest representation learning module, to obtain a short-term behavior representation vector s u and a long-term behavior representation vector l u ;
    步骤3):设计门结构融合网络模块,将步骤2得到的短期行为表征向量s u和长期行为表征向量l u作为门结构融合网络模块的输入,得到用户u的偏好表征向量O uStep 3): design a gate structure fusion network module, use the short-term behavior representation vector s u and long-term behavior representation vector l u obtained in step 2 as the input of the gate structure fusion network module, and obtain the preference representation vector O u of the user u;
    步骤4):通过NATR模型,即NeuralAttentive Travel package Recommendation模型计算推荐分值:z k=O u Tr j,通过Adam优化器来最小化损失函数,将NATR模型中的参数调为最优配置。 Step 4): Calculate the recommendation score through the NATR model, that is, the NeuralAttentive Travel package Recommendation model: z k =O u T r j , use the Adam optimizer to minimize the loss function, and adjust the parameters in the NATR model to the optimal configuration.
  2. 根据权利要求1所述的基于多视图注意力机制的旅游包推荐方法,其特征在于,步骤1)中,旅游包编码模块依据旅游包的四种属性进行表征学习,所述四种属性包括旅游包的标题、目的地、旅游区域和旅游类型,该模块采用了单词级和视图级的注意机制分别对单词和视图进行有效的选择,给定一个旅游包x j,x j=<Title,Destination,Categories>,标题即Title包括国家/城市、景点、酒店交通和行程天数等,目的地即Destination包括一个或者少数几个单词组成的标识,通常由城市或者国家名称表示,类别即Categories包括从旅游区域(Travel Region)和旅游类型(Travel Type),经过旅游包编码模块学习后的表征向量为r jThe method for recommending travel packages based on a multi-view attention mechanism according to claim 1, wherein in step 1), the travel package encoding module performs representation learning according to four attributes of the travel package, and the four attributes include travel The title, destination, travel area and travel type of the package. This module adopts the word-level and view-level attention mechanisms to effectively select words and views respectively. Given a travel package x j , x j =<Title,Destination ,Categories>, Title includes country/city, attractions, hotel transportation and travel days, etc. Destination includes one or a few words, usually represented by city or country name, Category includes travel Region (Travel Region) and Travel Type (Travel Type), the representation vector learned by the travel package encoding module is r j .
  3. 根据权利要求1所述的基于多视图注意力机制的旅游包推荐方法,其特征在于,步骤2)中,用户长期和短期偏好编码模块分别设计了两个带有注意力机制的双向长短记忆神经网络(Bi-directional Long Short-term Memory,Bi-LSTM),分别从用户历史和当前点击流中动态学习用户的长短期偏好,有注意力机制Bi-LSTM神经网络可以从用户的连续点击流中选择重要的旅游包来精确地表示用户的偏好,用户长期和短期偏好编码模块的用户长期和短期偏好的表征向量通过带有注意力权重的旅游包上下文表征向量之和求得,给定一个目标用户u,令其短期行为和长期行为分别记为S u和L u,则该用 户的短期和长期的行为表征向量分别记为s u和l uThe method for recommending travel packages based on a multi-view attention mechanism according to claim 1, wherein in step 2), the user's long-term and short-term preference coding modules respectively design two bidirectional long-short-term memory neurons with an attention mechanism The network (Bi-directional Long Short-term Memory, Bi-LSTM) dynamically learns the user's long-term and short-term preferences from the user's history and the current click stream, respectively. The Bi-LSTM neural network with an attention mechanism can learn from the user's continuous click stream. Select important travel packages to accurately represent the user's preferences. The representation vector of the user's long-term and short-term preferences of the user's long-term and short-term preference encoding module is obtained by summing the travel package context representation vectors with attention weights. Given a target user u, so that it short-term and long-term behavior are denoted by L and S u u, the short and long term behavior of the user characterization vectors and are denoted as s u l u.
  4. 根据权利要求3所述的基于多视图注意力机制的旅游包推荐方法,其特征在于,步骤3)具体为,令用户偏好查询向量为q u,并将短期偏好向量s u和长期偏好向量l u作为输入,门结构向量F u用于控制长短期偏好的贡献度: The method for recommending travel packages based on a multi-view attention mechanism according to claim 3, wherein step 3) is specifically: let the user preference query vector be q u , and combine the short-term preference vector s u with the long-term preference vector l With u as input, the gate structure vector F u is used to control the contribution of long-term and short-term preferences:
    F u=sigmod(W qq u+W ss u+W ll u+b u), F u =sigmod(W q q u +W s s u +W l l u +b u ),
    其中W q,W s,W l和b u是学习的神经网络投影的参数,分别代表模型中q u,s u,l u的权重矩阵,以及偏置向量,最终输出的用户u的偏好表征向量O u可通过以下方法计算: Wherein W q, W s, W l and B u are parameters of the neural network projection learning model Q u represent, s u, l u weight matrix, and a bias vector, preference characterizing the user of the final output of u The vector O u can be calculated by:
    O u=(1-F u)⊙s u+F u⊙l uO u =(1-F u )⊙s u +F u ⊙l u ,
    其中,⊙是向量内积符号。where ⊙ is the vector inner product symbol.
  5. 根据权利要求4所述的基于多视图注意力机制的旅游包推荐方法,其特征在于,步骤4)具体为,在NATR模型训练阶段,积极的标签是下一个真实购买的旅游包
    Figure PCTCN2021095763-appb-100001
    而消极的标签是从旅游包集合X中除去
    Figure PCTCN2021095763-appb-100002
    进行log-uniform采样形成的旅游包集合,在获得用户偏好向量O u和旅游包的表征向量r j之后,候选旅游包中的旅游包z={z 1,z 2,...,z |κ|}推荐分值z k可计算得出,推荐分值计算如下:
    The method for recommending travel packages based on a multi-view attention mechanism according to claim 4, wherein step 4) is specifically: in the NATR model training stage, the positive label is the next really purchased travel package
    Figure PCTCN2021095763-appb-100001
    while negative labels are removed from the travel pack set X
    Figure PCTCN2021095763-appb-100002
    The set of travel packages formed by log-uniform sampling, after obtaining the user preference vector O u and the characterization vector r j of the travel package, the travel package z in the candidate travel package z={z 1 ,z 2 ,...,z | κ| } The recommended score z k can be calculated, and the recommended score is calculated as follows:
    z k=O u Tr jz k =O u T r j ,
    κ是从X中抽样的包含积极和消极标签的子集,||表示集合的模,X表示旅游包集合;κ is the subset containing positive and negative labels sampled from X, || represents the norm of the set, and X represents the set of travel packages;
    κ中旅游包的预测概率为
    Figure PCTCN2021095763-appb-100003
    应用softmax函数去获取NATR模型的输出,即y -=softmax(z),y -是所有旅游包在会话S u中分别被购买的概率,
    Figure PCTCN2021095763-appb-100004
    为第|k|个旅游包被购买的概率。
    The predicted probability of the travel package in κ is
    Figure PCTCN2021095763-appb-100003
    Application softmax function to obtain an output NATR model, i.e., y - = softmax (z), y - is the probability that all travel at a session S u respectively purchased,
    Figure PCTCN2021095763-appb-100004
    is the probability that the |k|th travel package is purchased.
    对于每一个用户,基于交叉熵定义的购买概率和真实情况的损失函数可通过以下方法计算:For each user, the loss function based on the purchase probability defined by cross entropy and the real situation can be calculated by the following method:
    Figure PCTCN2021095763-appb-100005
    Figure PCTCN2021095763-appb-100005
    其中y j是旅游包x j被真实购买的概率分布,具体而言,如果x j是积极标签,则y j=1,反之y j=0。 where y j is the probability distribution that the travel package x j is actually purchased, specifically, if x j is a positive label, then y j =1, otherwise y j =0.
PCT/CN2021/095763 2020-07-07 2021-05-25 Travel package recommendation method based on multi-view attention mechanism WO2022007526A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202010648825.X 2020-07-07
CN202010648825.XA CN111915395A (en) 2020-07-07 2020-07-07 Travel bag recommendation method based on multi-view attention mechanism

Publications (1)

Publication Number Publication Date
WO2022007526A1 true WO2022007526A1 (en) 2022-01-13

Family

ID=73227596

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2021/095763 WO2022007526A1 (en) 2020-07-07 2021-05-25 Travel package recommendation method based on multi-view attention mechanism

Country Status (2)

Country Link
CN (1) CN111915395A (en)
WO (1) WO2022007526A1 (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114637911A (en) * 2022-02-21 2022-06-17 桂林电子科技大学 Next interest point recommendation method of attention fusion perception network
CN115018553A (en) * 2022-06-30 2022-09-06 东南大学 Regional logistics single quantity prediction system and method based on deep learning
CN115062230A (en) * 2022-08-16 2022-09-16 深圳市海清视讯科技有限公司 Data processing method, apparatus, device, medium, and program product
CN115357783A (en) * 2022-08-01 2022-11-18 山东省计算中心(国家超级计算济南中心) Enterprise service news recommendation method based on structured multi-interest collaboration
CN115691788A (en) * 2022-10-27 2023-02-03 北京理工大学 Dual attention coupling network diabetes classification system based on heterogeneous data
CN115858926A (en) * 2022-11-29 2023-03-28 杭州电子科技大学 User-based complex multi-mode interest extraction and modeling sequence recommendation method
CN116187767A (en) * 2023-04-26 2023-05-30 北京网智天元大数据科技有限公司 Enterprise risk conduction prediction method and system based on graph attention mechanism
CN117455629A (en) * 2023-11-24 2024-01-26 美服数字科技(广州)有限公司 Live broadcast and cargo carrying intelligent pushing method and system

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111915395A (en) * 2020-07-07 2020-11-10 云境商务智能研究院南京有限公司 Travel bag recommendation method based on multi-view attention mechanism
CN112559878B (en) * 2020-12-24 2022-09-23 山西大学 Sequence recommendation system and recommendation method based on graph neural network
CN112784153B (en) * 2020-12-31 2022-09-20 山西大学 Tourist attraction recommendation method integrating attribute feature attention and heterogeneous type information
CN113190751B (en) * 2021-05-10 2022-09-27 南京理工大学 Recommendation method fusing keyword generation
CN113673773B (en) * 2021-08-25 2024-01-23 山东科技大学 Learning path recommendation method integrating knowledge background and learning time prediction
CN113536139B (en) * 2021-09-15 2022-02-11 湖南工商大学 Content recommendation method and device based on interests, computer equipment and storage medium
CN114969547B (en) * 2022-06-24 2023-04-18 杭州电子科技大学 Music recommendation method based on multi-view enhancement graph attention neural network
CN116595157B (en) * 2023-07-17 2023-09-19 江西财经大学 Dynamic interest transfer type session recommendation method and system based on user intention fusion

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107436950A (en) * 2017-08-07 2017-12-05 苏州大学 A kind of itinerary recommends method and system
US20200074449A1 (en) * 2018-08-29 2020-03-05 Capital One Services, Llc Systems and methods for multi-use account system
US20200111043A1 (en) * 2018-10-04 2020-04-09 Milan Cheeks System and method for providing personalized planning
CN111915395A (en) * 2020-07-07 2020-11-10 云境商务智能研究院南京有限公司 Travel bag recommendation method based on multi-view attention mechanism

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20190228347A1 (en) * 2018-01-25 2019-07-25 Sabre Glbl Inc. Computerized Travel Itinerary Recommendation Tool and Method Using Contextual Information
CN109885671B (en) * 2019-02-28 2022-10-14 重庆邮电大学 Question-answering method based on multi-task learning
CN110569353B (en) * 2019-07-03 2023-04-07 重庆大学 Attention mechanism-based Bi-LSTM label recommendation method
CN110929164B (en) * 2019-12-09 2023-04-21 北京交通大学 Point-of-interest recommendation method based on user dynamic preference and attention mechanism
CN111242729A (en) * 2020-01-07 2020-06-05 西北工业大学 Serialization recommendation method based on long-term and short-term interests

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107436950A (en) * 2017-08-07 2017-12-05 苏州大学 A kind of itinerary recommends method and system
US20200074449A1 (en) * 2018-08-29 2020-03-05 Capital One Services, Llc Systems and methods for multi-use account system
US20200111043A1 (en) * 2018-10-04 2020-04-09 Milan Cheeks System and method for providing personalized planning
CN111915395A (en) * 2020-07-07 2020-11-10 云境商务智能研究院南京有限公司 Travel bag recommendation method based on multi-view attention mechanism

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114637911B (en) * 2022-02-21 2024-04-09 桂林电子科技大学 Method for recommending next interest point of attention fusion perception network
CN114637911A (en) * 2022-02-21 2022-06-17 桂林电子科技大学 Next interest point recommendation method of attention fusion perception network
CN115018553A (en) * 2022-06-30 2022-09-06 东南大学 Regional logistics single quantity prediction system and method based on deep learning
CN115018553B (en) * 2022-06-30 2024-05-07 东南大学 Regional logistics single quantity prediction system and method based on deep learning
CN115357783B (en) * 2022-08-01 2023-06-06 山东省计算中心(国家超级计算济南中心) Enterprise service quick message recommendation method based on structured multi-interest collaboration
CN115357783A (en) * 2022-08-01 2022-11-18 山东省计算中心(国家超级计算济南中心) Enterprise service news recommendation method based on structured multi-interest collaboration
CN115062230A (en) * 2022-08-16 2022-09-16 深圳市海清视讯科技有限公司 Data processing method, apparatus, device, medium, and program product
CN115062230B (en) * 2022-08-16 2023-01-06 深圳市海清视讯科技有限公司 Data processing method, apparatus, device, medium, and program product
CN115691788B (en) * 2022-10-27 2023-07-14 北京理工大学 Heterogeneous data-based dual-attention-coupled network diabetes classification system
CN115691788A (en) * 2022-10-27 2023-02-03 北京理工大学 Dual attention coupling network diabetes classification system based on heterogeneous data
CN115858926B (en) * 2022-11-29 2023-09-01 杭州电子科技大学 Sequence recommendation method based on complex multi-mode interest extraction and modeling of user
CN115858926A (en) * 2022-11-29 2023-03-28 杭州电子科技大学 User-based complex multi-mode interest extraction and modeling sequence recommendation method
CN116187767A (en) * 2023-04-26 2023-05-30 北京网智天元大数据科技有限公司 Enterprise risk conduction prediction method and system based on graph attention mechanism
CN117455629A (en) * 2023-11-24 2024-01-26 美服数字科技(广州)有限公司 Live broadcast and cargo carrying intelligent pushing method and system

Also Published As

Publication number Publication date
CN111915395A (en) 2020-11-10

Similar Documents

Publication Publication Date Title
WO2022007526A1 (en) Travel package recommendation method based on multi-view attention mechanism
Bhargava et al. Who, what, when, and where: Multi-dimensional collaborative recommendations using tensor factorization on sparse user-generated data
CN107679661B (en) Personalized tour route planning method based on knowledge graph
CN110795619B (en) Multi-target-fused educational resource personalized recommendation system and method
Zhu et al. Neural attentive travel package recommendation via exploiting long-term and short-term behaviors
Zhong et al. Design of a personalized recommendation system for learning resources based on collaborative filtering
CN109635186A (en) A kind of real-time recommendation method based on Lambda framework
Zhang et al. KGAN: Knowledge grouping aggregation network for course recommendation in MOOCs
Liu et al. A multi-task dual attention deep recommendation model using ratings and review helpfulness
CN115017405A (en) Graph neural network travel package recommendation method based on multitask self-coding
Chen et al. Keywords-enhanced deep reinforcement learning model for travel recommendation
Sharma et al. Designing Recommendation or Suggestion Systems: looking to the future
Zhou et al. Knowledge-based recommendation with hierarchical collaborative embedding
Liang et al. Graph path fusion and reinforcement reasoning for recommendation in MOOCs
Li et al. Exploring personalized travel route using POIs
Nasir et al. Improving e-commerce product recommendation using semantic context and sequential historical purchases
Li A recommendation model for college English digital teaching resources using collaborative filtering and few-shot learning technology
Chen et al. Exploiting aesthetic features in visual contents for movie recommendation
Wang et al. Secure your ride: Real-time matching success rate prediction for passenger-driver pairs
Xiao et al. A better understanding of the interaction between users and items by knowledge graph learning for temporal recommendation
Quadrana Algorithms for sequence-aware recommender systems
Sun et al. Personalized dynamic knowledge-aware recommendation with hybrid explanations
Lin et al. Attention-based high-order feature interactions to enhance the recommender system for web-based knowledge-sharing service
Memarzadeh et al. Model-based location recommender system using geotagged photos on Instagram
Liu et al. Digitalization and information management mechanism of sports events based on multisensor node cooperative perception model

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 21838135

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 21838135

Country of ref document: EP

Kind code of ref document: A1