Update README.md
Browse files
README.md
CHANGED
|
@@ -21,6 +21,8 @@ tags:
|
|
| 21 |
|
| 22 |
# A New Frontier in Code Retrieval via Adaptive Cross-Attention Pooling
|
| 23 |
|
|
|
|
|
|
|
| 24 |
**C2LLMs (Code Contrastive Large Language Models)** are powerful new models for generating code embeddings, designed to capture the deep semantics of source code.
|
| 25 |
|
| 26 |
#### Key Features
|
|
@@ -154,6 +156,16 @@ If you find this project helpful, please give it a star. It means a lot to us!
|
|
| 154 |
|
| 155 |
[](https://github.com/codefuse-ai/CodeFuse-Embeddings/tree/main)
|
| 156 |
|
| 157 |
-
##
|
| 158 |
-
|
| 159 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
# A New Frontier in Code Retrieval via Adaptive Cross-Attention Pooling
|
| 23 |
|
| 24 |
+
[Paper](https://huggingface.co/papers/2512.21332) | [Code](https://github.com/codefuse-ai/CodeFuse-Embeddings)
|
| 25 |
+
|
| 26 |
**C2LLMs (Code Contrastive Large Language Models)** are powerful new models for generating code embeddings, designed to capture the deep semantics of source code.
|
| 27 |
|
| 28 |
#### Key Features
|
|
|
|
| 156 |
|
| 157 |
[](https://github.com/codefuse-ai/CodeFuse-Embeddings/tree/main)
|
| 158 |
|
| 159 |
+
## Citation
|
| 160 |
+
|
| 161 |
+
@article{2025C2LLM,
|
| 162 |
+
title={C2LLM Technical Report: A New Frontier in Code Retrieval via Adaptive Cross-Attention Pooling},
|
| 163 |
+
author={Jin Qin and Zihan Liao and Ziyin Zhang and Hang Yu and Peng Di and Rui Wang},
|
| 164 |
+
journal = {CoRR},
|
| 165 |
+
volume = {abs/2512.21332},
|
| 166 |
+
year = {2025},
|
| 167 |
+
url = {https://doi.org/10.48550/arXiv.2512.21332},
|
| 168 |
+
doi = {10.48550/ARXIV.2512.21332},
|
| 169 |
+
eprinttype = {arXiv},
|
| 170 |
+
eprint = {2512.21332}
|
| 171 |
+
}
|