Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
DOI:
Libraries:
Datasets
pandas
License:
arjunguha commited on
Commit
40ca145
·
verified ·
1 Parent(s): 29a37a9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -5
README.md CHANGED
@@ -1455,22 +1455,53 @@ MultiPL-E now supports Dart, thanks to [Devon Carew](https://github.com/devoncar
1455
 
1456
  This is the first significant update since MultiPL-E was used in StarCoder 1.
1457
 
1458
- 1. We no longer publish the MultiPL-E ablations, but they are available in
 
1459
  revision `d23b094` and earlier.
1460
- 2. New programming languages supported:
1461
  - Clojure, thanks to [Alex Miller](https://github.com/puredanger)
1462
  - Elixir, thanks to [Marko Vukovic](https://github.com/mvkvc)
1463
  - Haskell, thanks to [Thomas Dwyer](https://github.com/Cajunvoodoo)
1464
  - OCaml, thanks to [John Gouwar](https://johngouwar.github.io)
1465
- 3. Changes to existing HumanEval-based problems:
1466
  - Four Scala problems have fixed prompts/tests (12, 90, 128, 162).
1467
  - Some whitespace-only changes to problems for Racket (18 problems),
1468
  R (36 problems), Julia (159 problems), and D (156 problems). We will try to
1469
  avoid these kinds of changes in the future.
1470
- 1. The MBPP-based problems have changes analogous to the HumanEval-based problems.
1471
-
1472
  See the directory `diffs_v3.0` in the dataset repository for the diffs to
1473
  each prompt.
1474
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1475
  [BigCode Code Generation LM Harness]: https://github.com/bigcode-project/bigcode-evaluation-harness
1476
  [MultiPL-E tutorial]: https://nuprl.github.io/MultiPL-E/
 
1455
 
1456
  This is the first significant update since MultiPL-E was used in StarCoder 1.
1457
 
1458
+ 1. The dataset was versioned at 3.0, and we are bumping the software version to stay in sync.
1459
+ 2. We no longer publish the MultiPL-E ablations, but they are available in
1460
  revision `d23b094` and earlier.
1461
+ 3. New programming languages supported:
1462
  - Clojure, thanks to [Alex Miller](https://github.com/puredanger)
1463
  - Elixir, thanks to [Marko Vukovic](https://github.com/mvkvc)
1464
  - Haskell, thanks to [Thomas Dwyer](https://github.com/Cajunvoodoo)
1465
  - OCaml, thanks to [John Gouwar](https://johngouwar.github.io)
1466
+ 4. Changes to existing HumanEval-based problems:
1467
  - Four Scala problems have fixed prompts/tests (12, 90, 128, 162).
1468
  - Some whitespace-only changes to problems for Racket (18 problems),
1469
  R (36 problems), Julia (159 problems), and D (156 problems). We will try to
1470
  avoid these kinds of changes in the future.
1471
+ 5. The MBPP-based problems have changes analogous to the HumanEval-based problems.
1472
+
1473
  See the directory `diffs_v3.0` in the dataset repository for the diffs to
1474
  each prompt.
1475
 
1476
+ ### Version 0.5.0
1477
+
1478
+ Instruction-following support and new languages
1479
+
1480
+ - New languages: Luau, Elixir, Lean, Coq, Dafny
1481
+ - Support for instruction-following prompts
1482
+ - vLLM support for faster evaluation
1483
+
1484
+ ### Version 0.4.0
1485
+
1486
+ QoL improvements and new languages
1487
+
1488
+ - New languages: OCaml, MATLAB
1489
+ - Using `.jsonl` instead of `.json` for prompts
1490
+ - Several bugfixes to prompts
1491
+
1492
+ ### Version 0.3.0
1493
+
1494
+ - This version was used to evaluate [StarCoder]
1495
+
1496
+ - This version corrects several bugs in prompts and test cases that resulted in lower
1497
+ pass@k rates for some of the statically typed languages. The most significant difference
1498
+ is that the pass@k for Java increases by about 2% on HumanEval.
1499
+
1500
+ ### Version 0.2.0
1501
+
1502
+ This version was used to evaluate [SantaCoder]
1503
+
1504
+ [SantaCoder]: https://arxiv.org/abs/2301.03988
1505
+ [StarCoder]: https://arxiv.org/abs/2305.06161
1506
  [BigCode Code Generation LM Harness]: https://github.com/bigcode-project/bigcode-evaluation-harness
1507
  [MultiPL-E tutorial]: https://nuprl.github.io/MultiPL-E/