Datasets:

Modalities:
Tabular
Formats:
csv
ArXiv:
Libraries:
Datasets
pandas
License:
TwitterFollowGraph / README.md
ahelk's picture
Update README.md
b637d82
|
raw
history blame
1.99 kB
metadata
license: cc-by-4.0

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

PRs Welcome arXiv

This repo contains the TwitterFaveGraph dataset from our paper kNN-Embed: Locally Smoothed Embedding Mixtures For Multi-interest Candidate Retrieval.
[PDF] [HuggingFace Datasets]

Creative Commons License
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) 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_index author_index time_chunk
0 2 0
1 1 1
2 3 2

Citation

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

@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}
}