EXIST 2024
Tags |
---|
Introduction
Score prediction task
Given known subject-item preferences, predict new subject-item preferences. Formally, let a set of all subjects and a set of all items, our core task it is to find a real-valued scalar function where and . To provide a hard label or multi labels, subjects vote with their encoded scores. Hence, we’ve reduced our problem into a score prediction problem.
For instance, the below table illustrates a complete utility matrix with known score entries where 0 represents the label “NO” and 1 represents the label “YES”. In this case, the voting policy selects the class annotated by more than 3 subjects.
| | | |
| 1 | 0 | 1 |
| 0 | 1 | 1 |
| 1 | 0 | 0 |
| 1 | 1 | 1 |
| 0 | 0 | 0 |
| 1 | 0 | 0 |
Voting | 1 | 0 | Undefined |
Label | YES | NO |
There are different methods such as memory-based CF, model-based CF, Neural CF, GCN-based CF.
Task 2.
NO
Direct
Judgemental
Task 3.
-
{IDEOLOGICAL-INEQUALITY}
{MISOGYNY-NON-SEXUAL-VIOLENCE}
{-, IDEOLOGICAL-INEQUALITY}
Embedding-based models
We consider embedding-based models for scoring. For each user , let for its -dimensional embedding. For each item , let be its -dimensional embedding. So, .
Neural Graph Collaborative Filtering, Matrix are learnable collaborative filter models how to aggregate neighboring embeddings.
MF.
Factorization Machines.
Neighborhood methods.
Cold Start.
Latent factor methods.
latent factors of new users and items.
Beyond the scope of this paper.
Task 1
Task 2
Task 3
Task 4
Task 5
Task 6
References
https://ceur-ws.org/Vol-3740/paper-97.pdf
Large Language Models for Recommendation: Progresses and Future Directions
Keqin Bao, Jizhi Zhang, Yang Zhang, Wenjie Wang, Fuli Feng & Xiangnan He SIGIR-AP 2023 WWW 2024