Svyatkovskiy et al. 2020
- reranking of existing completion tools (a simple one and a more advanced one)- extract the previous 80 tokens before each API call site
- comparison between several encoding techniques (full token, subtokens, BPE) and language models (LSTM/GRU/Transformer)
----------------------------------------------------------------------------------------------------
- API completion in Python
- Show results on few unseen APIs (not the main purpose of the work)
- reproductibility : medium