paper-with-me

Papers

Improving Code Autocompletion with Transfer Learning

2021-05-12 · Wen Zhou, Seohyun Kim, Vijayaraghavan Murali, Gareth Ari Aye

Software language models have achieved promising results predicting code completion usages, and several industry studies have described successful IDE integrations. Recently, accuracy in autocompletion prediction improved 12.8% from training on a real-world dataset collected from programmers' IDE activity. But what if limited examples of IDE autocompletion in the target programming language are available for model training? In this paper, we investigate the efficacy of pretraining autocompletion models on non-IDE, non-autocompletion, and different-language example code sequences. We find that these unsupervised pretrainings improve model accuracy by over 50% on very small fine-tuning datasets and over 10% on 50k labeled examples. We confirm the real-world impact of these pretrainings in an online setting through A/B testing on thousands of IDE autocompletion users, finding that pretraining is responsible for increases of up to 6.63% autocompletion usage.

📄 PDF Abstract BibTeX arXiv:2105.05991

Code (0)

등록된 구현이 없습니다.

Tasks

Code CompletionTransfer Learning

Similar Papers 제목 키워드 기반

Learning from flowsheets: A generative transformer model for autocompletion of flowsheets

2022-08-01 · Gabriel Vogel, Lukas Schulze Balhorn, Artur M. Schweidtmann

We propose a novel method enabling autocompletion of chemical flowsheets. This idea is inspired by the autocompletion of text. We represent flowsheets as strings using the text-based SFILES 2.0 notation and learn the gra…

Causal Language ModelingLanguage ModelingLanguage ModellingTransfer Learning

Reducing Misinformation in Query Autocompletions

2020-07-06 · Djoerd Hiemstra

Query autocompletions help users of search engines to speed up their searches by recommending completions of partially typed queries in a drop down box. These recommended query autocompletions are usually based on large …

Misinformation

Efficient SPARQL Autocompletion via SPARQL

2021-04-29 · Hannah Bast, Johannes Kalmbach, Theresa Klumpp, Florian Kramer 외

We show how to achieve fast autocompletion for SPARQL queries on very large knowledge bases. At any position in the body of a SPARQL query, the autocompletion suggests matching subjects, predicates, or objects. The sugge…

GWLAN: General Word-Level AutocompletioN for Computer-Aided Translation

2021-05-31 · ACL 2021 5 · Huayang Li, Lemao Liu, Guoping Huang, Shuming Shi

Computer-aided translation (CAT), the use of software to assist a human translator in the translation process, has been proven to be useful in enhancing the productivity of human translators. Autocompletion, which sugges…

SentenceTranslation

A Deep Learning Framework for Verilog Autocompletion Towards Design and Verification Automation

2023-04-26 · Enrique Dehaerne, Bappaditya Dey, Sandip Halder, Stefan De Gendt

Innovative Electronic Design Automation (EDA) solutions are important to meet the design requirements for increasingly complex electronic devices. Verilog, a hardware description language, is widely used for the design a…