Update README.md
Browse files
README.md
CHANGED
|
@@ -13,7 +13,7 @@ tags:
|
|
| 13 |
# AdaptThink: LLM Can Learn When to Think
|
| 14 |
|
| 15 |
<p align="center">
|
| 16 |
-
🤗 <a href="https://huggingface.co/collections/THU-KEG/adaptthink-682a1059aa9f5102c4fa0470" target="_blank">HF Collections</a> • 💻 <a href="" target="_blank">Github Repo</a> • 📃 <a href="" target="_blank">Paper</a>
|
| 17 |
</p>
|
| 18 |
|
| 19 |
## 🔍 Table of Contents
|
|
@@ -76,10 +76,11 @@ We list our evaluation results as follows:
|
|
| 76 |
If you find our work useful, please consider citing LongReward:
|
| 77 |
|
| 78 |
```
|
| 79 |
-
@article{
|
| 80 |
title = {AdaptThink: LLM Can Learn When to Think}
|
| 81 |
author={Jiajie Zhang and Nianyi Lin and Lei Hou and Ling Feng and Juanzi Li},
|
| 82 |
-
journal={arXiv preprint arXiv:},
|
|
|
|
| 83 |
year={2025}
|
| 84 |
}
|
| 85 |
```
|
|
|
|
| 13 |
# AdaptThink: LLM Can Learn When to Think
|
| 14 |
|
| 15 |
<p align="center">
|
| 16 |
+
🤗 <a href="https://huggingface.co/collections/THU-KEG/adaptthink-682a1059aa9f5102c4fa0470" target="_blank">HF Collections</a> • 💻 <a href="" target="_blank">Github Repo</a> • 📃 <a href="https://arxiv.org/abs/2505.13417" target="_blank">Paper</a>
|
| 17 |
</p>
|
| 18 |
|
| 19 |
## 🔍 Table of Contents
|
|
|
|
| 76 |
If you find our work useful, please consider citing LongReward:
|
| 77 |
|
| 78 |
```
|
| 79 |
+
@article{zhang2025adapt_think,
|
| 80 |
title = {AdaptThink: LLM Can Learn When to Think}
|
| 81 |
author={Jiajie Zhang and Nianyi Lin and Lei Hou and Ling Feng and Juanzi Li},
|
| 82 |
+
journal={arXiv preprint arXiv: 2505.13417},
|
| 83 |
+
url={https://arxiv.org/abs/2505.13417}
|
| 84 |
year={2025}
|
| 85 |
}
|
| 86 |
```
|