We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.SE

Change to browse by:

cs

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Software Engineering

Title: Revisiting Code Search in a Two-Stage Paradigm

Abstract: With a good code search engine, developers can reuse existing code snippets and accelerate software development process. Current code search methods can be divided into two categories: traditional information retrieval (IR) based and deep learning (DL) based approaches. DL-based approaches include the cross-encoder paradigm and the bi-encoder paradigm. However, both approaches have certain limitations. The inference of IR-based and bi-encoder models are fast, however, they are not accurate enough; while cross-encoder models can achieve higher search accuracy but consume more time. In this work, we propose TOSS, a two-stage fusion code search framework that can combine the advantages of different code search methods. TOSS first uses IR-based and bi-encoder models to efficiently recall a small number of top-k code candidates, and then uses fine-grained cross-encoders for finer ranking. Furthermore, we conduct extensive experiments on different code candidate volumes and multiple programming languages to verify the effectiveness of TOSS. We also compare TOSS with six data fusion methods. Experimental results show that TOSS is not only efficient, but also achieves state-of-the-art accuracy with an overall mean reciprocal ranking (MRR) score of 0.763, compared to the best baseline result on the CodeSearchNet benchmark of 0.713. Our source code and experimental data are available at: this https URL
Comments: Accepted by WSDM 2023
Subjects: Software Engineering (cs.SE)
DOI: 10.1145/3539597.3570383
Cite as: arXiv:2208.11274 [cs.SE]
  (or arXiv:2208.11274v3 [cs.SE] for this version)

Submission history

From: Fan Hu [view email]
[v1] Wed, 24 Aug 2022 02:34:27 GMT (3047kb,D)
[v2] Tue, 7 Mar 2023 09:39:42 GMT (3028kb,D)
[v3] Thu, 28 Mar 2024 03:51:21 GMT (3029kb,D)

Link back to: arXiv, form interface, contact.