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
+12-8Lines changed: 12 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,8 @@ for testing and comparing recommendation algorithms.
59
59
60
60
61
61
## RecBole News
62
+
**11/01/2023**: We release RecBole [v1.2.0](https://github.com/RUCAIBox/RecBole/releases/tag/v1.2.0).
63
+
62
64
**11/06/2022**: We release [the optimal hyperparameters of the model and their tuning ranges](https://recbole.io/hyperparameters/index.html).
63
65
64
66
**10/05/2022**: We release RecBole [v1.1.1](https://github.com/RUCAIBox/RecBole/releases/tag/v1.1.1).
@@ -247,6 +249,7 @@ We will keep improving our implementations, and update these test results.
247
249
## RecBole Major Releases
248
250
| Releases | Date |
249
251
|----------|------------|
252
+
| v1.2.0 | 11/01/2023 |
250
253
| v1.1.1 | 10/05/2022 |
251
254
| v1.0.0 | 09/17/2021 |
252
255
| v0.2.0 | 01/15/2021 |
@@ -290,7 +293,7 @@ We thank the nice contributions through PRs from [@rowedenny](https://github.com
290
293
291
294
292
295
## Cite
293
-
If you find RecBole useful for your research or development, please cite the following papers: [RecBole[1.0]](https://arxiv.org/abs/2011.01731), [RecBole[2.0]](https://dl.acm.org/doi/abs/10.1145/3459637.3482016) and [RecBole[1.1.1]](https://arxiv.org/abs/2211.15148).
296
+
If you find RecBole useful for your research or development, please cite the following papers: [RecBole[1.0]](https://arxiv.org/abs/2011.01731), [RecBole[2.0]](https://dl.acm.org/doi/abs/10.1145/3459637.3482016) and [RecBole[1.2.0]](https://dl.acm.org/doi/10.1145/3539618.3591889).
294
297
295
298
```bibtex
296
299
@inproceedings{recbole[1.0],
@@ -308,11 +311,11 @@ If you find RecBole useful for your research or development, please cite the fol
308
311
pages={4722--4726},
309
312
year={2022}
310
313
}
311
-
@misc{recbole[1.1.1],
312
-
author = {Xu, Lanling and Tian, Zhen and Zhang, Gaowei and Wang, Lei and Zhang, Junjie and Zheng, Bowen and Li, Yifan and Hou, Yupeng and Pan, Xingyu and Chen, Yushuo and Zhao, Wayne Xin and Chen, Xu and Wen, Ji-Rong},
313
-
title = {Recent Advances in RecBole: Extensions with more Practical Considerations},
314
-
journal = {arXiv preprint arXiv:2211.15148},
315
-
year = {2022}
314
+
@inproceedings{recbole[1.2.0],
315
+
author = {Xu, Lanling and Tian, Zhen and Zhang, Gaowei and Zhang, Junjie and Wang, Lei and Zheng, Bowen and Li, Yifan and Tang, Jiakai and Zhang, Zeyu and Hou, Yupeng and Pan, Xingyu and Zhao, Wayne Xin and Chen, Xu and Wen, Ji-Rong},
316
+
title = {Towards a More User-Friendly and Easy-to-Use Benchmark Library for Recommender Systems},
317
+
pages = {2837–2847},
318
+
year = {2023}
316
319
}
317
320
```
318
321
@@ -326,8 +329,9 @@ Here is the list of our lead developers in each development phase. They are the
author = {Xu, Lanling and Tian, Zhen and Zhang, Gaowei and Wang, Lei and Zhang, Junjie and Zheng, Bowen and Li, Yifan and Hou, Yupeng and Pan, Xingyu and Chen, Yushuo and Zhao, Wayne Xin and Chen, Xu and Wen, Ji-Rong},
285
-
title = {Recent Advances in RecBole: Extensions with more Practical Considerations},
286
-
journal = {arXiv preprint arXiv:2211.15148},
287
-
year = {2022}
286
+
@inproceedings{recbole[1.2.0],
287
+
author = {Xu, Lanling and Tian, Zhen and Zhang, Gaowei and Zhang, Junjie and Wang, Lei and Zheng, Bowen and Li, Yifan and Tang, Jiakai and Zhang, Zeyu and Hou, Yupeng and Pan, Xingyu and Zhao, Wayne Xin and Chen, Xu and Wen, Ji-Rong},
288
+
title = {Towards a More User-Friendly and Easy-to-Use Benchmark Library for Recommender Systems},
0 commit comments