@@ -52,7 +52,7 @@ Currently, we are supporting Python 3. There are several ways to install Cornac:
5252 pip3 install git+https://github.com/PreferredAI/cornac.git
5353 ```
5454
55- ** Note:**
55+ ** Note:**
5656
5757Additional dependencies required by models are listed [ here] ( README.md#Models ) .
5858
@@ -151,7 +151,8 @@ The table below lists the recommendation models/algorithms featured in Cornac. E
151151
152152| Year | Model and Paper | Type | Environment | Example |
153153| :--: | --------------- | :--: | :---------: | :-----: |
154- | 2024 | [ Hypergraphs with Attention on Reviews (HypAR)] ( cornac/models/hypar ) , [ docs] ( https://cornac.readthedocs.io/en/stable/api_ref/models.html#module-cornac.models.hypar.recom_hypar ) , [ paper] ( https://doi.org/10.1007/978-3-031-56027-9_14 ) | Hybrid / Sentiment / Explainable | [ requirements] ( cornac/models/hypar/requirements_cu116.txt ) , CPU / GPU | [ quick-start] ( https://github.com/PreferredAI/HypAR )
154+ | 2024 | [ Comparative Aspects and Opinions Ranking for Recommendation Explanations (Companion)] ( cornac/models/companion ) , [ docs] ( https://cornac.readthedocs.io/en/stable/api_ref/models.html#module-cornac.models.companion.recom_companion ) , [ paper] ( https://lthoang.com/assets/publications/mlj24.pdf ) | Hybrid / Sentiment / Explainable | CPU | [ quick-start] ( examples/companion_example.py )
155+ | | [ Hypergraphs with Attention on Reviews (HypAR)] ( cornac/models/hypar ) , [ docs] ( https://cornac.readthedocs.io/en/stable/api_ref/models.html#module-cornac.models.hypar.recom_hypar ) , [ paper] ( https://doi.org/10.1007/978-3-031-56027-9_14 ) | Hybrid / Sentiment / Explainable | [ requirements] ( cornac/models/hypar/requirements_cu116.txt ) , CPU / GPU | [ quick-start] ( https://github.com/PreferredAI/HypAR )
155156| 2022 | [ Disentangled Multimodal Representation Learning for Recommendation (DMRL)] ( cornac/models/dmrl ) , [ docs] ( https://cornac.readthedocs.io/en/stable/api_ref/models.html#module-cornac.models.dmrl.recom_dmrl ) , [ paper] ( https://arxiv.org/pdf/2203.05406.pdf ) | Content-Based / Text & Image | [ requirements] ( cornac/models/dmrl/requirements.txt ) , CPU / GPU | [ quick-start] ( examples/dmrl_example.py )
156157| 2021 | [ Bilateral Variational Autoencoder for Collaborative Filtering (BiVAECF)] ( cornac/models/bivaecf ) , [ docs] ( https://cornac.readthedocs.io/en/stable/api_ref/models.html#module-cornac.models.bivaecf.recom_bivaecf ) , [ paper] ( https://dl.acm.org/doi/pdf/10.1145/3437963.3441759 ) | Collaborative Filtering / Content-Based | [ requirements] ( cornac/models/bivaecf/requirements.txt ) , CPU / GPU | [ quick-start] ( https://github.com/PreferredAI/bi-vae ) , [ deep-dive] ( https://github.com/recommenders-team/recommenders/blob/main/examples/02_model_collaborative_filtering/cornac_bivae_deep_dive.ipynb )
157158| | [ Causal Inference for Visual Debiasing in Visually-Aware Recommendation (CausalRec)] ( cornac/models/causalrec ) , [ docs] ( https://cornac.readthedocs.io/en/stable/api_ref/models.html#module-cornac.models.causalrec.recom_causalrec ) , [ paper] ( https://arxiv.org/abs/2107.02390 ) | Content-Based / Image | [ requirements] ( cornac/models/causalrec/requirements.txt ) , CPU / GPU | [ quick-start] ( examples/causalrec_clothing.py )
0 commit comments