Skip to content

the project using GNN to predict the influencer in social network

License

Notifications You must be signed in to change notification settings

Wapiti08/InfPrd

Repository files navigation

The research on social influence prediction with GNN

Data Source

- twitter:

    nodeId.edges : The edges in the ego network for the node 'nodeId'. Edges are undirected for facebook, and directed (a follows b) for twitter and gplus. The 'ego' node does not appear, but it is assumed that they follow every node id that appears in this file.

    nodeId.circles : The set of circles for the ego node. Each line contains one circle, consisting of a series of node ids. The first entry in each line is the name of the circle.

    nodeId.feat : The features for each of the nodes that appears in the edge file.

    nodeId.egofeat : The features for the ego user.

    nodeId.featnames : The names of each of the feature dimensions. Features are '1' if the user has this property in their profile, and '0' otherwise. This file has been anonymized for facebook users, since the names of the features would reveal private data.

- Google:

    nodeId.edges : The edges in the ego network for the node 'nodeId'. Edges are undirected for facebook, and directed (a follows b) for twitter and gplus. The 'ego' node does not appear, but it is assumed that they follow every node id that appears in this file.

    nodeId.circles : The set of circles for the ego node. Each line contains one circle, consisting of a series of node ids. The first entry in each line is the name of the circle.

    nodeId.feat : The features for each of the nodes that appears in the edge file.

    nodeId.egofeat : The features for the ego user.

    nodeId.featnames : The names of each of the feature dimensions. Features are '1' if the user has this property in their profile, and '0' otherwise. This file has been anonymized for facebook users, since the names of the features would reveal private data.

- Facebook:

    nodeId.edges : The edges in the ego network for the node 'nodeId'. Edges are undirected for facebook, and directed (a follows b) for twitter and gplus. The 'ego' node does not appear, but it is assumed that they follow every node id that appears in this file.

    nodeId.circles : The set of circles for the ego node. Each line contains one circle, consisting of a series of node ids. The first entry in each line is the name of the circle.

    nodeId.feat : The features for each of the nodes that appears in the edge file.

    nodeId.egofeat : The features for the ego user.

    nodeId.featnames : The names of each of the feature dimensions. Features are '1' if the user has this property in their profile, and '0' otherwise. This file has been anonymized for facebook users, since the names of the features would reveal private data.

Reference:

https://github.com/twintproject/twint

About

the project using GNN to predict the influencer in social network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published