Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 010ca01

Browse files
authored
Create 20201023-sig-recommenders.md
Proposals to create SIG Recommenders
1 parent 6c7600b commit 010ca01

File tree

1 file changed

+79
-0
lines changed

1 file changed

+79
-0
lines changed

rfcs/20201023-sig-recommenders.md

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
# Creating SIG Recommenders
2+
3+
| Status | Proposed |
4+
:-------------- |:---------------------------------------------------- |
5+
| **RFC #** ||
6+
| **Author(s)** | Shuangfeng Li ([email protected]), Yuefeng Zhou ([email protected]), Zhenyu Tan ([email protected]), Derek Cheng ([email protected]) |
7+
| **Sponsors(s)** |Thea Lamkin ([email protected]), Joana Carrasqueira ([email protected]) |
8+
| **Updated** | 2020-10-23 |
9+
10+
## What is this group for?
11+
12+
For discussion and collaborations using TensorFlow for large scale recommendation systems (Recommenders), which are one of most common and impactful use cases in the industry. We hope to encourage sharing of best practices in the industry, get consensus and product feedback to help evolve TensorFlow better, and facilitate the contributions of RFCs and PRs in this domain.
13+
14+
It might touch various aspects of the TensorFlow ecosystem, including:
15+
16+
- Training with scale: How to train from super large sparse features? How to deal with dynamic embedding?
17+
- Serving with efficiency: Given recommendation models are usually pretty large, how to serve super large models easily, and how to serve efficiently?
18+
- Modeling with SoTA techniques: online learning, multi-target learning, deal with quality inconsistent among online and offline, model understandability, GNN etc.
19+
- End-to-end pipeline: how to train continuously, e.g. integrate with platforms like TFX.
20+
21+
Notice that TensorFlow has open-sourced [TensorFlow Recommenders](https://blog.tensorflow.org/2020/09/introducing-tensorflow-recommenders.html), an open-source TensorFlow package that makes building, evaluating, and serving sophisticated recommender models easy. Github:
22+
[github.com/tensorflow/recommenders](http://github.com/tensorflow/recommenders)
23+
24+
Further, we plan to create a tensorflow repo dedicated for community contributions and maintained by SIG as well, under:
25+
**github.com/tensorflow/recommenders-addons** (to be created).
26+
SIG Recommenders can contributes more addons as complementary to TensorFlow Recommenders, or any helpful libraries related to recommendation systems using TensorFlow. We hope this can make community contributions much easier.
27+
28+
## Who will be part of it?
29+
30+
Membership will be entirely public. Everybody with an interest in using TensorFlow to build recommendation systems are welcome to join the SIG. To participate, request an invitation to join the mailing list. Archives of the mailing list are publicly accessible.
31+
32+
Initially SIG leads will be below and welcome
33+
new members to request to be SIG leads.
34+
35+
* Community leads
36+
* Bo Liu, Pinterest
37+
* Haidong Rong, Tencent
38+
* Yong Li, Alibaba
39+
* Co-leads and sponsors from Google
40+
* Yuefeng Zhou, TensorFlow
41+
* Zhenyu Tan, TensorFlow
42+
* Derek Cheng, Google Brain
43+
44+
For administrative questions, contact Joana Carrasqueira‎ ([email protected]), or Thea Lamkin ([email protected]), or [email protected].
45+
46+
From an initial survey over a small group of people from about 10+ leading internet companies, most of them have expressed interests to join the discussions, and close to half of them are interested to contribute to the code.
47+
48+
## What initial problems will the group tackle?
49+
50+
Create and prioritize the roadmap for development. Divide up high priority work between contributors. Share support and help between contributors.
51+
52+
We start with training with scale. We already have RFCs that got widely interests in the community, for example two RFCs below, and we can contribute them into SIG repo as the starting tasks:
53+
- [Sparse Domain Isolation RFC](https://github.com/tensorflow/community/pull/237
54+
), [code](https://github.com/tensorflow/tensorflow/pull/41371), from Tencent
55+
- [Embedding Variable RFC](https://docs.google.com/document/d/1odez6-69YH-eFcp8rKndDHTNGxZgdFFRJufsW94_gl4/edit#heading=h.tik7lgjxnl78), from Alibaba
56+
57+
58+
## What modes of communication do you intend to use?
59+
- SIG Recommenders mailing list ([email protected], or [google groups](https://groups.google.com/a/tensorflow.org/forum/#!forum/recommenders), to be created)
60+
- New TensorFlow github maintained by SIG Recommenders
61+
(github.com/tensorflow/recommenders-addons, to be created)
62+
- SIG monthly meeting agenda and [notes](https://docs.google.com/document/d/1-jLPffS_MhOd50WScfjFpVNC1DGaIwWxMQPSl5YIJYo/edit#)
63+
- SIG Gitter chat channel (https://gitter.im/tensorflow/recommenders, to be created)
64+
65+
## Code of Conduct
66+
67+
As with all forums and spaces related to TensorFlow, SIG Recommenders is subject to
68+
the [TensorFlow Code of Conduct](https://github.com/tensorflow/tensorflow/blob/master/CODE_OF_CONDUCT.md).
69+
70+
71+
## Launch plan
72+
73+
- Create email list and welcome SIG members.
74+
- Create SIG owned repo.
75+
- SIG added to community pages on tensorflow.org.
76+
- Starts off mailing list discussion about initial work items.
77+
- Run kickoff meetings, working on initial projects.
78+
- Run regular meetings
79+
- Write a blog post about SIG with the initial achievements, welcome more members.

0 commit comments

Comments
 (0)