43 citations · 186 across the 24 of their papers we have counts for
15 papers · 1 filter
The Pitfall of Scaling Up: Uncovering and Mitigating Popularity Bias Amplification in Scaling Transformer-based Recommenders
Weiqin Yang, Yue Pan, Chongming Gao +4
We identify a critical pitfall in scaling transformer-based sequential recommenders: while increasing model size improves recommendation accuracy, it simultaneously amplifies popul…
TopKGAT: A Top-K Objective-Driven Architecture for Recommendation
Sirui Chen, Jiawei Chen, Canghong Jin +4
Recommendation systems (RS) aim to retrieve the top-K items most relevant to users, with metrics such as Precision@K and Recall@K commonly used to assess effectiveness. The archite…
Advancing Loss Functions in Recommender Systems: A Comparative Study with a Rényi Divergence-Based Solution
Shengjia Zhang, Jiawei Chen, Changdong Li +5
Loss functions play a pivotal role in optimizing recommendation models. Among various loss functions, Softmax Loss (SL) and Cosine Contrastive Loss (CCL) are particularly effective…
Rankformer: A Graph Transformer for Recommendation based on Ranking Objective
Sirui Chen, Shen Han, Jiawei Chen +6
Recommender Systems (RS) aim to generate personalized ranked lists for each user and are evaluated using ranking metrics. Although personalized ranking is a fundamental aspect of R…
LLM4DSR: Leveraging Large Language Model for Denoising Sequential Recommendation
Bohao Wang, Feng Liu, Changwang Zhang +8
Sequential Recommenders generate recommendations based on users' historical interaction sequences. However, in practice, these collected sequences are often contaminated by noisy i…
SIGformer: Sign-aware Graph Transformer for Recommendation
Sirui Chen, Jiawei Chen, Sheng Zhou +5
In recommender systems, most graph-based methods focus on positive user feedback, while overlooking the valuable negative feedback. Integrating both positive and negative feedback…