-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hi, i have question in reporducing the key alignment experiment both in COPT and GOT. i did this way:
- use
nx.stochastic_block_modelto construct a 40-node 4-community graph, where the probs of adding edges within/between communities are 0.9, 0.1 respectively. - then i delete 10% edges (about 20) and permute the new graph.
- use
graph.graph_dist(args, plot=False, Ly=Ly, take_ly_exp=False)to calculate COPT distance, and the args here is same as that inutils.parse_args(). - also use
got_stochastic.find_permutaionas inrunGraph.perm_mi
However, the nmi is only about 0.5, not nearly 1 like table 2 shows. Now i'm not sure the exact reason, but two guesses:
- does the probs parameter of
nx.stochastic_block_modelmatters? i noticed that this parameter inutils.create_graph(40, gtype='block', params=params, seed=seed)is [0.97, 0.01, 0.01, 0.01], my case use [0.9, 0.1, 0.1, 0.1]. - or should we tune some hyper-parameter, while both of COPT and GOT are a little fuzzy in this experiment?like in copt, the args focus on
self.optim: lr and hiking.
hope for you reply, thx !
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

