paper-with-me

홈 › Papers

DeBaTeR: Denoising Bipartite Temporal Graph for Recommendation

2024-11-14 · Xinyu He, Jose Sepulveda, Mostafa Rahmani, Alyssa Woo, Fei Wang, Hanghang Tong

Due to the difficulty of acquiring large-scale explicit user feedback, implicit feedback (e.g., clicks or other interactions) is widely applied as an alternative source of data, where user-item interactions can be modeled as a bipartite graph. Due to the noisy and biased nature of implicit real-world user-item interactions, identifying and rectifying noisy interactions are vital to enhance model performance and robustness. Previous works on purifying user-item interactions in collaborative filtering mainly focus on mining the correlation between user/item embeddings and noisy interactions, neglecting the benefit of temporal patterns in determining noisy interactions. Time information, while enhancing the model utility, also bears its natural advantage in helping to determine noisy edges, e.g., if someone usually watches horror movies at night and talk shows in the morning, a record of watching a horror movie in the morning is more likely to be noisy interaction. Armed with this observation, we introduce a simple yet effective mechanism for generating time-aware user/item embeddings and propose two strategies for denoising bipartite temporal graph in recommender systems (DeBaTeR): the first is through reweighting the adjacency matrix (DeBaTeR-A), where a reliability score is defined to reweight the edges through both soft assignment and hard assignment; the second is through reweighting the loss function (DeBaTeR-L), where weights are generated to reweight user-item samples in the losses. Extensive experiments have been conducted to demonstrate the efficacy of our methods and illustrate how time information indeed helps identifying noisy edges.

📄 PDF Abstract BibTeX arXiv:2411.09181

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative FilteringDenoisingRecommendation Systems

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

TFPS: A Temporal Filtration-enhanced Positive Sample Set Construction Method for Implicit Collaborative Filtering

2026-02-26 · Jiayi Wu, Zhengyu Wu, Xunkai Li, Rong-Hua Li 외 arxiv

The negative sampling strategy can effectively train collaborative filtering (CF) recommendation models based on implicit feedback by constructing positive and negative samples. However, existing methods primarily optimi…

Collaborative Filtering

A Two Step Approach to Weighted Bipartite Link Recommendations

2022-10-29 · Nathan Ma

Many real world person-person or person-product relationships can be modeled graphically. More specifically, bipartite graphs can be especially useful when modeling scenarios that involve two disjoint groups. As a result…

Vocal Bursts Valence Prediction

Knowledge-refined Denoising Network for Robust Recommendation

2023-04-28 · Xinjun Zhu, Yuntao Du, YUREN MAO, Lu Chen 외

Knowledge graph (KG), which contains rich side information, becomes an essential part to boost the recommendation performance and improve its explainability. However, existing knowledge-aware recommendation methods direc…

DenoisingKnowledge-Aware RecommendationModel Optimization

Position-enhanced and Time-aware Graph Convolutional Network for Sequential Recommendations

2021-07-12 · Liwei Huang, Yutao Ma, Yanbo Liu, Bohong 외

Most of the existing deep learning-based sequential recommendation approaches utilize the recurrent neural network architecture or self-attention to model the sequential patterns and temporal influence among a user's his…

PositionSequential Recommendation

PERS: A Personalized and Explainable POI Recommender System

2017-12-20 · Baral Ramesh, Li Tao

The Location-Based Social Networks (LBSN) (e.g., Facebook) have many factors (for instance, ratings, check-in time, etc.) that play a crucial role for the Point-of-Interest (POI) recommendations. Unlike ratings, the revi…

Explainable RecommendationRecommendation Systems