Skip to content

UH-SERG/CI-Memorization

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI - Memorization and Generalization

This repository contains the evaluation scripts and detailed results of our paper 'Memorization and Generalization in Neural Code Intelligence Models' accepted at the IST Journal, Elsevier 2022.


Structure

├── code/
    ├── noise_generation    # adding input/output noise to data
    ├── model_prediction    # logging predictions by models

├── data/
    ├── logs                # predictions on valid samples
    ├── summary             # summary results and plots
    
├── others/                 # other files

Approach:

Memorization and Generalization
Workflow for evaluating memorization and generalization of models.

Experimental Settings:


Check the following repositories from @AftabHussain for the great variable misuse experiments:


Citation:

Memorization and Generalization in Neural Code Intelligence Models

@article{rabin2023memorization,
  title = {Memorization and generalization in neural code intelligence models},
  author = {Md Rafiqul Islam Rabin and Aftab Hussain and Mohammad Amin Alipour and Vincent J. Hellendoorn},
  journal = {Information and Software Technology},
  volume = {153},
  pages = {107066},
  year = {2023},
  issn = {0950-5849},
  doi = {https://doi.org/10.1016/j.infsof.2022.107066},
  url = {https://www.sciencedirect.com/science/article/pii/S0950584922001756}
}

About

IST Journal 2022: Memorization and Generalization of CI Models

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.3%
  • Java 6.4%
  • Shell 4.3%