Name | Last modified | Size | Description | |
---|---|---|---|---|
Parent Directory | - | |||
EIE/ | 2019-10-25 10:10 | - | ||
ELWC/ | 2019-10-25 10:09 | - | ||
antique_test_seq_64_..> | 2021-07-10 22:50 | 676K | ||
antique_train_seq_64..> | 2021-07-10 22:50 | 8.3M | ||
test.tfrecords | 2019-07-08 10:48 | 12M | ||
train.tfrecords | 2019-07-08 10:49 | 149M | ||
vocab.txt | 2019-07-08 10:49 | 226K | ||
Ranking usually consists of features corresponding to each of the examples being sorted. In addition, features related to query, user or session are also useful for ranking. We refer to these as context features, as these are independent of the examples.
We use the popular tf.Example proto to represent the features for context, and each of the examples. We use the protobuffer, **ExampleListWithContext** (ELWC), to store context as a tf.Example proto and the list of examples to be ranked as a list of tf.Example protos.
ExampleListWithContext protbuffer is defined here.
We also support a new format for ranking data, Example in Example (EIE), to store context as a serialized tf.Example proto and the list of examples to be ranked as a list of serialized tf.Example protos.
The colab notebook demonstrates how to:
Rama Kumar Pasumarthi, Sebastian Bruch, Xuanhui Wang, Cheng Li, Michael Bendersky, Marc Najork, Jan Pfeifer, Nadav Golbandi, Rohan Anil, Stephan Wolf. TF-Ranking: Scalable TensorFlow Library for Learning-to-Rank. KDD 2019.
In bibtex format:
@inproceedings{TensorflowRankingKDD2019, author = {Rama Kumar Pasumarthi and Sebastian Bruch and Xuanhui Wang and Cheng Li and Michael Bendersky and Marc Najork and Jan Pfeifer and Nadav Golbandi and Rohan Anil and Stephan Wolf}, title = {TF-Ranking: Scalable TensorFlow Library for Learning-to-Rank}, booktitle = {Proceedings of the 25th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining}, year = {2019}, pages = {(to appear)} location = {Anchorage, AK}}