Update README.md
Browse files
README.md
CHANGED
@@ -18,6 +18,13 @@ The Code can be found at the github repository: https://github.com/ClaasBeger/St
|
|
18 |
Model Performance:
|
19 |

|
20 |
|
21 |
-
## Citation
|
22 |
|
23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
Model Performance:
|
19 |

|
20 |
|
21 |
+
## Citation
|
22 |
|
23 |
+
```bibtex
|
24 |
+
@inproceedings{CoCoNUT,
|
25 |
+
title={CoCoNUT: Structural Code Understanding does not fall out of a tree},
|
26 |
+
author={Claas Beger, Saikat Dutta},
|
27 |
+
booktitle={Proceedings of the 2nd International Workshop on Large Language Models for Code},
|
28 |
+
year={2025}
|
29 |
+
}
|
30 |
+
```
|