Skip to content

Commit

Permalink
Add dataset doi to README
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricrupb committed Jan 24, 2022
1 parent cc92d09 commit ee1e990
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# TSSB-3M: Mining single statement bugs at massive scale
[[**DATASETS**]()]
> Mining tool and large-scale datasets of single statement bug fixes in Python
[[**DATASETS**](https://doi.org/10.5281/zenodo.5845439)]

Access to single statement bug fixes at massive scale is not only important for exploring how developers introduce bugs in code and fix them but it is also
a valuable ressource for research in data-driven
bug detection and automatic repair. Therefore, we are releasing multiple large-scale collections of single statement bug fixes mined from public Python repositories.
Expand All @@ -16,7 +17,7 @@ than a single statement.

* **SSC-28M:** A dataset of over 28 million general single statement changes. We are releasing this dataset with the intention to faciliate research in software evoluation. Therefore, a code change might not necessarily relate to a bug fix.

All datasets are available at [Zenodo]().
All datasets are available at [Zenodo](https://doi.org/10.5281/zenodo.5845439).

## Mining tool
This project has lead to muliple open source libraries released in indepedent repositories:
Expand Down

0 comments on commit ee1e990

Please sign in to comment.