SIGNLENS is a tool that helps to analyze polarized social relationships based on signed graph modeling.
It also include a Python package for signed graph modeling.
For individual analysis, we usually focus on some specific nodes.
For group analysis, we analyze it with time.
We give two examples from real-world applications to demonstrate how our system works.
Here is the cleaned data link
The data is collected from CBDB
Run the spider by:
python get_cbdb_data.py
The data is collected from GovTrack.us
Run the spider by:
python get_govtrack_data.py
For CBDB dataset, you can follow this jupyter notebook
For USCV dataset, you can follow this jupyter notebook
This system is a web based system but also include a Python Package sign_lens
.
This readme will help you to run it.
Some codes will be updated after the busy weeks. Sorry for the delay!
Please cite `our paper <https://ojs.aaai.org/index.php/ICWSM/article/view/18136`_ if you use these codes and datasets in your own work:
@inproceedings{huang2021signlens,
title={SIGNLENS: A Tool for Analyzing People's Polarization Social Relationship Based on Signed Graph Modeling},
author={Huang, Junjie and Shen, Huawei and Cheng, Xueqi},
booktitle={Proceedings of the International AAAI Conference on Web and Social Media},
volume={15},
pages={1091--1093},
year={2021}
}
Feel free to email us if you wish to improve this project