paper-with-me

홈 › Papers

Hierarchical User Intent Graph Network forMultimedia Recommendation

2021-10-28 · Wei Yinwei, Wang Xiang, He Xiangnan, Nie Liqiang, Rui Yong, Chua Tat-Seng

In this work, we aim to learn multi-level user intents from the co-interacted patterns of items, so as to obtain high-quality representations of users and items and further enhance the recommendation performance. Towards this end, we develop a novel framework, Hierarchical User Intent Graph Network, which exhibits user intents in a hierarchical graph structure, from the fine-grained to coarse-grained intents. In particular, we get the multi-level user intents by recursively performing two operations: 1) intra-level aggregation, which distills the signal pertinent to user intents from co-interacted item graphs; and 2) inter-level aggregation, which constitutes the supernode in higher levels to model coarser-grained user intents via gathering the nodes' representations in the lower ones. Then, we refine the user and item representations as a distribution over the discovered intents, instead of simple pre-existing features. To demonstrate the effectiveness of our model, we conducted extensive experiments on three public datasets. Our model achieves significant improvements over the state-of-the-art methods, including MMGCN and DisenGCN. Furthermore, by visualizing the item representations, we provide the semantics of user intents.

📄 PDF Abstract BibTeX arXiv:2110.14925

Code (1)

weiyinwei/huign 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Hierarchical Reinforcement Learning for Modeling User Novelty-Seeking Intent in Recommender Systems

2023-06-02 · Pan Li, Yuyan Wang, Ed H. Chi, Minmin Chen

Recommending novel content, which expands user horizons by introducing them to new interests, has been shown to improve users' long-term experience on recommendation platforms \cite{chen2021values}. Users however are not…

Hierarchical Reinforcement LearningRecommendation Systemsreinforcement-learning

IntentRec: Predicting User Session Intent with Hierarchical Multi-Task Learning

2024-07-25 · Sejoon Oh, Moumita Bhattacharya, Yesu Feng, Sudarshan Lamkhede

Recommender systems have played a critical role in diverse digital services such as e-commerce, streaming media, social networks, etc. If we know what a user's intent is in a given session (e.g. do they want to watch sho…

Multi-Task LearningRecommendation Systems

Hierarchical Intent-guided Optimization with Pluggable LLM-Driven Semantics for Session-based Recommendation

2025-07-07 · Jinpeng Chen, Jianxiang He, Huan Li, Senzhang Wang 외

Session-based Recommendation (SBR) aims to predict the next item a user will likely engage with, using their interaction sequence within an anonymous session. Existing SBR models often focus only on single-session inform…

Contrastive LearningDenoisingSession-Based Recommendations

HIEN: Hierarchical Intention Embedding Network for Click-Through Rate Prediction

2022-06-01 · Zuowu Zheng, Changwang Zhang, Xiaofeng Gao, Guihai Chen

Click-through rate (CTR) prediction plays an important role in online advertising and recommendation systems, which aims at estimating the probability of a user clicking on a specific item. Feature interaction modeling a…

AttributeClick-Through Rate PredictionRecommendation Systems

Learning Similarity among Users for Personalized Session-Based Recommendation from hierarchical structure of User-Session-Item

2023-06-05 · Jisoo Cha, Haemin Jeong, Wooju Kim

The task of the session-based recommendation is to predict the next interaction of the user based on the anonymized user's behavior pattern. And personalized version of this system is a promising research field due to it…

Graph Neural NetworkSession-Based Recommendations