Spaces:
Sleeping
Sleeping
GritLs commited on
Commit ·
5788503
1
Parent(s): 2b3ec35
docs: unify citation and add arXiv link
Browse files- src/tabs/submission.py +6 -3
src/tabs/submission.py
CHANGED
|
@@ -150,10 +150,13 @@ def create_submission_tab(data: SnapshotData) -> gr.Blocks:
|
|
| 150 |
|
| 151 |
If you use ConTSG-Bench in your research, please cite:
|
| 152 |
|
|
|
|
|
|
|
| 153 |
```bibtex
|
| 154 |
-
@article{
|
| 155 |
-
title={ConTSG-Bench: A
|
| 156 |
-
author={
|
|
|
|
| 157 |
year={2026}
|
| 158 |
}
|
| 159 |
```
|
|
|
|
| 150 |
|
| 151 |
If you use ConTSG-Bench in your research, please cite:
|
| 152 |
|
| 153 |
+
Paper: https://arxiv.org/abs/2603.04767
|
| 154 |
+
|
| 155 |
```bibtex
|
| 156 |
+
@article{contsgbench2026,
|
| 157 |
+
title={ConTSG-Bench: A Unified Benchmark for Conditional Time Series Generation},
|
| 158 |
+
author={Shaocheng Lan and Shuqi Gu and Zhangzhi Xiong and Kan Ren},
|
| 159 |
+
journal={arXiv preprint arXiv:2603.04767},
|
| 160 |
year={2026}
|
| 161 |
}
|
| 162 |
```
|