Update README.md
Browse files
README.md
CHANGED
|
@@ -27,7 +27,7 @@ This model identifies the fundamental task a user wants the LLM to perform.
|
|
| 27 |
<!-- Provide the basic links for the model. -->
|
| 28 |
|
| 29 |
- **Repository:** https://github.com/Alessa-mo/CDT
|
| 30 |
-
- **Paper Link:**
|
| 31 |
|
| 32 |
### Basic Usage
|
| 33 |
Please refer to https://github.com/Alessa-mo/CDT. You can run the following scripts to tag the cognition labels.
|
|
@@ -64,4 +64,14 @@ python annotate.py \
|
|
| 64 |
```
|
| 65 |
## Citation
|
| 66 |
If you find this model useful, please cite:
|
| 67 |
-
```bash
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
<!-- Provide the basic links for the model. -->
|
| 28 |
|
| 29 |
- **Repository:** https://github.com/Alessa-mo/CDT
|
| 30 |
+
- **Paper Link:** https://arxiv.org/abs/2509.24422
|
| 31 |
|
| 32 |
### Basic Usage
|
| 33 |
Please refer to https://github.com/Alessa-mo/CDT. You can run the following scripts to tag the cognition labels.
|
|
|
|
| 64 |
```
|
| 65 |
## Citation
|
| 66 |
If you find this model useful, please cite:
|
| 67 |
+
```bash
|
| 68 |
+
@misc{mo2025cdtcomprehensivecapabilityframework,
|
| 69 |
+
title={CDT: A Comprehensive Capability Framework for Large Language Models Across Cognition, Domain, and Task},
|
| 70 |
+
author={Haosi Mo and Xinyu Ma and Xuebo Liu and Derek F. Wong and Yu Li and Jie Liu and Min Zhang},
|
| 71 |
+
year={2025},
|
| 72 |
+
eprint={2509.24422},
|
| 73 |
+
archivePrefix={arXiv},
|
| 74 |
+
primaryClass={cs.CL},
|
| 75 |
+
url={https://arxiv.org/abs/2509.24422},
|
| 76 |
+
}
|
| 77 |
+
```
|