Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -46,11 +46,14 @@ dataset_info:
|
|
| 46 |
# LOC-BENCH: A Benchmark for Code Localization
|
| 47 |
|
| 48 |
<!-- Provide a quick summary of the dataset. -->
|
|
|
|
|
|
|
| 49 |
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
|
|
|
| 54 |
|
| 55 |
The table below shows the distribution of categories in the dataset.
|
| 56 |
|
|
|
|
| 46 |
# LOC-BENCH: A Benchmark for Code Localization
|
| 47 |
|
| 48 |
<!-- Provide a quick summary of the dataset. -->
|
| 49 |
+
LOC-BENCH is a dataset specifically designed for evaluating code localization methods in software repositories.
|
| 50 |
+
LOC-BENCH provides a diverse set of issues, including bug reports, feature requests, security vulnerabilities, and performance optimizations.
|
| 51 |
|
| 52 |
+
To reproduce the results reported in the [paper](https://arxiv.org/abs/2503.09089), please refer to [`czlll/Loc-Bench_V0`](https://huggingface.co/datasets/czlll/Loc-Bench_V0).
|
| 53 |
+
|
| 54 |
+
Loc-Bench is a refined benchmark for evaluating code localization methods.
|
| 55 |
+
Compared to the V0, it improves data quality by filtering out examples that do not involve any function-level code modifications.
|
| 56 |
+
We recommend using this dataset for a more accurate and reliable evaluation of code localization performance.
|
| 57 |
|
| 58 |
The table below shows the distribution of categories in the dataset.
|
| 59 |
|