Algorithm for Mining Structural Holes in Weighted Networks.

Biao Ning,Bing Kong,Lihua Zhou,Chongming Bao,Chongyun Wang
DOI: https://doi.org/10.1145/3478905.3478986
2021-01-01
Abstract:In social networks, structural holes are at the critical position of information dissemination. Accurately finding structural holes plays an important role in blocking public opinion and disseminating important knowledge. Most of the existing structural hole mining algorithms are aimed at unweighted graphs. However, in a real network, the weight has a very large impact on the performance of the entire network. This paper focuses on the study of weighted networks. In the shortest path increment index introduced by the side weight, the existing shortest path increment algorithm SNV is weighted, and some probabilities of the algorithm are redefined, and a new method is proposed. A new incremental algorithm based on weighted shortest path (SNV-W). The algorithm first uses Dijkstra to calculate the shortest path between nodes in the weighted network, and then compares and calculates the change in the shortest path value of the weighted network by deleting the nodes to determine the structural hole attribute value of the node the size of. Finally, the SNV-W algorithm and other algorithms were tested on a number of public data sets, and they dig out structural holes and spread them on the SIR model to observe the experimental effects, compare and analyze them, and verify the effectiveness of the algorithm.
What problem does this paper attempt to address?