Thank you for your follow-up questions!
We are glad that most of your concerns have been addressed! Regarding your follow-up questions:
(1) Thanks for bringing up this interesting perspective. Indeed, it has been observed that the local clustering coefficient (LCC) decreases as node degree increases [1]. This is in part due to real-world networks being sparse and high-degree nodes inducing a larger number of possible connections between neighbors (i.e., a larger denominator when computing the LCC).
Some works have studied the impact of clustering coefficients on link prediction performance [2, 3, 4]. However, these papers only consider the effect of the *global* clustering coefficient of a network on overall link prediction performance for that network. That is, these papers find that the overall link prediction performance of network embedding algorithms is often higher for networks with a larger global clustering coefficient (and even then, this is not observed for some algorithms like Matrix Factorization [2]). These papers do not consider disparities in link prediction performance across nodes in the same network with different local clustering coefficients; the trend of better link prediction performance with a higher clustering coefficient may not hold locally because the global clustering coefficient is a simple average of and does not account for variance in local clustering coefficients across nodes. Furthermore, [2, 3, 4] do not consider initial node features or graph neural networks, which often have a narrower receptive field than spectral embedding methods (e.g., random walk, eigendecomposition).
Moreover, the labels and evaluation for link prediction can confound intuition. Unlike node classification, the labels for link prediction (i.e., the existence or not of a link) make the task naturally imbalanced with respect to node degree; high-degree nodes have a much higher rate of positive links than low-degree nodes. This association between degree and positive labels can influence the misclassification error. In addition, many published link prediction evaluation results are based on label sampling methods that favor high-degree nodes [5].
Ultimately, more rigorous theoretical analysis and experimentation are needed to confirm the implications of node degree for link prediction performance.
(2) The training loss curves in Figure 6 still support our theoretical analysis. Theorem 4 reveals that for $\overline{SYM}$, node degree _and_ the (degree-discounted) expected feature similarity $\tilde{\chi}_i$ affects the rate of learning. On the other hand, Theorem 5 indicates that for $\overline{RW}$, while we do not expect node degree to impact the rate of learning, the expected feature similarity $\chi_i$ is still influential. Hence, interpreting Theorems 4 and 5 jointly, we expect and accordingly observe that the orange curve for SYM has a steeper rate of decrease *relative* to the orange curve for RW as the number of epochs increases. We will revise the interpretation of our results to make it more clear that while node degree highly affects the rate of learning, differences in $\chi_i$ across nodes of different degrees are also influential (lines 268-273).
[1] Vázquez, Alexei, Romualdo Pastor-Satorras, and Alessandro Vespignani. "Large-scale topological and dynamical properties of the Internet." Physical Review E 65.6 (2002): 066130.
[2] Robledo, O.F., Zhan, XX., Hanjalic, A. et al. Influence of clustering coefficient on network embedding in link prediction. Appl Netw Sci 7, 35 (2022). https://doi.org/10.1007/s41109-022-00471-1
[3] Feng, Xu, J. C. Zhao, and Ke Xu. "Link prediction in complex networks: a clustering perspective." The European Physical Journal B 85 (2012): 1-9.
[4] M. Khosla, V. Setty and A. Anand, "A Comparative Study for Unsupervised Network Representation Learning," in IEEE Transactions on Knowledge and Data Engineering, vol. 33, no. 5, pp. 1807-1818, 1 May 2021, doi: 10.1109/TKDE.2019.2951398.
[5] Aiyappa, Rachith, et al. "Implicit degree bias in the link prediction task." arXiv preprint arXiv:2405.14985 (2024).