Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# Optimized Item Selection Datasets
|
2 |
|
3 |
-
We provide the datasets that are used to test the multi-level optimization framework ([AMAI'24](https://link.springer.com/epdf/10.1007/s10472-024-09941-x?sharing_token=9XBJ6cdglsdji19gFwuqQve4RwlQNchNByi7wbcMAY4VwIBKydj3Ja9OBjALNpg8nuO300abjlrHmZQFBVUqar-uYhBML28cmbovFgiHRRvd7TM2QAA_Hwd5J3U2MmKx0ugXwF6yz2hW75_88JpLmXSDJSuyCEwqZqtOcB7BhJU=),[CPAIOR'21](https://link.springer.com/chapter/10.1007/978-3-030-78230-6_27)
|
4 |
|
5 |
The multi-objective optimization framework is implemented in [Selective](https://github.com/fidelity/selective) as part of `TextBased Selection`. By solving the ISP with Text-based Selection in Selective, we select a smaller subset of items with maximum diversity in the latent embedding space of items and maximum coverage of labels.
|
6 |
|
@@ -137,6 +137,7 @@ selector = Selective(SelectionMethod.TextBased(num_features=30,
|
|
137 |
## Citation
|
138 |
If you use ISP in our research/applications, please cite as follows:
|
139 |
|
|
|
140 |
@article{amai2024,
|
141 |
title = {Integrating optimized item selection with active learning for continuous exploration in recommender systems},
|
142 |
author = {Serdar Kadioglu and Bernard Kleynhans and Xin Wang},
|
@@ -148,6 +149,7 @@ If you use ISP in our research/applications, please cite as follows:
|
|
148 |
url = {https://doi.org/10.1007/s10472-024-09941-x},
|
149 |
doi = {10.1007/S10472-024-09941-X}
|
150 |
}
|
|
|
151 |
|
152 |
```bibtex
|
153 |
@inproceedings{cpaior2021,
|
|
|
1 |
# Optimized Item Selection Datasets
|
2 |
|
3 |
+
We provide the datasets that are used to test the multi-level optimization framework ([AMAI'24](https://link.springer.com/epdf/10.1007/s10472-024-09941-x?sharing_token=9XBJ6cdglsdji19gFwuqQve4RwlQNchNByi7wbcMAY4VwIBKydj3Ja9OBjALNpg8nuO300abjlrHmZQFBVUqar-uYhBML28cmbovFgiHRRvd7TM2QAA_Hwd5J3U2MmKx0ugXwF6yz2hW75_88JpLmXSDJSuyCEwqZqtOcB7BhJU=), [DSO@IJCAI'22](https://arxiv.org/abs/2112.03105), [CPAIOR'21](https://link.springer.com/chapter/10.1007/978-3-030-78230-6_27)) for solving Item Selection Problem (ISP) to boost exploration in Recommender Systems.
|
4 |
|
5 |
The multi-objective optimization framework is implemented in [Selective](https://github.com/fidelity/selective) as part of `TextBased Selection`. By solving the ISP with Text-based Selection in Selective, we select a smaller subset of items with maximum diversity in the latent embedding space of items and maximum coverage of labels.
|
6 |
|
|
|
137 |
## Citation
|
138 |
If you use ISP in our research/applications, please cite as follows:
|
139 |
|
140 |
+
```bibtex
|
141 |
@article{amai2024,
|
142 |
title = {Integrating optimized item selection with active learning for continuous exploration in recommender systems},
|
143 |
author = {Serdar Kadioglu and Bernard Kleynhans and Xin Wang},
|
|
|
149 |
url = {https://doi.org/10.1007/s10472-024-09941-x},
|
150 |
doi = {10.1007/S10472-024-09941-X}
|
151 |
}
|
152 |
+
```
|
153 |
|
154 |
```bibtex
|
155 |
@inproceedings{cpaior2021,
|