oleges1 / code-completion
pytorch version of code completion with neural attention and pointer networks
☆12Updated 4 years ago
Related projects ⓘ
Alternatives and complementary repositories for code-completion
- ☆24Updated 2 years ago
- The implementation of the IJCAI 2018 paper: Code Completion with Neural Attention and Pointer Networks☆17Updated 5 years ago
- Code for the ICPC 2020 paper Improved Source Code Summarization via a Graph Neural Network☆67Updated 3 years ago
- Reproduce the results of Tree-based Convolutional Neural Network (TBCNN)☆36Updated last year
- This is the code repository for our ICPC 2021 paper "Improving Code Summarization with Block-wise Abstract Syntax Tree Splitting"☆24Updated last year
- mwcvitkovic / Open-Vocabulary-Learning-on-Source-Code-with-a-Graph-Structured-Cache--Code-PreprocessorLibrary for preprocessing java source code into Augmented ASTs, as per the paper Open Vocabulary Learning on Source Code with a Graph-Str…☆21Updated 6 years ago
- Implementation of 'A Convolutional Attention Network for Extreme Summarization of Source Code' in PyTorch using TorchText☆13Updated 6 years ago
- [UNMAINTAINED] A PyTorch Implementation of Gated Graph Sequence Neural Networks (GGNN) for Graph Classification☆20Updated 5 years ago
- Learning to Spot and Refactor Inconsistent Method Names☆16Updated 2 years ago
- Sequence-to-Sequence Learning for End-to-End Program Repair (IEEE TSE 2019). Open-science repo. http://arxiv.org/pdf/1901.01808☆81Updated last year
- Implementation of "Automatic Source Code Summarization with Extended Tree-LSTM"☆36Updated 2 years ago
- ☆66Updated 4 years ago
- source code for "Multi-Modal Attention Network Learning for Semantic Source Code Retrieval"☆19Updated 3 years ago
- Data and Code for Reproducing "Global Relational Models of Source Code"☆83Updated 3 years ago
- IST'21 & SANER'22: Semantic-Preserving Program Transformations☆31Updated 2 years ago
- A PyTorch implementation of `code2vec: Learning Distributed Representations of Code` (Alon et al., 2018)☆35Updated 5 years ago
- ☆24Updated 2 years ago
- For our ISSTA20 paper "CoCoNuT: Combining Context-Aware Neural Translation Models using Ensemble for Program Repair" by Thibaud Lutellier…☆59Updated last year
- Code and data for paper "Detecting Code Clones with Graph Neural Network and Flow-Augmented Abstract Syntax Tree".☆63Updated 2 years ago
- source code for 'Improving automatic source code summarization via deep reinforcement learning'☆77Updated 3 years ago
- A toolkit for pre-processing large source code corpora☆46Updated 2 years ago
- ☆11Updated 5 months ago
- ☆49Updated last year
- FOCUS is a context-aware collaborative-filtering system that exploits cross relationships among OSS projects to suggest the inclusion of …☆22Updated last year
- CodeBERT☆33Updated last year
- Bilateral Neural Network implementation in Tensorflow☆51Updated 5 years ago
- Set of tools to help working with "Big Code"☆43Updated 2 years ago
- MODIT: On Multi-Modal Learning of Editing Source Code.☆20Updated 3 years ago
- The dataset for the variable-misuse task, used in the ICLR 2020 paper 'Global Relational Models of Source Code' [https://openreview.net/f…