Thank you for the detailed response!
Thank you very much for the detailed response. In the following, we respond to your concerns point by point.
---
### **W1: Searching for meta-paths for heterogeneous graphs is not a new topic. Applying a commonly used search method for a not new topic is not very exciting.**
**R1:** We appreciate that the reviewer gave us the opportunity to highlight our novelty again. We agree that searching for meta-paths for heterogeneous graphs is not a new topic. However, we would like to clarify that:
1. LMSPS is the first HGNN that makes it possible to achieve automated meta-path search for large-scale heterogeneous graph node property prediction*.
2. LMSPS is the first HGNN to utilize long-range dependency in large-scale heterogeneous graphs.
3. The searched meta-paths of LMSPS can be generalized to other HGNNs to boost their performance, which has not been achieved by existing works.
**All the above contributions are new topics.** In addition, as described by the reviewer, the differentiable search method is widely used in many applications inspired by NAS. There have been dozens of papers accepted by top conferences. In our paper, we have cited the related paper a dozen times, highlighted the differences between LMSPS and them, and compared LMSPS with the representative methods. **Overall, we can conclude that our search method is totally new.** The theoretical analysis of the reasonableness of the sampling search is provided below. Thank you very much!
---
### **W2: Many large graphs in OGB are heterogeneous and can be used for evaluation**.
**R2:** Thank you for the question. **We would like to clarify that many excellent works [1-4] also highlight their advantage on large-scale heterogeneous node property prediction only based on the results on OGBN-MAG.** In addition, in OGB, there are only six datasets for node property prediction: ogbn-products, ogbn-proteins, ogbn-arxiv, ogbn-papers100M, and ogbn-mag, and MAG240M. Except for ogbn-mag and MAG240M, all other four datasets are not heterogeneous. Because MAG240M contains over 240,000,000 nodes, it has hardly been tested by related works. The following tables shows the statistics of ogbn-mag and MAG240M. Although we have tried to run MAG240M, our hardware conditions cannot support the training even in the preprocessing stage. Thank you very much!
| Dataset | Num paper nodes | Num author nodes | Num institution nodes | Num field nodes | Total |
| -------- | --------------- | ---------------- | --------------------- | --------------- | ------------------- |
| ogbn-mag | 736,389 | 1,134,649 | 8,740 | 59,965 | 1,939,743 |
| MAG240M | 121,751,666 | 122,383,112 | 25,721 | - | 244,160,652 (126x) |
| Dataset | Num paper-paper edges | Num author-paper edges | Num author-institution edges | Num paper-field edges | Total |
| -------- | --------------------- | ---------------------- | ---------------------------- | --------------------- | -------------------- |
| ogbn-mag | 5,416,271 | 7,145,660 | 1,043,998 | 7,505,078 | 21,111,007 |
| MAG240M | 1,297,748,926 | 386,022,720 | 44,592,586 | - | 1,728,364,232 (82x) |
---
### **W3: The authors should find some common insights from the searched meta-path.**
**R3:** We appreciate that the reviewer gave us the opportunity to highlight our insights again. We have shown insights into DBLP, IMDB, and ACM in the global response. We show them again as follows.
* In DBLP with target node type Author, the information from P (Paper) and A (Author) is slightly more important than that from T (Term) and V (Venue).
* In IMDB with target node type Movie, the importance of information of K (Keyword), M (Movie), A (Actor) and D (Director) gradually decreases.
* In ACM with target node type Paper, the importance of information of P (Paper), A (Author) and C (Conference) gradually decreases.
* **For all related datasets, the importance of node type is highly related to the target node type**.
---
Thank you once more for your efforts. Please kindly let us know if our response has addressed your concerns. We are happy to answer your remaining concerns and questions if you have any.
---
[1] Open Graph Benchmark: Datasets for Machine Learning on Graphs. NeurIPS, 2020.
[2] Graph Attention Multi-Layer Perceptron. KDD, 2022.
[3] Simple and Efficient Heterogeneous Graph Neural Network. AAAI, 2023.
[4] An Efficient Subgraph-Inferring Framework for Large-Scale Heterogeneous Graphs. AAAI, 2024.