This is the implementation of our ICSE'24 paper "Code Search is All You Need? Improving Code Suggestions with Code Search".
Our datasets can be downloaded from Google Drive. Due to storage limitations, we provide our models only via Baidu Netdisk.
These datasets are processed on CodeXGLUE, CodeMatcher, and PyTorrent(Both_Docstrings_UserComments_v2)
Some code is adapted from microsoft/CodeXGLUE and kimiyoung/transformer-xl.
If you find our research work helpful, please consider citing our paper:
@inproceedings{chen2024code,
title={Code Search is All You Need? Improving Code Suggestions with Code Search},
author={Chen, Junkai and Hu, Xing and Li, Zhenhao and Gao, Cuiyun and Xia, Xin and Lo, David},
booktitle={Proceedings of the IEEE/ACM 46th International Conference on Software Engineering},
pages={1--13},
year={2024}
}