paper-with-me

Papers

Multifaceted User Modeling in Recommendation: A Federated Foundation Models Approach

2024-12-22 · Chunxu Zhang, Guodong Long, Hongkuan Guo, Zhaojie Liu, Guorui Zhou, Zijian Zhang, Yang Liu, Bo Yang

Multifaceted user modeling aims to uncover fine-grained patterns and learn representations from user data, revealing their diverse interests and characteristics, such as profile, preference, and personality. Recent studies on foundation model-based recommendation have emphasized the Transformer architecture's remarkable ability to capture complex, non-linear user-item interaction relationships. This paper aims to advance foundation model-based recommendersystems by introducing enhancements to multifaceted user modeling capabilities. We propose a novel Transformer layer designed specifically for recommendation, using the self-attention mechanism to capture sequential user-item interaction patterns. Specifically, we design a group gating network to identify user groups, enabling hierarchical discovery across different layers, thereby capturing the multifaceted nature of user interests through multiple Transformer layers. Furthermore, to broaden the data scope and further enhance multifaceted user modeling, we extend the framework to a federated setting, enabling the use of private datasets while ensuring privacy. Experimental validations on benchmark datasets demonstrate the superior performance of our proposed method. Code is available.

📄 PDF Abstract BibTeX arXiv:2412.16969

Code (1)

zhangcx19/aaai-25-mrff 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Multi-Head Attention 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Real-Time Personalized Content Adaptation through Matrix Factorization and Context-Aware Federated Learning

2025-11-23 · Sai Puppala, Ismail Hossain, Md Jahangir Alam, Sajedul Talukder arxiv

Our study presents a multifaceted approach to enhancing user interaction and content relevance in social media platforms through a federated learning framework. We introduce personalized LLM Federated Learning and Contex…

Federated Learning

Context-aware Ensemble of Multifaceted Factorization Models for Recommendation Prediction in Social Networks

2021-05-03 · Yunwen Chen, Zuotao Liu, Daqi Ji, Yingwei Xin 외

This paper describes the solution of Shanda Innovations team to Task 1 of KDD-Cup 2012. A novel approach called Multifaceted Factorization Models is proposed to incorporate a great variety of features in social networks.…

Federated Adaptation for Foundation Model-based Recommendations

2024-05-08 · Chunxu Zhang, Guodong Long, Hongkuan Guo, Xiao Fang 외

With the recent success of large language models, particularly foundation models with generalization abilities, applying foundation models for recommendations becomes a new paradigm to improve existing recommendation sys…

Federated LearningmodelPrivacy PreservingRecommendation Systems

SocFedGPT: Federated GPT-based Adaptive Content Filtering System Leveraging User Interactions in Social Networks

2024-08-07 · Sai Puppala, Ismail Hossain, Md Jahangir Alam, Sajedul Talukder

Our study presents a multifaceted approach to enhancing user interaction and content relevance in social media platforms through a federated learning framework. We introduce personalized GPT and Context-based Social Medi…

Federated Learning

UA-FedRec: Untargeted Attack on Federated News Recommendation

2022-02-14 · Jingwei Yi, Fangzhao Wu, Bin Zhu, Jing Yao 외

News recommendation is critical for personalized news distribution. Federated news recommendation enables collaborative model learning from many clients without sharing their raw data. It is promising for privacy-preserv…

Federated LearningNews RecommendationPrivacy PreservingRecommendation Systems