Add task category, link to paper

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -1,5 +1,7 @@
1
  ---
2
  license: apache-2.0
 
 
3
  configs:
4
  - config_name: default
5
  data_files:
@@ -48,6 +50,8 @@ dataset_info:
48
  LOC-BENCH is a dataset specifically designed for evaluating code localization methods in software repositories.
49
  LOC-BENCH provides a diverse set of issues, including bug reports, feature requests, security vulnerabilities, and performance optimizations.
50
 
 
 
51
  ## 🔧 How to Use
52
  You can easily load LOC-BENCH using Hugging Face's datasets library:
53
  ```
@@ -60,7 +64,7 @@ If you use LOC-BENCH in your research, please cite our paper:
60
  ```
61
  @article{chen2025locagent,
62
  title={LocAgent: Graph-Guided LLM Agents for Code Localization},
63
- author={Chen, Zhaoling and Tang, Xiangru and Deng, Gangda and Wu, Fang and Wu, Jialong and Jiang, Zhiwei and Prasanna, Viktor and Cohan, Arman and Wang, Xingyao},
64
  journal={arXiv preprint arXiv:2503.09089},
65
  year={2025}
66
  }
 
1
  ---
2
  license: apache-2.0
3
+ task_categories:
4
+ - text-generation
5
  configs:
6
  - config_name: default
7
  data_files:
 
50
  LOC-BENCH is a dataset specifically designed for evaluating code localization methods in software repositories.
51
  LOC-BENCH provides a diverse set of issues, including bug reports, feature requests, security vulnerabilities, and performance optimizations.
52
 
53
+ Code: https://github.com/gersteinlab/LocAgent
54
+
55
  ## 🔧 How to Use
56
  You can easily load LOC-BENCH using Hugging Face's datasets library:
57
  ```
 
64
  ```
65
  @article{chen2025locagent,
66
  title={LocAgent: Graph-Guided LLM Agents for Code Localization},
67
+ author={Chen, Zhaoling and Tang,Xiangru and Deng,Gangda and Wu,Fang and Wu,Jialong and Jiang,Zhiwei and Prasanna,Viktor and Cohan,Arman and Wang,Xingyao},
68
  journal={arXiv preprint arXiv:2503.09089},
69
  year={2025}
70
  }