Update README.md
Browse files
README.md
CHANGED
@@ -132,9 +132,15 @@ ComBack++ is a large-scale, multi-platform and multi-language compiler backend c
|
|
132 |
## Citation
|
133 |
```
|
134 |
@article{zhong2025bepilot,
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
139 |
}
|
140 |
```
|
|
|
132 |
## Citation
|
133 |
```
|
134 |
@article{zhong2025bepilot,
|
135 |
+
author = {Zhong, Ming and Sun, Xin and Lv, Fang and Wang, Lulin and Geng, Hongna and Qiu, Lei and Cui, Huimin and Feng, Xiaobing},
|
136 |
+
title = {BePilot: An AI Programming Assistant for Compiler Backend Development},
|
137 |
+
year = {2025},
|
138 |
+
publisher = {Association for Computing Machinery},
|
139 |
+
address = {New York, NY, USA},
|
140 |
+
issn = {1049-331X},
|
141 |
+
url = {https://doi.org/10.1145/3764585},
|
142 |
+
doi = {10.1145/3764585},
|
143 |
+
note = {Just Accepted},
|
144 |
+
journal = {ACM Trans. Softw. Eng. Methodol.}
|
145 |
}
|
146 |
```
|