Datasets:

Modalities:
Text
Formats:
json
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
becklabash commited on
Commit
eed03a0
1 Parent(s): 98a1132

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -38,7 +38,7 @@ configs:
38
 
39
  RES-Q is a codebase editing benchmark based on compact, natural language instructions. The task is to, given an edit instruction and a codebase, produce a patch file that makes the correct edit to the codebase.
40
 
41
- The dataset was released as part of [RES-Q: Evaluating the Capability of Language Models in Large-Scale Software Development](https://arxiv.org/abs/[ARXIV_LINK])
42
 
43
  ### Dataset Structure
44
  An example of a RES-Q task instance is as follows:
 
38
 
39
  RES-Q is a codebase editing benchmark based on compact, natural language instructions. The task is to, given an edit instruction and a codebase, produce a patch file that makes the correct edit to the codebase.
40
 
41
+ The dataset was released as part of [RES-Q: Evaluating the Code-Editing Capability of Large Language Models at the Repository Scale](https://arxiv.org/abs/[ARXIV_LINK])
42
 
43
  ### Dataset Structure
44
  An example of a RES-Q task instance is as follows: