You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,6 +122,7 @@ Here are two tutorials published on Medium that can help you
122
122
| Shopper |[](notebooks/basket_models/shopper.ipynb) [](https://colab.research.google.com/github/artefactory/choice-learn/blob/main/notebooks/basket_models/shopper.ipynb)| Ruiz et al. [[16]](#trident-references) |*Shopper*|[#](https://artefactory.github.io/choice-learn/references/basket_models/references_shopper/)|
123
123
| Alea Carta |[](notebooks/basket_models/alea_carta.ipynb) [](https://colab.research.google.com/github/artefactory/choice-learn/blob/main/notebooks/basket_models/alea_carta.ipynb)| Désir et al. [[17]](#trident-references)|*AleaCarta*|[#](https://artefactory.github.io/choice-learn/references/basket_models/references_alea_carta/)|
124
124
| Base Attention |[](notebooks/basket_models/basic_attention.ipynb) [](https://colab.research.google.com/github/artefactory/choice-learn/blob/main/notebooks/basket_models/basic_attention.ipynb)| Wang et al. [[18]](#trident-references)|*AttentionBasedContextEmbedding*|[#]()|
125
+
| Self Attention |[](notebooks/basket_models/self_attention.ipynb) [](https://colab.research.google.com/github/artefactory/choice-learn/blob/main/notebooks/basket_models/self_attention.ipynb)| Zang et al. [[20]](#trident-references)|*SelfAttentionModel*|[#]()|
125
126
126
127
127
128
### Data
@@ -377,8 +378,8 @@ The use of this software is under the MIT license, with no limitation of usage,
377
378
[16][SHOPPER: A Probabilistic Model of Consumer Choice with Substitutes and Complements](https://arxiv.org/abs/1711.03560), Ruiz, F. J. R.; Athey, S.; Blei, D. M. (2019)\
378
379
[17][Better Capturing Interactions between Products in Retail: Revisited Negative Sampling for Basket Choice Modeling](https://ojs.aaai.org/index.php/AAAI/article/view/11851), Désir, J.; Auriau, V.; Možina, M.; Malherbe, E. (2025), ECML PKDDD\
379
380
[18][Attention-based Transactional Context Embedding for Next-Item Recommendation](https://ojs.aaai.org/index.php/AAAI/article/view/11851), Wans, S.; Liang, H.; Longbing,C.; Xiaoshui, H.; Defu, L.; Wei, L. (2018)\
380
-
[19][A Discrete Choice Model for Subset Selection.](https://www.cs.cornell.edu/~arb/papers/higher-order-choice-wsdm-2018.pdf), Benson, A.; Kumar, R.; Tomkins, A. (2018)
381
-
381
+
[19][A Discrete Choice Model for Subset Selection.](https://www.cs.cornell.edu/~arb/papers/higher-order-choice-wsdm-2018.pdf), Benson, A.; Kumar, R.; Tomkins, A. (2018)\
382
+
[20][Next Item Recommendation with Self-Attention.](https://recnlp2019.github.io/papers/RecNLP2019_paper_21.pdf), Zhang, S.; Yao, L.; Tay, Y.; Sun, A. (2018)\
382
383
### Code and Repositories
383
384
384
385
*Official models implementations:*
@@ -388,4 +389,5 @@ The use of this software is under the MIT license, with no limitation of usage,
0 commit comments