《電子技術(shù)應(yīng)用》
您所在的位置:首頁(yè) > 其他 > 設(shè)計(jì)應(yīng)用 > 融合用戶行為和評(píng)論文本的圖神經(jīng)網(wǎng)絡(luò)推薦
融合用戶行為和評(píng)論文本的圖神經(jīng)網(wǎng)絡(luò)推薦
2022年電子技術(shù)應(yīng)用第9期
胡一帆,楊小健,秦 嶺
南京工業(yè)大學(xué) 計(jì)算機(jī)科學(xué)與技術(shù)學(xué)院,江蘇 南京210000
摘要: 現(xiàn)有的基于圖神經(jīng)網(wǎng)絡(luò)的推薦算法能夠利用圖結(jié)構(gòu)信息使得推薦效果得到較好的提升,但主要的圖結(jié)構(gòu)都是圍繞著用戶和項(xiàng)目的一種交互,卻忽略了用戶的多種行為,如點(diǎn)擊、收藏、分享、加入購(gòu)物車等都表達(dá)著用戶不同的語(yǔ)義;又如評(píng)論信息,可能影響著該類型物品的下一次購(gòu)買意圖。為此提出一種基于用戶行為和評(píng)論信息的圖神經(jīng)網(wǎng)絡(luò)推薦算法,算法通過圖卷積網(wǎng)絡(luò)學(xué)習(xí)用戶行為的強(qiáng)度及語(yǔ)義,再利用評(píng)論文本圖表示學(xué)習(xí)評(píng)論中用戶和商品的偏好,最后進(jìn)行融合提升推薦效果。實(shí)驗(yàn)結(jié)果表明,該算法對(duì)于推薦效果有一定的提升。
中圖分類號(hào): TP391
文獻(xiàn)標(biāo)識(shí)碼: A
DOI:10.16157/j.issn.0258-7998.212165
中文引用格式: 胡一帆,楊小健,秦嶺. 融合用戶行為和評(píng)論文本的圖神經(jīng)網(wǎng)絡(luò)推薦[J].電子技術(shù)應(yīng)用,2022,48(9):50-54.
英文引用格式: Hu Yifan,Yang Xiaojian,Qin Lin. Graph neural network recommendation combining user behavior and comment text[J]. Application of Electronic Technique,2022,48(9):50-54.
Graph neural network recommendation combining user behavior and comment text
Hu Yifan,Yang Xiaojian,Qin Lin
College of Computer Science and Technology,Nanjing Tech University,Nanjing 210000,China
Abstract: The existing recommendation algorithm based on graph neural network can make use of graph structure information to improve the recommendation effect, but the main graph structure revolves around a kind of interaction between users and items, but ignores multiple behaviors of users. For example, click, bookmark, share, add to shopping cart, etc., all express different semantics of users, and comment information may affect the next purchase intention of this type of item. To this end, a graph neural network recommendation algorithm based on user behavior and comment information is proposed. The algorithm learns the strength and semantics of user behavior through the graph convolutional network, and then uses the comment text graph to represent the preferences of users and products in the learning reviews, and finally combines them to improve the recommendation effect. According to the experimental results, it is found that the algorithm can improve the recommendation effect to a certain extent.
Key words : recommended system;graph neural network;user behavior

0 引言

    傳統(tǒng)的CF模型[1-2]只針對(duì)例如電商平臺(tái)的購(gòu)買行為這一單一的用戶行為而設(shè)計(jì),但對(duì)于一些沒有購(gòu)買的新用戶,就很難做到很好的推薦。例如瀏覽記錄、分享、收藏、加入購(gòu)物車等行為平臺(tái)也極易獲得,因此利用這些行為來(lái)輔助預(yù)測(cè)可使得推薦效果進(jìn)一步提升。現(xiàn)有的研究[3-6]也探討過這一方面,文獻(xiàn)[3]假設(shè)不同的行為所代表的重要性不同,通過用一種積極行為和另一種普通行為抽樣擴(kuò)展BPR。文獻(xiàn)[5-6]通過建立多任務(wù)學(xué)習(xí)的深度模型,設(shè)定了用戶不同行為之間的重要程度,但此模型很簡(jiǎn)單地認(rèn)為用戶的輔助行為的作用就一定弱于目標(biāo)行為,但有時(shí)候分享可能比購(gòu)買更能反映用戶的偏好。文獻(xiàn)[7]MBGCN通過利用圖神經(jīng)網(wǎng)絡(luò)從不同類型的邊和圖上的高階連通性中學(xué)習(xí),但卻忽略了目標(biāo)行為之后的評(píng)論內(nèi)容也很大程度上展示了用戶對(duì)于該項(xiàng)目的最終評(píng)價(jià)。

    近年來(lái)對(duì)于評(píng)論信息的推薦算法主要以深度學(xué)習(xí)為主,盡管深度學(xué)習(xí)發(fā)展迅速但深度學(xué)習(xí)可能會(huì)忽視詞語(yǔ)之間的依賴關(guān)系,圖學(xué)習(xí)卻可以解決上述問題。因此,本文提出了一種改進(jìn)的基于圖神經(jīng)網(wǎng)絡(luò)的推薦算法,對(duì)比同類的用戶多種輔助行為的推薦方式同時(shí)融入用戶評(píng)論對(duì)該項(xiàng)目的最終評(píng)價(jià)對(duì)用戶進(jìn)行推薦。實(shí)驗(yàn)結(jié)果表明,該算法對(duì)推薦效果有一定的提升。




本文詳細(xì)內(nèi)容請(qǐng)下載:http://theprogrammingfactory.com/resource/share/2000004920




作者信息:

胡一帆,楊小健,秦  嶺

(南京工業(yè)大學(xué) 計(jì)算機(jī)科學(xué)與技術(shù)學(xué)院,江蘇 南京210000)




wd.jpg

此內(nèi)容為AET網(wǎng)站原創(chuàng),未經(jīng)授權(quán)禁止轉(zhuǎn)載。