czlll commited on
Commit
82e7aad
·
verified ·
1 Parent(s): bedb276

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -4
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
- This is a refined benchmark for evaluating code localization methods.
51
- Compared to the original version, V2 improves data quality by filtering out examples that do not involve any function-level code modifications.
52
- Each entry in the dataset corresponds to a real-world code change, providing rich contextual information for studying bug localization, feature location, and automated code understanding tasks.
53
- We recommend using Loc-Bench_V2 for a more accurate and reliable evaluation of code localization performance.
 
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