tianyang commited on
Commit
004a701
1 Parent(s): 55a872c
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -7,7 +7,7 @@ license:
7
  - cc-by-nc-nd-4.0
8
  multilinguality:
9
  - multilingual
10
- pretty_name: RepoBench-Completion
11
  source_datasets:
12
  - original
13
  task_categories:
@@ -16,7 +16,7 @@ task_ids:
16
  - document-retrieval
17
  ---
18
 
19
- # Dataset Card for RepoBench-R
20
 
21
  ## Dataset Description
22
 
@@ -25,7 +25,7 @@ task_ids:
25
 
26
  ## Dataset Summary
27
 
28
- RepoBench-P is a subtask of [RepoBench](https://github.com/Leolty/repobench), combinig the retrieval and code completion tasks. Specifically, the retrieval task is used to retrieve the most relevant code snippet first, and then do the code completion task with retrieved code snippet as cross-file context for next-line prediction, which mirrors complex real-world scenarios that a practical auto-completion system would face.
29
 
30
  ## Settings
31
 
 
7
  - cc-by-nc-nd-4.0
8
  multilinguality:
9
  - multilingual
10
+ pretty_name: RepoBench-Pipeline
11
  source_datasets:
12
  - original
13
  task_categories:
 
16
  - document-retrieval
17
  ---
18
 
19
+ # Dataset Card for RepoBench-P
20
 
21
  ## Dataset Description
22
 
 
25
 
26
  ## Dataset Summary
27
 
28
+ **RepoBench-P (Pipeline)** is a subtask of [RepoBench](https://github.com/Leolty/repobench), combinig the retrieval and code completion tasks. Specifically, the retrieval task is used to retrieve the most relevant code snippet first, and then do the code completion task with retrieved code snippet as cross-file context for next-line prediction, which mirrors complex real-world scenarios that a practical auto-completion system would face.
29
 
30
  ## Settings
31