Borda centrality [2] is a centrality measure inspired by the Borda count voting mechanism from social choice theory, which aggregates the preferences of the voters over a given set of alternatives [3, 4]. In networks, the preferences of the nodes can be defined over a set of other nodes in the network based on their shortest-path distances. Specifically, for a node \(i \in \mathcal{N}\), the distance-based preference relation is defined as
\[
j \succ_i k \quad \text{if and only if} \quad d_{ij} < d_{ik},
\]
that is, node \(j\) is preferred to node \(k\) by node \(i\) if \(j\) is strictly closer to \(i\) than \(k\) is.
The Borda score of a node \(i\) is then given by
\[
c_{\mathrm{Borda}}(i) = \sum_{j \in \mathcal{N} \setminus \{i\}}
\left(
\big|\{ k \in \mathcal{N} \setminus \{i\} : i \succ_j k \}\big|
-
\big|\{ k \in \mathcal{N} \setminus \{i\} : k \succ_j i \}\big|
\right).
\]
In words, the Borda score of node \(i\) is obtained by summing, over all other nodes \(j\), the difference between (i) the number of nodes that are farther from \(j\) than \(i\) is, and (ii) the number of nodes that are closer to \(j\) than \(i\) is. Hence, a node receives a higher Borda score if it is, on average, relatively close to many other nodes in the network.

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] Brandes, U., Laußmann, C., & Rothe, J. (2022). Voting for centrality. In Proceedings of the 21st International Conference on Autonomous Agents and Multiagent Systems (pp. 1554-1556). doi: 10.5555/3535850.3536032.
[3] Arrow, K. J., Sen, A., & Suzumura, K. (Eds.). (2010). Handbook of social choice and welfare (Vol. 2). Elsevier.
[4] Shvydun, S. (2016). Normative properties of multi-criteria choice procedures and their superpositions: I. arXiv preprint arXiv:1611.00524. doi: 10.48550/arXiv.1611.00524.