Downstream tasks and clarifications
Dear reviewer,
Thank you for your comments. We have updated the manuscript to address your concerns. Note that changes are highlighted in red.
# Downstream experiments
We understand the concern regarding downstream tasks. First, we would like to emphasize that the primary objective of this paper is focused on embeddings—specifically, the ability to faithfully represent discrete graph structures within a manifold representation. This focus forms the foundation of both our theoretical guarantees and computational framework. Accordingly, the main experiments in the text concentrate on this objective, encompassing both synthetic DAG embedding experiments and real-world applications such as hyperlink and gene regulatory networks.
Nevertheless, we agree that exploring the downstream performance of features derived from these embeddings is an interesting direction for future research. In response to comments raised in **Weakness Points 1, 2, and 3**, we have included Appendix D.6 at the end of the paper. This appendix proposes a method for leveraging NST-based features in downstream tasks and evaluates them using MLPs, GCNs, GATs, CPGNN-MLPs, and CPGNN-Chebys on the Cornell, Texas, and Wisconsin datasets. We hope this addition addresses:
- Node classification experiments (**Point 1**),
- Benchmarking with CPGNN and heterophilic graphs (**Point 2**, as Cornell, Texas, and Wisconsin are heterophilic), and
- Benchmarking with GCN and GAT on real-world learning tasks (**Point 3**).
We have reproduced all the baselines, including the full CPGNN framework (pretraining, initialization, and regularization).
Hyperparameters and results are extensively discussed in the appendix. We also reiterate that this was not the original focus of the paper and invite the community to further explore downstream applications of NSTs.
Finally, we would like to clarify that our framework does not address spatiotemporal graphs. We only consider static graphs with directed edges, not dynamic graphs that evolve over time. In our case, the "time" manifold captures causality (i.e., directionality within the static graph). Spatiotemporal graph learning and DAG learning are distinct problems, and our work focuses on the latter.
# Large Graph Embeddings
We also address **point 4 in the weaknesses** section by including an additional subsection called 'Ogbn-arxiv Large Citation Graph Embedding' inside Appendix D.3. In which we embed the arxiv dataset from OGBN as suggested by the reviewer, which is two orders of magnitude bigger than the other graph datasets we considered before. We consistently observe the superiority of NSTs as compared to fixed geometries.
# Questions
- **Question 1**: The reviewer asks how do NSTs perform in real-world tasks using well-established metrics such as accuracy. Please refer to the newly included Appendix D.6. We can see that including NST based features boost the performance in terms of accuracy for most model configurations and ablations. We would also like to highlight that our distortion metric used to evaluate embedding is a standard 'well-established metric' in the graph embedding literature. Please refer for reference such as 'Cuts, Trees and `1-Embeddings of Graphs' and also ' Embedding Tree Metrics into Low-Dimensional Euclidean Spaces' by Gupta. For the 'directionality' embedding we do use accuracy to quantify the proportion of edges the NST represents correctly.
- **Question 2**: We have addressed with in Appendix D.6 too. Rather than how NSTs compare to GNNs, we use NST features to enhance downstream classifiers, which may include GNNs. Interestingly, we actually find that MLPs enhanced with NSTs work best at least for Texas, Cornell, and Wisconsin.
- **Question 3**: See Appendix D.3. We still show superiority of NSTs over Minkowski and De Sitter space. As expected, increasing the graph makes the task harder for all models.
- **Question 4**: In appendix D.6 we focus on heterophilic graphs and use the baselines suggested by the reviewer. NST features do help in general for this task according to our initial experimentation.