# Recommendation as Language Processing (RLP): A Unified Pretrain, Personalized Prompt & Predict Paradigm (P5)
Large scale pretrained language modelを言語タスクに変換した, recommendation task でfine-tune... 大規模モデルは何でもお見通し理論.
# Countering Popularity Bias by Regularizing Score Differences
A regularization term to reduce popularity bias without losing accuracy too much.
#recsys2022#fairness#privacy
# Multi-Modal Dialog State Tracking for Interactive Fashion Recommendation
In a dialog-based recommendation task, they proposed an RNN-based model matching image and its description(multi-modal).
# Modeling Two-Way Selection Preference for Person-Job Fit
A graph neural network for person-job matching considering two-way of candidates and employers.
#recsys2022
# Reusable Self-Attention Recommender Systems in Fashion Industry Applications
Instead of item embeddings, the model learns item-feature embeddings like color=red so that these embeddings are reusable. They used a 2-month history of user data because of GDPR limitations.