Thank you for your response! We are delighted to have received your feedback, and your insights are invaluable for enhancing the quality of this paper. Concerning the citations of relevant works, we have added up to 19 additional references on the topic of TKGC in the revised manuscript. These references can be found in the global rebuttal available at (https://openreview.net/forum?id=oaGdsgB18L¬eId=KOfY3P2mqt), showcasing the distinctions and connections between our paper and existing works on the subject. Furthermore, in response to your recent mention of temporal reasoning on TKGs, we have incorporated an additional paper, few-shot temporal reasoning over TKGs [20]. With these amendments, the section on TKG-related works now reads as follows:
```markdown
TKGC task aims at inferencing new facts in the TKGs. Existing TKGC methods could be categorized to (1) tensor decomposition [1,2,3], (2) timestamp-based transformation [4,5,6,7,8], (3) dynamic embedding [9,10,11,12], (4) Markov process models [13,14], (5) autoregressive models [15,16,17], (6) others [18,19,20] and so on. Among these works, most of them only confined to the one-hop link prediction task, also known as one-hop reasoning. Some works [12,15,16,17,19] can perform multi-hop reasoning via a path consisting of connected quartets. But none of them could answer logical queries that involve multiple logical operations (conjunction, negation and disjunction). In this paper, we focus on the temporal complex query answering task, which is more challenging than TKGC task.
```
This revision includes representative works up until 2022. Despite this, none of the referenced articles delve into reasoning involving complex symbolic logic, as they remain restricted to single-hop and multi-hop reasoning. Therefore, we firmly believe that this paper marks the first multi-hop logical reasoning framework on TKGs with a temporal component that encompasses logic. We are confident that our paper has made indispensable contributions to the field of knowledge graphs, encompassing the introduction of the initial formal definition, the creation of a novel reasoning dataset, the establishment of a TKGR framework, and the identification of future directions for this domain. Your reviews have also consistently acknowledged these contributions. We hope these can serve as justifiable reasons for you to consider a higher rating. It is really important to support our future work.
Based on your brief response, it appears that aside from the section on related works, you are satisfied with the rebuttal provided. Should you have any further inquiries or if you believe there are other aspects we have overlooked, please do not hesitate to bring them to our attention. We are eager to engage in further communication and discussion with you.
References:
- [1] Tensor Decomposition-Based Temporal Knowledge Graph Embedding.
- [2] Tensor decompositions for temporal knowledge base completion.
- [3] Tucker decomposition-based Temporal Knowledge Graph Completion.
- [4] ChronoR: Rotation Based Temporal Knowledge Graph Embedding
- [5] Deriving validity time in knowledge graph.
- [6] Leveraging Static Models for Link Prediction in Temporal Knowledge Graphs.
- [7] TeRo: A Time-aware Knowledge Graph Embedding via Temporal Rotation.
- [8] HyTE: Hyperplane-based Temporally aware Knowledge Graph Embedding.
- [9] Temporal Knowledge Graph Completion Based on Time Series Gaussian Embedding.
- [10] DyERNIE: Dynamic Evolution of Riemannian Manifold Embeddings for Temporal Knowledge Graph Completion.
- [11] Know-Evolve: Deep Temporal Reasoning for Dynamic Knowledge Graphs.
- [12] TeMP: Temporal Message Passing for Temporal Knowledge Graph Completion.
- [13] RTFE: A Recursive Temporal Fact Embedding Framework for Temporal Knowledge Graph Completion.
- [14] Learning Dynamic Embeddings for Temporal Knowledge Graphs.
- [15] Recurrent Event Network: Autoregressive Structure Inference over Temporal Knowledge Graphs.
- [16] Temporal Knowledge Graph Reasoning Based on Evolutional Representation Learning.
- [17] Learning Neural Ordinary Equations for Forecasting Future Links on Temporal Knowledge Graphs.
- [18] Explainable Subgraph Reasoning for Forecasting on Temporal Knowledge Graphs.
- [19] Learning to Walk across Time for Interpretable Temporal Knowledge Graph Completion.
- [20] Learning to Sample and Aggregate: Few-shot Reasoning over Temporal Knowledge Graphs