File size: 1,415 Bytes
8c62b87
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
600b663
8c62b87
 
600b663
8c62b87
600b663
 
8c62b87
 
 
289407c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
dataset_info:
  features:
  - name: Diff
    dtype: string
  - name: Message
    dtype: string
  splits:
  - name: train
    num_bytes: 5042681
    num_examples: 8793
  - name: test
    num_bytes: 1259287
    num_examples: 2199
  download_size: 1824024
  dataset_size: 6301968
---
# Dataset Card for "techdebt_label"

This dataset was generated from [The Technical Debt Dataset](https://github.com/clowee/The-Technical-Debt-Dataset) created by Lenarduzzi, et al. and the citation is down below.

## Dataset Details and Structure

The labels for the dataset were provided by the SonarQube software cited by the paper and matched to the diff in the commit where the message was raised. This diff was then cleaned to only include the lines of code added.


## Bias, Risks, and Limitations

Beware of the limited sample size and label variety in the dataset. Also, the queries used to extract this data are still being checked over to ensure correctness.


## Recommendations

Changes are constantly being made to this dataset to make it better. Please be aware when you use it.

## References

Valentina Lenarduzzi, Nyyti Saarimäki, Davide Taibi. The Technical Debt Dataset. Proceedings for the 15th Conference on Predictive Models and Data Analytics in Software Engineering. Brazil. 2019.