Pith. sign in

REVIEW

Code Completion using Neural Attention and Byte Pair Encoding

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2004.06343 v1 pith:45433ZN5 submitted 2020-04-14 cs.CL cs.LGcs.SE

classification cs.CLcs.LGcs.SE
keywords codeencodingnetworkcompletionpointerbyteneuralpair
verification ladder T0 review T1 audit T2 compute T3 formal
0 comments
read the original abstract

In this paper, we aim to do code completion based on implementing a Neural Network from Li et. al.. Our contribution is that we use an encoding that is in-between character and word encoding called Byte Pair Encoding (BPE). We use this on the source code files treating them as natural text without first going through the abstract syntax tree (AST). We have implemented two models: an attention-enhanced LSTM and a pointer network, where the pointer network was originally introduced to solve out of vocabulary problems. We are interested to see if BPE can replace the need for the pointer network for code completion.

Discussion (0). Continue with ORCID to comment.

Pith tools