Skip to content

tylersnetwork/link-interaction-polarity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Link and Interaction Polarity Predictions in Signed Networks

Abstract

In today’s world, users typically take to online social media to express their opinions, which can inherently be both positive and negative. In fact, online social networks can be best modeled as signed networks, where opinions in the form of positive and negative links can exist between users, such as our friends and foes (e.g., “unfriended” users), respectively. Furthermore, users can also express their opinions to content generated by others through online social interactions, such as commenting or rating. Intuitively, these two types of opinions in the form of links and interactions should be related. For example, users’ interactions are likely to be positive (or negative) to those they have positively (or negatively) established links with. Similarly, we tend to establish positive (or negative) links with those whose generated content we frequently positively (or negatively) interact with online. Hence, in this paper, we first verify these assumptions by understanding the correlation between these two types of opinions from both a local and global perspective. Then, we propose a framework that jointly solves the link and interaction polarity prediction problem based on our newly found understanding of how these two problems are correlated. We ultimately perform experiments on a real-world signed network to demonstrate the effectiveness of our proposed approach to help mitigate both the data sparsity and cold-start problems found in the two tasks of link and interaction polarity prediction.

If you make use of this code in your work, please cite the following paper:

@article{derr2020polarity,
 author = {Derr, Tyler and Wang, Zhiwei and Dacon, Jamell and Tang, Jiliang},
 title = {Link and Interaction Polarity Predictions in Signed Networks},
 booktitle = {Social Network Analysis and Mining},
 volume={10},
 number={1},
 pages={18},
 year = {2020}
 publisher = {Springer}
}  

If you make use of the dataset in your work, please also cite the following paper:

@inproceedings{derr2020repository,
  title={Network Analysis with Negative Links},
  author={Derr, Tyler},
  booktitle={Proceedings of the 13th International Conference on Web Search and Data Mining},
  pages={917--918},
  year={2020}
}

Note the dataset is available in the below signed network dataset repository:

https://github.com/TylersNetwork/awesome-signed-network-datasets

Code and paper coming soon!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published