LGIRSEMLSep 20, 2019

CodeSearchNet Challenge: Evaluating the State of Semantic Code Search

arXiv:1909.09436v31382 citationsHas Code
Originality Synthesis-oriented
AI Analysis

This work addresses the need for standardized benchmarks in semantic code search for researchers and practitioners, though it is incremental as it builds on existing information retrieval tasks.

The authors tackled the problem of evaluating semantic code search by releasing the CodeSearchNet Corpus and Challenge, which includes 6 million functions across six programming languages and 99 queries with expert annotations, along with baseline solutions.

Semantic code search is the task of retrieving relevant code given a natural language query. While related to other information retrieval tasks, it requires bridging the gap between the language used in code (often abbreviated and highly technical) and natural language more suitable to describe vague concepts and ideas. To enable evaluation of progress on code search, we are releasing the CodeSearchNet Corpus and are presenting the CodeSearchNet Challenge, which consists of 99 natural language queries with about 4k expert relevance annotations of likely results from CodeSearchNet Corpus. The corpus contains about 6 million functions from open-source code spanning six programming languages (Go, Java, JavaScript, PHP, Python, and Ruby). The CodeSearchNet Corpus also contains automatically generated query-like natural language for 2 million functions, obtained from mechanically scraping and preprocessing associated function documentation. In this article, we describe the methodology used to obtain the corpus and expert labels, as well as a number of simple baseline solutions for the task. We hope that CodeSearchNet Challenge encourages researchers and practitioners to study this interesting task further and will host a competition and leaderboard to track the progress on the challenge. We are also keen on extending CodeSearchNet Challenge to more queries and programming languages in the future.

Code Implementations14 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes