add citation
Browse files
README.md
CHANGED
@@ -28,6 +28,17 @@ Initialized with **RoBERTa**
|
|
28 |
|
29 |
Please update to [SmartBERT V2](https://huggingface.co/web3se/SmartBERT-v2)
|
30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
## Thanks
|
32 |
|
33 |
- [Institute of Intelligent Computing Technology, Suzhou, CAS](http://iict.ac.cn/)
|
|
|
28 |
|
29 |
Please update to [SmartBERT V2](https://huggingface.co/web3se/SmartBERT-v2)
|
30 |
|
31 |
+
## Citations
|
32 |
+
|
33 |
+
```tex
|
34 |
+
@article{huang2025smart,
|
35 |
+
title={Smart Contract Intent Detection with Pre-trained Programming Language Model},
|
36 |
+
author={Huang, Youwei and Li, Jianwen and Fang, Sen and Li, Yao and Yang, Peng and Hu, Bin and Zhang, Tao},
|
37 |
+
journal={arXiv preprint arXiv:2508.20086},
|
38 |
+
year={2025}
|
39 |
+
}
|
40 |
+
```
|
41 |
+
|
42 |
## Thanks
|
43 |
|
44 |
- [Institute of Intelligent Computing Technology, Suzhou, CAS](http://iict.ac.cn/)
|