sidaw commited on
Commit
d92ccbc
1 Parent(s): 25de131

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -1,3 +1,23 @@
1
  ---
2
  license: cc-by-sa-4.0
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-sa-4.0
3
+ language:
4
+ - code
5
+ task_categories:
6
+ - text2text-generation
7
+ tags:
8
+ - code-generation
9
+ pretty_name: DS-1000
10
  ---
11
+
12
+ <h1 align="center"> DS-1000 in simplied format </h1>
13
+
14
+ This is a reformatting of the DS-1000 dataset with improved ease of use.
15
+ * the test process is cleaned up and all contained in the field `code_context`, with the unnecessary pickle and multiple file IOs removed.
16
+ * `code_context` defines `test_execution(code: str)` and `test_string(code: str)` which takes the generated code and evalutes their correctness.
17
+ * Python is upgraded to 3.10 and libraries upgraded to the latest versions (`environment.yaml`)
18
+ * checked that the performance is not overly sensitive to library versions (`enviroment-old-lib.yaml`).
19
+ * Removed obsolete `parser` module and simplified string testing
20
+ * a few problems were manually fixed and minor inconsistency with the origin due to import side effects etc.
21
+
22
+ Testing code and examples are in the [original repo](https://github.com/xlang-ai/DS-1000/simplified).
23
+