Data to Replicate paper Improving Bug Detection via Context-based Code Representation Learning and Attention-based Neural Networks part 2
收藏资源简介:
Data to Replicate paper "Improving Bug Detection via Context-based Code Representation Learning and Attention-based Neural Networks" part 2. The author of the paper uploaded dataset to Google Drive. These are the same files, uploaded to Zenodo. Since detection_data.tar.gz exceeded zenodo limits, I split the data into 2 parts <em>detection_data.tar.gz</em> and <em>detection_data.tar.gz</em>. This is the first part. Splitting was achieved on OS X with: <pre><code>split -b 31000m "detection_data.tar.gz" "detection_data.tar.gz."</code></pre> To get original file back, run <pre><code>cat detection_data.tar.gz.* > detection_data.tar.gz</code></pre> GitHub link to the project: https://github.com/OOPSLA-2019-BugDetection/OOPSLA-2019-BugDetection



