Datasets:

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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -476,9 +476,10 @@ This is the data for **Bug Localization** benchmark as part of LCA.
476
  os.remove(local_repo_zip_path)
477
  ```
478
 
479
- * Data streaming by [HFDataSource](https://github.com/JetBrains-Research/lca-baselines/blob/main/bug_localization/src/baselines/data_sources/hf_data_source.py) \\
480
- Besides data loading, `HFDataSource` returns data point for running baseline, providing the state of the repository where bug is reproducable, by extraction repository content for the moment of the base commit sha of fixing pull request.
481
-
 
482
  ## Dataset Structure
483
 
484
  TODO: some overall structure or repo
 
476
  os.remove(local_repo_zip_path)
477
  ```
478
 
479
+ * Data streaming by [HFDataSource](https://github.com/JetBrains-Research/lca-baselines/blob/main/bug_localization/src/baselines/data_sources/hf_data_source.py) \
480
+ Besides data loading, `HFDataSource` returns data point for running baseline along with the content of the repository in the state the bug is reproducible (aka `base_sha` commit of the pull request which resloves the bug issue). \
481
+ All source code for working with the GitHub history of repositories (commits, diffs, etc.) are available in [`git_utils.py`](https://github.com/JetBrains-Research/lca-baselines/blob/main/bug_localization/src/utils/git_utils.py) as so as example of baselines, utilizes this dataset.
482
+
483
  ## Dataset Structure
484
 
485
  TODO: some overall structure or repo