Geralt-Targaryen commited on
Commit
2f88e6d
·
verified ·
1 Parent(s): 47a30c5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -3
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
  [![GitHub stars](https://img.shields.io/github/stars/codefuse-ai/CodeFuse-Embeddings?style=social)](https://github.com/codefuse-ai/CodeFuse-Embeddings/tree/main)
156
 
157
- ## Correspondence to
158
-
159
- Jin Qin (qj431428@antgroup.com), Zihan Liao ([email protected]), Ziyin Zhang ([email protected]), Hang Yu ([email protected]), Peng Di ([email protected])
 
 
 
 
 
 
 
 
 
 
 
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
  [![GitHub stars](https://img.shields.io/github/stars/codefuse-ai/CodeFuse-Embeddings?style=social)](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
+ }