From 0b8ec918c9ee3c1bbad3f3292b0d5cc539cba5c0 Mon Sep 17 00:00:00 2001
From: taytroye <1582706091@qq.com>
Date: Sat, 4 Nov 2023 10:42:47 +0800
Subject: [PATCH] FIX:update readme
---
README.md | 6 +++---
README_CN.md | 6 +++---
docs/source/index.rst | 5 +++--
3 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
index be2357de8..9ef58e792 100644
--- a/README.md
+++ b/README.md
@@ -24,14 +24,14 @@
RecBole is developed based on Python and PyTorch for reproducing and developing recommendation algorithms in a unified,
comprehensive and efficient framework for research purpose.
-Our library includes 78 recommendation algorithms, covering four major categories:
+Our library includes 91 recommendation algorithms, covering four major categories:
+ General Recommendation
+ Sequential Recommendation
+ Context-aware Recommendation
+ Knowledge-based Recommendation
-We design a unified and flexible data file format, and provide the support for 28 benchmark recommendation datasets.
+We design a unified and flexible data file format, and provide the support for 43 benchmark recommendation datasets.
A user can apply the provided script to process the original data copy, or simply download the processed datasets
by our team.
@@ -101,7 +101,7 @@ These extensions make it much easier to reproduce the benchmark results and stay
| Aspect | RecBole 1.0 | RecBole 2.0 | This update |
| :-----------------------: | :--------------------------------: | :----------------------------: | :----------------------------------------------: |
| Recommendation tasks | 4 categories | 3 topics and 5 packages | 4 categories |
-| Models and datasets | 73 models and 28 datasets | 65 models and 8 new datasets | 86 models and 41 datasets |
+| Models and datasets | 73 models and 28 datasets | 65 models and 8 new datasets | 91 models and 43 datasets |
| Data structure | Implemented Dataset and Dataloader | Task-oriented | Compatible data module inherited from PyTorch |
| Continuous features | Field embedding | Field embedding | Field embedding and discretization |
| GPU-accelerated execution | Single-GPU utilization | Single-GPU utilization | Multi-GPU and mixed precision training |
diff --git a/README_CN.md b/README_CN.md
index 2e2dd8a75..9db2ebe9e 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -24,7 +24,7 @@
RecBole 是一个基于 PyTorch 实现的,面向研究者的,易于开发与复现的,统一、全面、高效的推荐系统代码库。
-我们实现了78个推荐系统模型,包含常见的推荐系统类别,如:
+我们实现了91个推荐系统模型,包含常见的推荐系统类别,如:
+ General Recommendation
+ Sequential Recommendation
@@ -32,7 +32,7 @@ RecBole 是一个基于 PyTorch 实现的,面向研究者的,易于开发与
+ Knowledge-based Recommendation
-我们约定了一个统一、易用的数据文件格式,并已支持 28 个 benchmark dataset。
+我们约定了一个统一、易用的数据文件格式,并已支持 43 个 benchmark dataset。
用户可以选择使用我们的数据集预处理脚本,或直接下载已被处理好的数据集文件。
@@ -46,7 +46,7 @@ RecBole 是一个基于 PyTorch 实现的,面向研究者的,易于开发与
## 特色
+ **通用和可扩展的数据结构** 我们设计了通用和可扩展的数据结构来支持各种推荐数据集统一化格式和使用。
-+ **全面的基准模型和数据集** 我们实现了78个常用的推荐算法,并提供了28个推荐数据集的格式化副本。
++ **全面的基准模型和数据集** 我们实现了91个常用的推荐算法,并提供了43个推荐数据集的格式化副本。
+ **高效的 GPU 加速实现** 我们针对GPU环境使用了一系列的优化技术来提升代码库的效率。
diff --git a/docs/source/index.rst b/docs/source/index.rst
index 7029d68a0..91375f19f 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -4,7 +4,7 @@
=========================================================
-`HomePage `_ | `Docs `_ | `GitHub `_ | `Datasets `_ | `v0.1.2 `_ | `v0.2.0 `_ | `v1.0.0 `_ | `v1.0.1 `_ | `v1.2.0 `_
+`HomePage `_ | `Docs `_ | `GitHub `_ | `Datasets `_ | `v0.1.2 `_ | `v0.2.0 `_ | `v1.0.0 `_ | `v1.0.1 `_ | `v1.1.1 `_
Introduction
-------------------------
@@ -101,7 +101,8 @@ Time Version Lead Developers
====================== =============== =============================================
June 2020 ~ Nov. 2020 v0.1.1 `Shanlei Mu `_, `Yupeng Hou `_, `Zihan Lin `_, `Kaiyuan Li `_
Nov. 2020 ~ Oct. 2022 v0.1.2 ~ v1.0.1 `Yushuo Chen `_, `Xingyu Pan `_
-Oct. 2022 ~ Now v1.1.0 ~ v1.1.1 `Lanling Xu `_, `Zhen Tian `_, `Gaowei Zhang `_, `Lei Wang `_, `Junjie Zhang `_
+Oct. 2022 ~ Nov. 2023 v1.1.0 ~ v1.1.1 `Lanling Xu `_, `Zhen Tian `_, `Gaowei Zhang `_, `Lei Wang `_, `Junjie Zhang `_
+Nov. 2023 ~ now v1.2.0 `Bowen Zheng `_, `Chen Ma `_
====================== =============== =============================================
License