paper-with-me

Papers

HyperTeNet: Hypergraph and Transformer-based Neural Network for Personalized List Continuation

2021-10-04 · Vijaikumar M, Deepesh Hada, Shirish Shevade

The personalized list continuation (PLC) task is to curate the next items to user-generated lists (ordered sequence of items) in a personalized way. The main challenge in this task is understanding the ternary relationships among the interacting entities (users, items, and lists) that the existing works do not consider. Further, they do not take into account the multi-hop relationships among entities of the same type. In addition, capturing the sequential information amongst the items already present in the list also plays a vital role in determining the next relevant items that get curated. In this work, we propose HyperTeNet -- a self-attention hypergraph and Transformer-based neural network architecture for the personalized list continuation task to address the challenges mentioned above. We use graph convolutions to learn the multi-hop relationship among the entities of the same type and leverage a self-attention-based hypergraph neural network to learn the ternary relationships among the interacting entities via hyperlink prediction in a 3-uniform hypergraph. Further, the entity embeddings are shared with a Transformer-based architecture and are learned through an alternating optimization procedure. As a result, this network also learns the sequential information needed to curate the next items to be added to the list. Experimental results demonstrate that HyperTeNet significantly outperforms the other state-of-the-art models on real-world datasets. Our implementation and datasets are available at https://github.com/mvijaikumar/HyperTeNet.

📄 PDF Abstract BibTeX arXiv:2110.01467

Code (2)

mvijaikumar/hypertenet 공식 구현 pytorch
deepeshhada/HyperTeNet pytorch

Tasks

Entity Embeddings

Similar Papers 제목 키워드 기반

FANS: Fast Non-Autoregressive Sequence Generation for Item List Continuation

2023-04-02 · Qijiong Liu, Jieming Zhu, Jiahao Wu, Tiandeng Wu 외

User-curated item lists, such as video-based playlists on Youtube and book-based lists on Goodreads, have become prevalent for content sharing on online platforms. Item list continuation is proposed to model the overall …

LARP: Language Audio Relational Pre-training for Cold-Start Playlist Continuation

2024-06-20 · Rebecca Salganik, Xiaohao Liu, Yunshan Ma, Jian Kang 외

As online music consumption increasingly shifts towards playlist-based listening, the task of playlist continuation, in which an algorithm suggests songs to extend a playlist in a personalized and musically cohesive mann…

Collaborative FilteringContrastive LearningRepresentation Learning

Uncertainty-Aware Label Refinement on Hypergraphs for Personalized Federated Facial Expression Recognition

2025-01-03 · Hu Ding, Yan Yan, Yang Lu, Jing-Hao Xue 외

Most facial expression recognition (FER) models are trained on large-scale expression data with centralized learning. Unfortunately, collecting a large amount of centralized expression data is difficult in practice due t…

Facial Expression RecognitionFacial Expression Recognition (FER)Federated LearningPersonalized Federated Learning

IHGNN: Interactive Hypergraph Neural Network for Personalized Product Search

2022-02-10 · Dian Cheng, Jiawei Chen, Wenjun Peng, Wenqin Ye 외

A good personalized product search (PPS) system should not only focus on retrieving relevant products, but also consider user personalized preference. Recent work on PPS mainly adopts the representation learning paradigm…

Representation Learning

Against Filter Bubbles: Diversified Music Recommendation via Weighted Hypergraph Embedding Learning

2024-02-26 · Chaoguang Luo, Liuying Wen, Yong Qin, Liangwei Yang 외

Recommender systems serve a dual purpose for users: sifting out inappropriate or mismatched information while accurately identifying items that align with their preferences. Numerous recommendation algorithms are designe…

Diversityhypergraph embeddingMusic RecommendationRecommendation Systems