Response to Reviewer ufZT (1)
Thank you for your additional feedback. We have carefully considered your concerns and would like to address them as follows:
1. Following your suggestion, we have conducted a thorough examination of various real-world benchmarks, including those that are typically used for other graph learning tasks (e.g., graph or node classification). We see the challenge of identifying heterophilic link prediction benchmarks as an opportunity to introduce more diverse, real datasets for this task. Specifically, we have identified a range of biological graph datasets from the TUDataset [1] that exhibit feature heterophily (these datasets are typically used for graph classification). In particular, the following datasets comprise **entirely heterophilic graphs** (i.e., every single graph has negative homophily ratios):
- aspirin
- benzene
- malonaldehyde
- naphthalene
- salicylic_acid
- toluene
- uracil
These datasets are substantial in size, as detailed below:
| Dataset (from TUDataset) | Number of Graphs |
|--------------------------|------------------|
| aspirin | 111,763 |
| benzene | 527,984 |
| malonaldehyde | 893,238 |
| naphthalene | 226,256 |
| salicylic_acid | 220,232 |
| toluene | 342,791 |
| uracil | 133,770 |
In addition, some datasets contain instances that are **strongly heterophilious** (with homophily ratio -1.0), including bbbp, NCI1, AIDS, and QM9 [2]. Note that such findings are not only limited to biological datasets. For instance, 73% of graphs from PATTERN [3] (Mathematical Modeling) have negative homophily ratios.
Furthermore, we have identified node classification benchmarks from torch-geometric.datasets that display a wide range of feature homophily ratios, many of which are more heterphilious than e-comm, the one we proposed in paper. Notably, some real-world benchmarks exhibit negative homophily ratios. We summarize our findings in the following table.
| Dataset | Homophily Ratios |
| ----------------------------------------- | ---------------- |
| Ogbl-ppa | 0.74 |
| Ogbl-collab (in the paper) | 0.70 |
| Ogbl-citat2 (in the paper) | 0.40 |
| WikiCS [4] | 0.35 |
| PubMed [5] | 0.22 |
| e-comm (in the paper) | 0.18 |
| DBLP [5] | 0.13 |
| Cora [5] / FacebookPagepage [10] | 0.12 |
| AQSOL [6] / Yelp | 0.12 |
| PPI [7] | 0.11 |
| Facebook [8] | 0.11 |
| Amazon-Photo [9] | 0.10 |
| Amazon-Computers [9] | 0.07 |
| Twitch-DE [10] | 0.07 |
| Twitch-FR [10] | 0.06 |
| BlogCatalog [8] | 0.06 |
| CiteSeer [8] | 0.05 |
| TWeibo [8] | 0.01 |
| Karateclub [11] | -0.03 |
| UPFD [12] | -0.10 |
| BBBP instances [2] | -1.00 |
| NCI1 instances [1] | -1.00 |
| AIDS instances [1] | -1.00 |
| QM9 instances [2] | -1.00 |
In addition to the homophily ratios presented above, we provide the feature similarity distributions for edges and random node pairs across several datasets in this [anoynomized GitHub repo](https://anonymous.4open.science/r/FeatureHeteroPlots-D591), following the same convention as Figure 5 in our paper. These plots reveal clear signs of heterophily in the existing benchmark graphs.
Consequently, we believe that our study is grounded in existing benchmarks. We will include these findings in our paper to present a set of diverse link prediction datasets and we will also encourage the introduction of additional heterophilic datasets, thereby broadening the scope of research in this area. Thank you again for leading us to this direction!