CoolFace
Datasetpublic

Twitter/TwitterFollowGraph

kNN-Embed: Locally Smoothed Embedding Mixtures For Multi-interest Candidate Retrieval This repo contains the TwitterFaveGraph dataset from our paper kNN-Embed: Locally Smoothed Embedding Mixtures For Multi-interest Candidate Retrieval. [PDF] [HuggingFace Datasets] This work is licensed under a Creative Commons Attribution 4.0 International License. TwitterFollowGraph TwitterFollowGraph is a bipartite directed graph of users (consumer) nodes to author (producer)… See the full description on the dataset page: https://huggingface.co/datasets/Twitter/TwitterFollowGraph.

sourceHugging Facecc-by-4.0updated 4y agoView on Hugging Face
17likes91downloads
Dataset Card

kNN-Embed: Locally Smoothed Embedding Mixtures For Multi-interest Candidate Retrieval

![PRs Welcome](http://makeapullrequest.com) ![arXiv](https://arxiv.org/pdf/2205.06205.pdf)

This repo contains the TwitterFaveGraph dataset from our paper kNN-Embed: Locally Smoothed Embedding Mixtures For Multi-interest Candidate Retrieval. <br /> [[PDF]]() [[HuggingFace Datasets]](https://huggingface.co/Twitter)

<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>.

TwitterFollowGraph

TwitterFollowGraph is a bipartite directed graph of users (consumer) nodes to author (producer) nodes where an edge represents a user "following" an author engagement. Each edge is binned into predetermined time chunks which are denoted with ordinals. These ordinals are contiguous and respect time ordering of engagements. In total TwitterFollowGraph has 261𝑀 edges and 15.5𝑀 vertices, with a max-degree of 900𝐾 and a min-degree of 5.

The data format is displayed below.

user_indexauthor_indextime_chunk
121
212
332

Citation

If you use TwitterFollowGraph in your work, please cite the following:

bib
@article{el2022knn,
  title={kNN-Embed: Locally Smoothed Embedding Mixtures For Multi-interest Candidate Retrieval},
  author={El-Kishky, Ahmed and Markovich, Thomas and Leung, Kenny and Portman, Frank and Haghighi, Aria and Xiao, Ying},
  journal={arXiv preprint arXiv:2205.06205},
  year={2022}
}