Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
|
5 |
+
If you find our work useful or helpful for your R&D works, please feel free to cite our paper as below.
|
6 |
+
```bibtex
|
7 |
+
@misc{tao2025codegraphmodelcgm,
|
8 |
+
title={Code Graph Model (CGM): A Graph-Integrated Large Language Model for Repository-Level Software Engineering Tasks},
|
9 |
+
author={Hongyuan Tao and Ying Zhang and Zhenhao Tang and Hongen Peng and Xukun Zhu and Bingchang Liu and Yingguang Yang and Ziyin Zhang and Zhaogui Xu and Haipeng Zhang and Linchao Zhu and Rui Wang and Hang Yu and Jianguo Li and Peng Di},
|
10 |
+
year={2025},
|
11 |
+
eprint={2505.16901},
|
12 |
+
archivePrefix={arXiv},
|
13 |
+
primaryClass={cs.SE},
|
14 |
+
url={https://arxiv.org/abs/2505.16901},
|
15 |
+
}
|
16 |
+
```
|