Home

Awesome

Network disruption: maximizing disagreement and polarization in social networks

Recent years have seen a marked increase in the spread of misinformation, a phenomenon which has been accelerated and amplified by social media such as Facebook and Twitter. Motivated by this reality, our paper Network disruption: maximizing disagreement and polarization in social networks introduces a model of network disruption where an adversary can take over a limited number of user profiles in a social network with the aim of maximizing disagreement and/or polarization in the network.

This repository contains the code, datasets, and figures used in our paper. It is organized as follows:

A note on the Reddit and Twitter data sets: these data sets were originally collected by Abir De, Sourangshu Bhattacharya, Parantapa Bhattacharya, Niloy Ganguly, and Soumen Chakrabarti in their paper from 2014. We obtained both data sets from Cameron Musco, Christopher Musco, and Charalampos Tsourakakis: the Twitter data set is on their GitHub repository, while the Reddit data set was emailed to us by them.

Running an experiment

To run an experiment, one only needs to run the cells of a notebook that begins with "testing". Each notebook will have a cell specifying how the network is constructed, which can be modified for synthetic experiments. Running all cells will overwrite the .pkl files in the respective folder. These .pkl files can then be read by graph_pkl.ipynb, which can be run to visualize performance. Alternatively, one can call plot_obj within the testing file directly and bypass storing the data.

Citation

Mayee F. Chen and Miklós Z. Rácz. Network disruption: maximizing disagreement and polarization in social networks. Preprint available at https://arxiv.org/abs/2003.08377, 2020.

  @unpublished{chenracz2020networkdisruption, 
  title={Network disruption: maximizing disagreement and polarization in social networks}, 
  author={Chen, Mayee F. and R{\'a}cz, Mikl{\'o}s Z.}, 
  year={2020}, 
  note={Preprint available at \url{https://arxiv.org/abs/2003.08377}}}