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
RecBole is developed based on Python and PyTorch for reproducing and developing recommendation algorithms in a unified,
@@ -227,6 +228,30 @@ We will keep improving our implementations, and update these test results.
227
228
| v0.2.0 | 01/15/2021 |
228
229
| v0.1.1 | 11/03/2020 |
229
230
231
+
232
+
## Open Source Contributions
233
+
As a one-stop framework from data processing, model development, algorithm training to scientific evaluation, RecBole has a total of **11** related GitHub projects including
234
+
- two versions of RecBole ([RecBole 1.0](https://github.com/RUCAIBox/RecBole) and [RecBole 2.0](https://github.com/RUCAIBox/RecBole2.0));
Please let us know if you encounter a bug or have any suggestions by [filing an issue](https://github.com/RUCAIBox/RecBole/issues).
@@ -239,27 +264,29 @@ We thank the insightful suggestions from [@tszumowski](https://github.com/tszumo
239
264
240
265
We thank the nice contributions through PRs from [@rowedenny](https://github.com/rowedenny),[@deklanw](https://github.com/deklanw) et.al.
241
266
242
-
## Cite
243
-
If you find RecBole useful for your research or development, please cite the following papers: [RecBole](https://arxiv.org/abs/2011.01731) and [RecBole2.0](https://arxiv.org/pdf/2206.07351)
244
267
245
-
```
246
-
@inproceedings{recbole1.0,
247
-
title={Recbole: Towards a unified, comprehensive and efficient framework for recommendation algorithms},
248
-
author={Zhao, Wayne Xin and Mu, Shanlei and Hou, Yupeng and Lin, Zihan and Chen, Yushuo and Pan, Xingyu and Li, Kaiyuan and Lu, Yujie and Wang, Hui and Tian, Changxin and others},
249
-
booktitle={Proceedings of the 30th ACM International Conference on Information \& Knowledge Management},
250
-
year={2021}
268
+
## Cite
269
+
If you find RecBole useful for your research or development, please cite the following papers: [RecBole](https://arxiv.org/abs/2011.01731) and [RecBole2.0](https://arxiv.org/pdf/2206.07351).
270
+
271
+
```bibtex
272
+
@inproceedings{recbole,
273
+
author = {Wayne Xin Zhao and Shanlei Mu and Yupeng Hou and Zihan Lin and Yushuo Chen and Xingyu Pan and Kaiyuan Li and Yujie Lu and Hui Wang and Changxin Tian and Yingqian Min and Zhichao Feng and Xinyan Fan and Xu Chen and Pengfei Wang and Wendi Ji and Yaliang Li and Xiaoling Wang and Ji{-}Rong Wen},
274
+
title = {RecBole: Towards a Unified, Comprehensive and Efficient Framework for Recommendation Algorithms},
275
+
booktitle = {{CIKM}},
276
+
pages = {4653--4664},
277
+
publisher = {{ACM}},
278
+
year = {2021}
251
279
}
252
-
```
253
280
254
-
```
255
281
@article{recbole2.0,
256
-
title={RecBole 2.0: Towards a More Up-to-Date Recommendation Library},
257
-
author={Zhao, Wayne Xin and Hou, Yupeng and Pan, Xingyu and Yang, Chen and Zhang, Zeyu and Lin, Zihan and Zhang, Jingsen and Bian, Shuqing and Tang, Jiakai and Sun, Wenqi and others},
258
-
journal={arXiv preprint arXiv:2206.07351},
259
-
year={2022}
282
+
author = {Wayne Xin Zhao and Yupeng Hou and Xingyu Pan and Chen Yang and Zeyu Zhang and Zihan Lin and Jingsen Zhang and Shuqing Bian and Jiakai Tang and Wenqi Sun and Yushuo Chen and Lanling Xu and Gaowei Zhang and Zhen Tian and Changxin Tian and Shanlei Mu and Xinyan Fan and Xu Chen and Ji{-}Rong Wen},
283
+
title = {RecBole 2.0: Towards a More Up-to-Date Recommendation Library},
284
+
journal = {arXiv preprint arXiv:2206.07351},
285
+
year = {2022}
260
286
}
261
287
```
262
288
289
+
263
290
## The Team
264
291
265
292
RecBole is developed by [RUC, BUPT, ECNU](https://www.recbole.io/about.html), and maintained by RUC.
0 commit comments