Datasets:

Modalities:
Tabular
Formats:
csv
ArXiv:
Libraries:
Datasets
pandas
License:
ahelk commited on
Commit
7cdae06
1 Parent(s): ea8e3bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -4,10 +4,10 @@ license: cc-by-4.0
4
 
5
  # MiCRO: Multi-interest Candidate Retrieval Online
6
  [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-green.svg?style=flat-square)](http://makeapullrequest.com)
7
- [![arXiv](https://img.shields.io/badge/arXiv-2201.11675-b31b1b.svg)]()
8
 
9
  This repo contains the TwitterFaveGraph dataset from our paper [MiCRO: Multi-interest Candidate Retrieval Online](). <br />
10
- [[PDF]]()
11
  [[HuggingFace Datasets]](https://huggingface.co/Twitter)
12
 
13
  <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
@@ -21,9 +21,9 @@ The data format is displayed below.
21
 
22
  | user_index | tweet_index | time_chunk |
23
  | ------------- | ------------- | ---- |
24
- | 0 | 2 | 0 |
25
- | 1 | 1 | 1 |
26
- | 2 | 3 | 2 |
27
 
28
  ## Citation
29
  If you use TwitterFaveGraph in your work, please cite the following:
@@ -31,7 +31,7 @@ If you use TwitterFaveGraph in your work, please cite the following:
31
  @article{portman2022micro,
32
  title={MiCRO: Multi-interest Candidate Retrieval Online},
33
  author={Portman, Frank and Ragain, Stephen and El-Kishky, Ahmed},
34
- journal={online},
35
  year={2022}
36
  }
37
  ```
 
4
 
5
  # MiCRO: Multi-interest Candidate Retrieval Online
6
  [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-green.svg?style=flat-square)](http://makeapullrequest.com)
7
+ [![arXiv](https://img.shields.io/badge/arXiv-2201.11675-b31b1b.svg)](https://arxiv.org/abs/2210.16271)
8
 
9
  This repo contains the TwitterFaveGraph dataset from our paper [MiCRO: Multi-interest Candidate Retrieval Online](). <br />
10
+ [[PDF]](https://arxiv.org/pdf/2210.16271.pdf)
11
  [[HuggingFace Datasets]](https://huggingface.co/Twitter)
12
 
13
  <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
 
21
 
22
  | user_index | tweet_index | time_chunk |
23
  | ------------- | ------------- | ---- |
24
+ | 1 | 2 | 1 |
25
+ | 2 | 1 | 1 |
26
+ | 3 | 3 | 2 |
27
 
28
  ## Citation
29
  If you use TwitterFaveGraph in your work, please cite the following:
 
31
  @article{portman2022micro,
32
  title={MiCRO: Multi-interest Candidate Retrieval Online},
33
  author={Portman, Frank and Ragain, Stephen and El-Kishky, Ahmed},
34
+ journal={arXiv preprint arXiv:2210.16271},
35
  year={2022}
36
  }
37
  ```