Skip to content

Supplementary Material for the ECSA2020 paper "Does BERT Understand Code? -- An Exploratory Study on the Detection of Architectural Tactics in Code" by Keim et al.

License

Notifications You must be signed in to change notification settings

Gram21/BERT4DAT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub

Open In Colab

BERT4DAT

Supplementary material for the paper "Does BERT Understand Code? -- An Exploratory Study on the Detection of Architectural Tactics in Code" by Jan Keim, Angelika Kaplan, Anne Koziolek, and Mehdi Mirakhorli for the 14th European Conference on Software Architecture (ECSA 2020).

Note that we are not able to provide the actual models that were used to produce the results of the paper. The results may still be reproduced with the supplied notebooks and correct configurations.

The original data sets can be found in at SoftwareDesignLab/Archie.

How to cite

@InProceedings{Keim2020,
author={Keim, Jan and Kaplan, Angelika and Koziolek, Anne and Mirakhorli, Mehdi},
title={Does {BERT} Understand Code? -- An Exploratory Study on the Detection of Architectural Tactics in Code},
booktitle={14th European Conference on Software Architecture (ECSA 2020)},
year={2020},
publisher={Springer International Publishing},
}

This repository can be cited as:

@software{keim2020_3925166,
  author       = {Jan Keim and Angelika Kaplan and Anne Koziolek and Mehdi Mirakhorli},
  title        = {Gram21/BERT4DAT},
  month        = jul,
  year         = 2020,
  publisher    = {Zenodo},
  version      = {v1.0},
  doi          = {10.5281/zenodo.3925165},
  url          = {https://doi.org/10.5281/zenodo.3925165}
}

How to use

The artifacts can be downloaded from Zenodo.

We recommend you to open this repository in Google Colab (this link opens the submission repository directly in Colab and allows you to open one of the notebooks). With Colab, you should be able to open the notebooks, set the preferred configuration parameters and run all cells (CTRL+F9 or Runtime -> Run All). A GPU as hardware accelerator should already be used by Colab. We have a cell that checks if a GPU is used; if it turns out that none is used, please enable the GPU (in Colab: Edit -> Notebook settings -> Hardware accelerator: GPU).

If you plan on running locally, you need to install Jupyter. Furthermore, you might have to install further python dependencies than the ones installed in the notebooks (first cell) depending on your python installation. You have to make sure that you installed all python libraries that are imported in the second cell via pip. It is neccessary to install PyTorch. You will need a machine with a very potent GPU (at least 12GB GPU RAM is recommended) as the pretrained BERT model is very memory hungry. Also, you have to make sure that your GPU and drivers support CUDA. We recommend Ubuntu as operating system. Moreover, some parts of the notebooks are coded and designed for Colab; there might be some differences in appearance. There should be no problems regarding the code, but there is still the possibility that you might experience some issues (regarding your installation, system, setup etc.).

Each notebook has a cell with the configuration that can be adapted and allows tuning hyperparameters and configure experiment set-ups like sampling or folding strategy. Details on the hyperparameters and settings are outlined in the respective Notebooks.

This repository contains the code used in the paper, as well as additional results:

  • notebooks contains the python notebooks (code):
  • scripts contains various scripts:
    • prepareInput.py: Script to preprocess the data
    • eval.py: Script used to proces the log produced for evaluation and calculate the metrics
  • eval contains the results of all tested hyperparameter configurations for each task
  • data contains the already preprocessed data to be directly used in the notebooks.
    • Files with the prefix 1_ are part of the TSE paper by Mirakhorli et al. from 2016 (see attribution)
    • Files with the prefix 2_ are part of the ICSE 2012 paper by Mirakhorli et al. (see attribution)
    • Files with the prefix Hadoop are part of the Hadoop case stuy from the TSE paper by Mirakhorli et al. from 2016 (see attribution)
    • The suffix BegOnly_512 means that classes are cut after 512 tokens
    • The suffix Shrunk means that classes are shrunk by removing method bodies

Attribution

The preprocessed datasets are based on the original dataset that can be found at SoftwareDesignLab/Archie. These datasets are used in the following papers:

  • Mirakhorli, M., & Cleland-Huang, J. (2016). Detecting, Tracing, and Monitoring Architectural Tactics in Code. IEEE Annals of the History of Computing, (03), 205-220.
  • Mirakhorli, M., Shin, Y., Cleland-Huang, J., & Cinar, M. (2012, June). A tactic-centric approach for automating traceability of quality concerns. In 2012 34th international conference on software engineering (ICSE) (pp. 639-649). IEEE.

For the case study, we used Apache Hadoop.

About

Supplementary Material for the ECSA2020 paper "Does BERT Understand Code? -- An Exploratory Study on the Detection of Architectural Tactics in Code" by Keim et al.

Topics

Resources

License

Stars

Watchers

Forks