Facebook Large Page-Page Network Data Set
@kaggle.ishandutta_facebook_large_pagepage_network_data_set
@kaggle.ishandutta_facebook_large_pagepage_network_data_set
This webgraph is a page-page graph of verified Facebook sites. Nodes represent official Facebook pages while the links are mutual likes between sites.
Node features are extracted from the site descriptions that the page owners created to summarize the purpose of the site. This graph was collected through the Facebook Graph API in November 2017 and restricted to pages from 4 categories which are defined by Facebook. These categories are: politicians, governmental organizations, television shows and companies. The task related to this dataset is multi-class node classification for the 4 site categories. Provide all relevant information about your data set.
Features are words that appear in the page descriptions.
B. Rozemberczki, C. Allen and R. Sarkar. Multi-scale Attributed Node Embedding. 2019.
@misc{rozemberczki2019multiscale,
title={Multi-scale Attributed Node Embedding},
author={Benedek Rozemberczki and Carl Allen and Rik Sarkar},
year={2019},
eprint={1909.13021},
archivePrefix={arXiv},
primaryClass={cs.LG}
}
CREATE TABLE musae_facebook_edges (
"id_1" BIGINT,
"id_2" BIGINT
);CREATE TABLE musae_facebook_target (
"id" BIGINT,
"facebook_id" BIGINT,
"page_name" VARCHAR,
"page_type" VARCHAR
);Anyone who has the link will be able to view this.