Alessamo commited on
Commit
c3ebe38
·
verified ·
1 Parent(s): 8b4d80e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -26,7 +26,7 @@ The Cognition dimension of the CDT framework is inspired by the **Cattell-Horn-C
26
  <!-- Provide the basic links for the model. -->
27
 
28
  - **Repository:** https://github.com/Alessa-mo/CDT
29
- - **Paper Link:**
30
 
31
  ### Basic Usage
32
  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
  ## Citation
65
  If you find this model useful, please cite:
66
  ```bash
 
 
 
 
 
 
 
 
 
 
67
  ```
 
26
  <!-- Provide the basic links for the model. -->
27
 
28
  - **Repository:** https://github.com/Alessa-mo/CDT
29
+ - **Paper Link:** https://arxiv.org/abs/2509.24422
30
 
31
  ### Basic Usage
32
  Please refer to https://github.com/Alessa-mo/CDT. You can run the following scripts to tag the cognition labels.
 
64
  ## Citation
65
  If you find this model useful, please cite:
66
  ```bash
67
+ @misc{mo2025cdtcomprehensivecapabilityframework,
68
+ title={CDT: A Comprehensive Capability Framework for Large Language Models Across Cognition, Domain, and Task},
69
+ author={Haosi Mo and Xinyu Ma and Xuebo Liu and Derek F. Wong and Yu Li and Jie Liu and Min Zhang},
70
+ year={2025},
71
+ eprint={2509.24422},
72
+ archivePrefix={arXiv},
73
+ primaryClass={cs.CL},
74
+ url={https://arxiv.org/abs/2509.24422},
75
+ }
76
+
77
  ```