Betweenness centrality , also known as Freeman's betweenness or sociometric betweenness, quantifies the extent to which a node lies on the communication paths connecting pairs of other nodes within a network, reflecting its potential to mediate or control the flow of information [2, 3]. It is formally defined as
\begin{equation*}
c_{betw}(i) = \sum_{j\neq k \neq i}{\frac{σ_{jk}(i)}{σ_{jk}}},
\end{equation*}
where \(σ_{jk}\) denotes the number of shortest paths from node \(j\) to node \(k\), and \(σ_{jk}(i)\) represents the number of paths that pass through node \(i\). A high value of betweenness centrality indicates nodes that serve as crucial hubs or bridges connecting otherwise disparate clusters within the network. Nodes with high betweenness centrality occupy strategic positions that influence the structure and dynamics of a network by shaping how information or resources flow between its parts. In weighted networks, the interpretation of the shortest paths requires careful consideration: when edge weights represent the strength of the tie rather than the cost, these values should be inverted before applying algorithms such as Dijkstra’s, thus ensuring that stronger connections correspond to shorter effective paths [4].
Some centrality measures are equivalent to the betwenness centrality because they provide the same ranking of nodes. For instance, Caporossi et al. [5] propose the adjusted betweenness centrality \(c_{ABC}\) where \(c_{ABC}(i)=2c_{betw}(i) + N - 1\).

References

[1] Shvydun, S. (2025). Zoo of Centralities: Encyclopedia of Node Metrics in Complex Networks. arXiv: 2511.05122 https://doi.org/10.48550/arXiv.2511.05122
[2] Anthonisse, J. M., (1971) The rush in a directed graph, Technical Report BN 9/71, Stichting Mathematisch Centrum, Amsterdam.
[3] Freeman, L. C. (1977). A set of measures of centrality based on betweenness. Sociometry, 35-41. doi: 10.2307/3033543.
[4] Opsahl, T., Agneessens, F., & Skvoretz, J. (2010). Node centrality in weighted networks: Generalizing degree and shortest paths. Social networks, 32(3), 245-251. doi: 10.1016/j.socnet.2010.03.006.
[5] Caporossi, G., Paiva, M., Vukičević, D., & Marcelo, S. (2012). Centrality and betweenness: vertex and edge decomposition of the Wiener index. MATCH: communications in mathematical and in computer chemistry, 68(1), 293-302.