Skip to content

Commit 1ffaf73

Browse files
committed
Update BARS with new jupyter-book
1 parent 51b2110 commit 1ffaf73

File tree

2,797 files changed

+2736
-8251
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,797 files changed

+2736
-8251
lines changed

.github/workflows/github-pages.yml renamed to .github/workflows/jupyter-book.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: github-pages
1+
name: jupyter-book
22

33
# Only run this when the master branch changes
44
on:
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/setup-python@v3
1717
with:
1818
python-version: 3.7
19-
- run: pip install jupyter-book
19+
- run: pip install jupyter-book==0.15.1, docutils==0.17.1
2020

2121
# Build the book
2222
- name: Build the book

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright (C) 2022 The BARS Project.
189+
Copyright (C) 2023 The BARS Benchmark.
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

README.md

+7-11
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,25 @@
11
# BARS
22

3-
BARS is the first open benchmark for recommender systems: https://openbenchmark.github.io/BARS
3+
BARS is a project aimed for open BenchmArking for Recommender Systems: https://openbenchmark.github.io/BARS
44

55
Despite the significant progress made in both research and practice of recommender systems over the past two decades, there is a lack of a widely-recognized benchmark in this field. This not only increases the difficulty in reproducing existing studies, but also incurs inconsistent experimental results among them, which largely limit the practical value and potential impact of research in this field. In this project, we make our initiative efforts towards open benchamrking for recommender systems. The BARS benchmark project allows anyone to easily follow and contribute, and hopefully drive more solid and reproducible research on recommender systems.
66

77
The BARS benchmark currently covers the following two tasks.
88

9-
+ [BarsCTR: A Benchmark for CTR Prediction](https://openbenchmark.github.io/BarsCTR)
10-
+ [BarsMatch: A Benchmark for Candidate Item Matching](https://openbenchmark.github.io/BarsMatch)
9+
+ [BARS-CTR: An Open Benchmark for CTR Prediction](https://openbenchmark.github.io/BARS/CTR)
10+
+ [BARS-Match: An Open Benchmark for Candidate Item Matching](https://openbenchmark.github.io/BARS/Matching)
1111

1212
Ongoing projects:
1313

14-
+ BarsRank: A Benchmark for Listwise Re-ranking
15-
+ BarsMTR: A Benchmark for Multi-Task Recommendation
14+
+ BARS-Rerank: An Open Benchmark for Listwise Reranking
15+
+ BARS-MTL: An Open Benchmark for Multi-Task Recommendation
1616

17+
## 🔥 Citation
1718

18-
## Citation
19-
20-
*:bell: If you find our benchmarks helpful in your research, please kindly cite the following papers.*
19+
If you find our benchmarks helpful in your research, please kindly cite the following paper.
2120

2221
> Jieming Zhu, Quanyu Dai, Liangcai Su, Rong Ma, Jinyang Liu, Guohao Cai, Xi Xiao, Rui Zhang. [BARS: Towards Open Benchmarking for Recommender Systems](https://arxiv.org/abs/2205.09626). *The 45th International ACM SIGIR Conference on Research and Development in Information Retrieval (SIGIR)*, 2022. [[Bibtex](https://dblp.org/rec/conf/sigir/ZhuDSMLCXZ22.html?view=bibtex)]
2322
24-
2523
## Contributing
2624

2725
We welcome any contribution that could help improve the BARS benchmark. Check the [start guide on how to contribute](./contribution.md).
@@ -31,5 +29,3 @@ We welcome any contribution that could help improve the BARS benchmark. Check th
3129
If you have any questions or feedback about the BARS benchamrk, please open a new issue or join our WeChat group.
3230

3331
![Scan QR code](https://openbenchmark.github.io/BARS/_images/wechat.jpg)
34-
35-

_toc.yml

-73
This file was deleted.

candidate_matching/README.md

-19
This file was deleted.

0 commit comments

Comments
 (0)