Datasets:
Commit ·
d185315
1
Parent(s): 0713411
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,7 +12,7 @@ pretty_name: BabelCode TP3
|
|
| 12 |
size_categories:
|
| 13 |
- 1K<n<10K
|
| 14 |
---
|
| 15 |
-
# Dataset Card for
|
| 16 |
|
| 17 |
## Dataset Description
|
| 18 |
|
|
@@ -21,7 +21,7 @@ size_categories:
|
|
| 21 |
|
| 22 |
### How To Use This Dataset
|
| 23 |
|
| 24 |
-
To quickly evaluate
|
| 25 |
|
| 26 |
### Dataset Summary
|
| 27 |
|
|
@@ -31,7 +31,7 @@ authors and are used to check if an answer satisfies the constraints of the puzz
|
|
| 31 |
### Supported Tasks and Leaderboards
|
| 32 |
|
| 33 |
### Languages
|
| 34 |
-
BC-
|
| 35 |
* C++
|
| 36 |
* C#
|
| 37 |
* Dart
|
|
|
|
| 12 |
size_categories:
|
| 13 |
- 1K<n<10K
|
| 14 |
---
|
| 15 |
+
# Dataset Card for Translating Python Programming Puzzles (TP3)
|
| 16 |
|
| 17 |
## Dataset Description
|
| 18 |
|
|
|
|
| 21 |
|
| 22 |
### How To Use This Dataset
|
| 23 |
|
| 24 |
+
To quickly evaluate TP3 predictions, save the `qid` and `language` keys along with the postprocessed prediction code in a JSON lines file. Then follow the install instructions for [BabelCode](https://github.com/google-research/babelcode), and you can evaluate your predictions.
|
| 25 |
|
| 26 |
### Dataset Summary
|
| 27 |
|
|
|
|
| 31 |
### Supported Tasks and Leaderboards
|
| 32 |
|
| 33 |
### Languages
|
| 34 |
+
BC-TP3 supports:
|
| 35 |
* C++
|
| 36 |
* C#
|
| 37 |
* Dart
|