3 papers
cs.IR2024
Deep Code Search with Naming-Agnostic Contrastive Multi-View Learning
Jiadong Feng, Wei Li, Suhuang Wu +4
Software development is a repetitive task, as developers usually reuse or get inspiration from existing implementations. Code search, which refers to the retrieval of relevant code…
cs.SE2023
On the Effectiveness of Large Language Models in Domain-Specific Code Generation
Xiaodong Gu, Meng Chen, Yalan Lin +6
Large language models (LLMs) such as ChatGPT have shown remarkable capabilities in code generation. Despite significant achievements, they rely on enormous training data to acquire…
cs.CL2023
Code Search Debiasing:Improve Search Results beyond Overall Ranking Performance
Sheng Zhang, Hui Li, Yanlin Wang +4
Code search engine is an essential tool in software development. Many code search methods have sprung up, focusing on the overall ranking performance of code search. In this paper,…