Datasets:
Tasks:
Text Retrieval
Modalities:
Text
Formats:
json
Sub-tasks:
document-retrieval
Size:
1K - 10K
Tags:
text-retrieval
Update README.md
Browse files
README.md
CHANGED
@@ -43,8 +43,7 @@ configs:
|
|
43 |
path: queries.jsonl
|
44 |
---
|
45 |
|
46 |
-
-
|
47 |
-
- The query set includes questions pertaining to legal documents.
|
48 |
|
49 |
**Usage**
|
50 |
```
|
|
|
43 |
path: queries.jsonl
|
44 |
---
|
45 |
|
46 |
+
The MBPP dataset consists of around 1,000 crowd-sourced Python programming problems, designed to be solvable by entry level programmers, covering programming fundamentals, standard library functionality, and so on. Each problem consists of a task description, code solution and 3 automated test cases. As described in the paper, a subset of the data has been hand-verified by the dataset authors to ensure quality.
|
|
|
47 |
|
48 |
**Usage**
|
49 |
```
|