Skip to content

Commit a709646

Browse files
committed
first commit
1 parent 4f41263 commit a709646

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

readme.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,15 @@ We provide the experiment scripts under the folder `./Run/scripts`. You can run
5555
sh .Run/scripts/humanactivity.sh
5656
```
5757

58-
**Note:** This repository currently provides only a deployable TorchScript model file (`.ts`) for running inference and reproducing the results reported in the paper. To protect implementation details, we do not release the original PyTorch model definition and training code at this stage. We will open-source the complete codebase (model architecture, training/evaluation scripts, data processing, and configurations) after the paper is accepted.
58+
## Citation
59+
60+
If you find this repository useful for your research, please consider citing:
61+
62+
```
63+
@inproceedings{li2026TiWeaver,
64+
title={TiWeaver: Unified Temporal Dynamics Modeling via Contextual Patching},
65+
author={Li, Zhe and Tian, Jindong and Miao, Hao and Lei, Zhi and Guo, Chenjuan and Yang, Bin},
66+
booktitle={SIGKDD},
67+
year={2026}
68+
}
69+
```

0 commit comments

Comments
 (0)