Update README.md
Browse files
README.md
CHANGED
|
@@ -51,8 +51,8 @@ Note:
|
|
| 51 |
This is the dataset that was used in [paper](https://arxiv.org/abs/2503.09089).
|
| 52 |
|
| 53 |
Actually, this dataset is the first version;
|
| 54 |
-
We later released a refined version, [`czlll/Loc-
|
| 55 |
-
We recommend using the
|
| 56 |
|
| 57 |
<!-- Code: https://github.com/gersteinlab/LocAgent -->
|
| 58 |
|
|
@@ -61,7 +61,7 @@ You can easily load LOC-BENCH using Hugging Face's datasets library:
|
|
| 61 |
```
|
| 62 |
from datasets import load_dataset
|
| 63 |
|
| 64 |
-
dataset = load_dataset("czlll/Loc-
|
| 65 |
```
|
| 66 |
## 📄 Citation
|
| 67 |
If you use LOC-BENCH in your research, please cite our paper:
|
|
|
|
| 51 |
This is the dataset that was used in [paper](https://arxiv.org/abs/2503.09089).
|
| 52 |
|
| 53 |
Actually, this dataset is the first version;
|
| 54 |
+
We later released a refined version, [`czlll/Loc-Bench`](https://huggingface.co/datasets/czlll/Loc-Bench), with improved data quality by filtering out examples that do not modify any functions.
|
| 55 |
+
We recommend using the refined dataset to evaluate code localization performance.
|
| 56 |
|
| 57 |
<!-- Code: https://github.com/gersteinlab/LocAgent -->
|
| 58 |
|
|
|
|
| 61 |
```
|
| 62 |
from datasets import load_dataset
|
| 63 |
|
| 64 |
+
dataset = load_dataset("czlll/Loc-Bench_V0", split='test')
|
| 65 |
```
|
| 66 |
## 📄 Citation
|
| 67 |
If you use LOC-BENCH in your research, please cite our paper:
|