$$z_i = \frac{w_{ii}*si + \sum_{j \epsilon N(i) }{w_{ij}*z_j}} {w_{ii} + \sum_{j \epsilon N(i) }{w_{ij}}}$$
$$\pi(z) = ||z||_{2}^2$$
We want to find a subset of S ⊆ C of k edges whose addition to a graph G will maximize the reduction of the polarization index π(z).
Let also P (u, v) a probability that the edge addition u, v is accepted. We want to find a subset of S ⊆ C of k edges whose addition to a graph G maximizes the expected reduction of the polarization index π(z).
The algorithms consider nodes that have high expressed value. According to our model the biggest decrease is happening when we connect different and extreme opinions.
That recompute the opinion vector
Greedy
FirstTopGreedy
ExpressedOpinion
That do not recompute the opinion vector
GreedyBatch
FirstTopGreedyBatch
karate
books
beefban
polblogs
GermanWings
ClintonTrump
Using graph embeddings we transform the properties of the graphs to vectors. The embedding will capture the topology of the graph and will consider the relationship between nodes. The embedding will be used to make predictions on the graph.
Our objective is to predict whether there would be a link between 2 unconnected nodes. Node2Vec is used for obtaining a probability.