Datasets:

Formats:
parquet
Languages:
English
ArXiv:
Tags:
code
DOI:
Libraries:
Datasets
pandas
License:
tiginamaria commited on
Commit
f275a3d
1 Parent(s): fd85923

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -427,7 +427,15 @@ configs:
427
  path: py/train-*
428
  ---
429
  # LCA (Bug Localization)
430
- This is the data for **Bug Localization** benchmark as part of LCA.
 
 
 
 
 
 
 
 
431
 
432
  ## How-to
433
 
 
427
  path: py/train-*
428
  ---
429
  # LCA (Bug Localization)
430
+ This is the data for **Bug Localization** benchmark as part of LCA.
431
+ The bug localization problem can be formulated as follows: given an issue with a bug description and a repository snapshot in a state where the bug is reproducible, identify the files within the repository that need to be modified to address the reported bug.
432
+ The dataset provides all required components for evaluation of **Bug Localization** approaches in real project-level large-scale data collected from GitHub, including:
433
+ * Bug reports
434
+ * Repository content with the commit sha where the bug is reproducible
435
+ * List of files that should be changed in order to solve the bug
436
+ * Other additional data and metrics, that can be useful in approach development
437
+
438
+ The following sections will describe the utilities around the dataset as well as detailed dataset content description.
439
 
440
  ## How-to
441