Skip to content

Commit

Permalink
Update BARS with new jupyter-book
Browse files Browse the repository at this point in the history
  • Loading branch information
xpai committed Jan 6, 2024
1 parent 51b2110 commit 1ffaf73
Show file tree
Hide file tree
Showing 2,797 changed files with 2,736 additions and 8,251 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: github-pages
name: jupyter-book

# Only run this when the master branch changes
on:
Expand All @@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-python@v3
with:
python-version: 3.7
- run: pip install jupyter-book
- run: pip install jupyter-book==0.15.1, docutils==0.17.1

# Build the book
- name: Build the book
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright (C) 2022 The BARS Project.
Copyright (C) 2023 The BARS Benchmark.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
18 changes: 7 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,25 @@
# BARS

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

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.

The BARS benchmark currently covers the following two tasks.

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

Ongoing projects:

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

## 🔥 Citation

## Citation

*:bell: If you find our benchmarks helpful in your research, please kindly cite the following papers.*
If you find our benchmarks helpful in your research, please kindly cite the following paper.

> 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)]

## Contributing

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

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


73 changes: 0 additions & 73 deletions _toc.yml

This file was deleted.

19 changes: 0 additions & 19 deletions candidate_matching/README.md

This file was deleted.

Loading

0 comments on commit 1ffaf73

Please sign in to comment.