Data to Replicate paper Improving Bug Detection via Context-based Code Representation Learning and Attention-based Neural Networks part 1
收藏NIAID Data Ecosystem2026-03-11 收录
下载链接:
https://zenodo.org/records/3719219
下载链接
链接失效反馈官方服务:
资源简介:
Data to Replicate paper "Improving Bug Detection via Context-based Code Representation Learning and Attention-based Neural Networks" part 1. Part 2 accessible here: https://doi.org/10.5281/zenodo.3719225
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 detection_data.tar.gz and detection_data.tar.gz. This is the first part. Splitting was achieved on OS X with:
split -b 31000m "detection_data.tar.gz" "detection_data.tar.gz."
To get original file back, run
cat detection_data.tar.gz.* > detection_data.tar.gz
GitHub link to the project: https://github.com/OOPSLA-2019-BugDetection/OOPSLA-2019-BugDetection
创建时间:
2020-03-21



