SEAug 12, 2021

On the Effectiveness of Transfer Learning for Code Search

arXiv:2108.05890v247 citations
Originality Synthesis-oriented
AI Analysis

This work addresses code search for developers, but it is incremental as it applies existing NLP methods to a new domain.

This paper tackles the problem of code search by applying Transformer-based transfer learning, showing that pre-trained BERT models outperform non-pre-trained models and an information retrieval baseline, with combined approaches yielding the best results, especially in large search pools.

The Transformer architecture and transfer learning have marked a quantum leap in natural language processing, improving the state of the art across a range of text-based tasks. This paper examines how these advancements can be applied to and improve code search. To this end, we pre-train a BERT-based model on combinations of natural language and source code data and fine-tune it on pairs of StackOverflow question titles and code answers. Our results show that the pre-trained models consistently outperform the models that were not pre-trained. In cases where the model was pre-trained on natural language "and" source code data, it also outperforms an information retrieval baseline based on Lucene. Also, we demonstrated that the combined use of an information retrieval-based approach followed by a Transformer leads to the best results overall, especially when searching into a large search pool. Transfer learning is particularly effective when much pre-training data is available and fine-tuning data is limited. We demonstrate that natural language processing models based on the Transformer architecture can be directly applied to source code analysis tasks, such as code search. With the development of Transformer models designed more specifically for dealing with source code data, we believe the results of source code analysis tasks can be further improved.

Foundations

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

Your Notes