docz1105 commited on
Commit
f8f4794
·
verified ·
1 Parent(s): fb08dc4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -4
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
- title={BePilot: An AI Programming Assistant for Compiler Backend Development},
136
- author={Ming Zhong, Xin Sun, Fang Lv, Lulin Wang, Hongna Geng, Lei Qiu, Huimin Cui, Xiaobing Feng},
137
- booktitle={ACM Transactions on Software Engineering and Methodology (TOSEM)},
138
- year={2025}
 
 
 
 
 
 
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
  ```