From d4d496c4ac39d12417873b4ad088dfae94d8632c Mon Sep 17 00:00:00 2001 From: ElaineL610 <102215559+ElaineL610@users.noreply.github.com> Date: Thu, 20 Apr 2023 13:11:09 +0800 Subject: [PATCH] Update model_list.md --- model_list.md | 1 + 1 file changed, 1 insertion(+) diff --git a/model_list.md b/model_list.md index 4ba1e97..ef1057a 100644 --- a/model_list.md +++ b/model_list.md @@ -49,6 +49,7 @@ We summarize all the models in the following table (arranged in lexicographic or | [**FFM**](https://recbole.io/docs/user_guide/model/context/ffm.html) | RecSys'16 | Field-aware Factorization Machines for CTR Prediction | [**RecBole**](https://github.com/RUCAIBox/RecBole) | | [**FISM**](https://recbole.io/docs/user_guide/model/general/fism.html) | KDD'13 | FISM: Factored Item Similarity Models for Top-N Recommender Systems | [**RecBole**](https://github.com/RUCAIBox/RecBole) | | [**FM**](https://recbole.io/docs/user_guide/model/context/fm.html) | ICDM'10 | Factorization Machines | [**RecBole**](https://github.com/RUCAIBox/RecBole) | +| [**FM2**](https://recbole.io/docs/user_guide/model/context/fm2.html) | WWW'21 | Field-matrixed Factorization Machines for Recommender Systems | [**RecBole**](https://github.com/RUCAIBox/RecBole) | | [**FNN**](https://recbole.io/docs/user_guide/model/context/fnn.html) | ECIR'16 | Deep Learning over Multi-field Categorical Data | [**RecBole**](https://github.com/RUCAIBox/RecBole) | | [**FOCF**](https://github.com/TangJiakai/RecBole-FairRec/blob/master/recbole/model/fair_recommender/focf.py) | NIPS'17 | Beyond Parity: Fairness Objectives for Collaborative Filtering | [**RecBole-FairRec**](https://github.com/TangJiakai/RecBole-FairRec) | | [**FOMeLU**](https://github.com/nuster1128/RecBole-MetaRec/blob/master/recbole_metarec/model/FOMeLU/FOMeLU.py) | KDD'19 | MeLU: Meta-Learned User Preference Estimator for Cold-Start Recommendation | [**RecBole-MetaRec**](https://github.com/nuster1128/RecBole-MetaRec) |