Skip to content

Commit eeedf81

Browse files
committed
add readme
1 parent 8eb4bbe commit eeedf81

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

README.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# TTCS: Test-Time Curriculum Synthesis for Self-Evolving
22

3+
<div align="center">
4+
<a href="https://arxiv.org/abs/2601.22628"><img src="https://img.shields.io/badge/Paper-arXiv-red?logo=arxiv&style=flat-square" alt="arXiv"></a>
5+
<a href="https://huggingface.co/papers/2601.22628"><img src="https://img.shields.io/badge/Paper-HuggingFace-yellow?logo=huggingface&style=flat-square" alt="HuggingFace"></a>
6+
<a href="https://github.com/XMUDeepLIT/TTCS"><img src="https://img.shields.io/github/stars/XMUDeepLIT/TTCS?style=flat-square" alt="GitHub Stars"></a>
7+
<a href="https://github.com/XMUDeepLIT/TTCS/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square" alt="License"></a>
8+
</div>
9+
10+
<br>
11+
312
> A self-evolving framework that enhances LLM mathematical reasoning through dynamic Synthesizer-Solver co-evolution at test time.
413
514
## 🏴 Overview
@@ -151,6 +160,40 @@ Our framework builds upon the excellent work of:
151160

152161
---
153162

163+
## 📝 Citation
164+
165+
If you find TTCS helpful for your research, please cite our paper:
166+
167+
```bibtex
168+
@article{ttcs2026,
169+
title={TTCS: Test-Time Curriculum Synthesis for Self-Evolving},
170+
author={},
171+
journal={arXiv preprint arXiv:2601.22628},
172+
year={2026}
173+
}
174+
```
175+
176+
**Links:**
177+
- 📄 **arXiv:** [https://arxiv.org/abs/2601.22628](https://arxiv.org/abs/2601.22628)
178+
- 🤗 **HuggingFace Papers:** [https://huggingface.co/papers/2601.22628](https://huggingface.co/papers/2601.22628)
179+
180+
---
181+
182+
## 🍀 Citation
183+
184+
If you find this work helpful, please cite our paper:
185+
186+
```bibtex
187+
@article{yang2026ttcs,
188+
title={TTCS: Test-Time Curriculum Synthesis for Self-Evolving},
189+
author={Yang, Chengyi and Xiang, Zhishang and Tang, Yunbo and Teng, Zongpei and Huang, Chengsong and Long, Fei and Liu, Yuhan and Su, Jinsong},
190+
journal={arXiv preprint arXiv:2601.22628},
191+
year={2026}
192+
}
193+
```
194+
195+
---
196+
154197
## 📄 License
155198

156199
This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.

0 commit comments

Comments
 (0)