neurips2020-scg
The code repository for Discovering Conflicting Groups in Signed Networks (NeurIPS 2020)
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.0%) to scientific vocabulary
Keywords
Repository
The code repository for Discovering Conflicting Groups in Signed Networks (NeurIPS 2020)
Basic Info
Statistics
- Stars: 15
- Watchers: 1
- Forks: 2
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
SCG: Discovering Conflicting Groups in Signed Networks (NeurIPS2020)
"Discovering Conflicting Groups in Signed Networks", Ruo-Chun Tzeng, Bruno Ordozgoiti, and Aristides Gionis, In Proc. of NeurIPS 2020. * paper, video.
1. Dependency
1.1. Ours SCG Methods
- Python 3.7
- NumPy 1.17
- SciPy 1.3
1.2. Baselines
- KOCG(KDD'16): install
matlab_enginevia the link https://se.mathworks.com/help/matlab/matlab_external/install-the-matlab-engine-for-python.html. - BNC/SPONGE:
pip install git+https://github.com/alan-turing-institute/SigNet.git.
2. To Reproduce Experimental Results
2.1. Run-Experiments
All the required commands are in the bash file run.sh, you just need to run it.
* chmod 755 run.sh to give execution permission.
* ./run.sh.
2.2. Inspect-Results
- Go to
result/folder. - Run
python plot.py -o figs_reproducewill print out summarized result and plot figures to the specified folder, ex:figs_reproduce/
3. Note
All methods except SCG-R and KOCG should be exactly identical to our reported figures on real-world datasets in the paper.
* The reason why re-running the baseline KOCG(KDD'16) might have slightly different result is because of its random initialization (roulette wheel selection). However, it is certain that their method results in much lower polarity scores than our SCG methods.
* For the baseline SPONGE(AISTATS'19), we try both unnormalized and symmetric normalized normalization scheme in their SigNet implementation and report the best of the two in both real-world dataseta and synthetic m-SSBM networks.
Owner
- Name: Ruochun Tzeng
- Login: rctzeng
- Kind: user
- Location: Sweden
- Website: https://rctzeng.github.io/
- Repositories: 4
- Profile: https://github.com/rctzeng
KTH PhD in graph mining.
Citation (CITATION.cff)
# YAML 1.2
---
abstract: "This is the repository for Discovering Conflicting Groups in Signed Networks (NeurIPS 2020)."
authors:
-
family-names: Tzeng
given-names: "Ruo-Chun"
orcid: "https://orcid.org/https://orcid.org/0000-0002-4222-274X"
cff-version: "1.1.0"
date-released: 2020-12-08
license: MIT
message: "If you use this software, please cite it using these metadata."
repository-code: "https://github.com/rctzeng/SCG-NeurIPS2020"
title: "SCG: Discovering Conflicting Groups in Signed Networks"
...
GitHub Events
Total
- Fork event: 1
Last Year
- Fork event: 1