Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ configs:
|
|
15 |
|
16 |
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.
|
17 |
|
18 |
-
The dataset was released as part of [RES-Q: Evaluating Code-Editing Large Language Model Systems at the Repository Scale](https://
|
19 |
|
20 |
### Dataset Structure
|
21 |
An example of a RES-Q task instance is as follows:
|
|
|
15 |
|
16 |
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.
|
17 |
|
18 |
+
The dataset was released as part of [RES-Q: Evaluating Code-Editing Large Language Model Systems at the Repository Scale](https://arxiv.org/abs/2406.16801)
|
19 |
|
20 |
### Dataset Structure
|
21 |
An example of a RES-Q task instance is as follows:
|