Cloudy1225 commited on
Commit
8f55983
·
verified ·
1 Parent(s): 32b5747

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -60,3 +60,18 @@ print("positive", scores[2])
60
  neutral 5.9470447e-05
61
  positive 0.99978495
62
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
60
  neutral 5.9470447e-05
61
  positive 0.99978495
62
 
63
+
64
+
65
+ ## Acknowledgments
66
+
67
+ This project was developed as part of the **Software Engineering and Technology III** course at Software Institute, Nanjing University in Spring 2023. For more insights into sentiment analysis on software engineering texts, you can refer to the following paper:
68
+
69
+ ```
70
+ @inproceedings{sun2022incorporating,
71
+ title={Incorporating Pre-trained Transformer Models into TextCNN for Sentiment Analysis on Software Engineering Texts},
72
+ author={Sun, Kexin and Shi, Xiaobo and Gao, Hui and Kuang, Hongyu and Ma, Xiaoxing and Rong, Guoping and Shao, Dong and Zhao, Zheng and Zhang, He},
73
+ booktitle={Proceedings of the 13th Asia-Pacific Symposium on Internetware},
74
+ pages={127--136},
75
+ year={2022}
76
+ }
77
+ ```