Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -123,4 +123,16 @@ You are responsible for ensuring your use complies with the license of each indi
|
|
| 123 |
|
| 124 |
## Citation
|
| 125 |
|
| 126 |
-
If you use DTLBench, please
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 123 |
|
| 124 |
## Citation
|
| 125 |
|
| 126 |
+
If you use DTLBench, please consider citing our paper:
|
| 127 |
+
```
|
| 128 |
+
@misc{guo2026cascadecasebasedcontinualadaptation,
|
| 129 |
+
title={CASCADE: Case-Based Continual Adaptation for Large Language Models During Deployment},
|
| 130 |
+
author={Siyuan Guo and Yali Du and Hechang Chen and Yi Chang and Jun Wang},
|
| 131 |
+
year={2026},
|
| 132 |
+
eprint={2605.06702},
|
| 133 |
+
archivePrefix={arXiv},
|
| 134 |
+
primaryClass={cs.AI},
|
| 135 |
+
url={https://arxiv.org/abs/2605.06702},
|
| 136 |
+
}
|
| 137 |
+
```
|
| 138 |
+
|