Initialize Plaincode CNL dataset card
Browse files
README.md
CHANGED
|
@@ -21,7 +21,6 @@ configs:
|
|
| 21 |
data_files:
|
| 22 |
- split: train
|
| 23 |
path: data/train-*.jsonl.gz
|
| 24 |
-
license: apache-2.0
|
| 25 |
---
|
| 26 |
|
| 27 |
# Plaincode CNL 100k
|
|
@@ -49,7 +48,7 @@ A row is accepted only when every requested CNL surface reverses back to the exa
|
|
| 49 |
- `reverse_ast_ok == true`
|
| 50 |
- `reverse_compile_ok == true`
|
| 51 |
|
| 52 |
-
|
| 53 |
|
| 54 |
## Schema
|
| 55 |
|
|
@@ -68,94 +67,12 @@ Each row contains:
|
|
| 68 |
|
| 69 |
```json
|
| 70 |
{
|
| 71 |
-
"accepted_rows":
|
| 72 |
-
"completed_shards": [
|
| 73 |
-
"train-00000.jsonl.gz",
|
| 74 |
-
"train-00001.jsonl.gz",
|
| 75 |
-
"train-00002.jsonl.gz",
|
| 76 |
-
"train-00003.jsonl.gz",
|
| 77 |
-
"train-00004.jsonl.gz",
|
| 78 |
-
"train-00005.jsonl.gz",
|
| 79 |
-
"train-00006.jsonl.gz",
|
| 80 |
-
"train-00007.jsonl.gz",
|
| 81 |
-
"train-00008.jsonl.gz",
|
| 82 |
-
"train-00009.jsonl.gz",
|
| 83 |
-
"train-00010.jsonl.gz",
|
| 84 |
-
"train-00011.jsonl.gz",
|
| 85 |
-
"train-00012.jsonl.gz",
|
| 86 |
-
"train-00013.jsonl.gz",
|
| 87 |
-
"train-00014.jsonl.gz",
|
| 88 |
-
"train-00015.jsonl.gz",
|
| 89 |
-
"train-00016.jsonl.gz",
|
| 90 |
-
"train-00017.jsonl.gz",
|
| 91 |
-
"train-00018.jsonl.gz",
|
| 92 |
-
"train-00019.jsonl.gz",
|
| 93 |
-
"train-00020.jsonl.gz",
|
| 94 |
-
"train-00021.jsonl.gz",
|
| 95 |
-
"train-00022.jsonl.gz",
|
| 96 |
-
"train-00023.jsonl.gz",
|
| 97 |
-
"train-00024.jsonl.gz",
|
| 98 |
-
"train-00025.jsonl.gz",
|
| 99 |
-
"train-00026.jsonl.gz",
|
| 100 |
-
"train-00027.jsonl.gz",
|
| 101 |
-
"train-00028.jsonl.gz",
|
| 102 |
-
"train-00029.jsonl.gz",
|
| 103 |
-
"train-00030.jsonl.gz",
|
| 104 |
-
"train-00031.jsonl.gz",
|
| 105 |
-
"train-00032.jsonl.gz",
|
| 106 |
-
"train-00033.jsonl.gz",
|
| 107 |
-
"train-00034.jsonl.gz",
|
| 108 |
-
"train-00035.jsonl.gz",
|
| 109 |
-
"train-00036.jsonl.gz",
|
| 110 |
-
"train-00037.jsonl.gz",
|
| 111 |
-
"train-00038.jsonl.gz",
|
| 112 |
-
"train-00039.jsonl.gz",
|
| 113 |
-
"train-00040.jsonl.gz",
|
| 114 |
-
"train-00041.jsonl.gz"
|
| 115 |
-
],
|
| 116 |
"duplicates": 0,
|
| 117 |
-
"family_counts": {
|
| 118 |
-
|
| 119 |
-
|
| 120 |
-
"comprehensions": 351,
|
| 121 |
-
"context_managers": 248,
|
| 122 |
-
"exceptions": 545,
|
| 123 |
-
"functions": 1622,
|
| 124 |
-
"generators": 83,
|
| 125 |
-
"imports": 1934,
|
| 126 |
-
"lambda": 124,
|
| 127 |
-
"loops": 823,
|
| 128 |
-
"simple_module": 41
|
| 129 |
-
},
|
| 130 |
-
"filter_reasons": {
|
| 131 |
-
"auto_generated": 135,
|
| 132 |
-
"skipped_path_pattern": 145,
|
| 133 |
-
"syntax_error:'(' was never closed": 8,
|
| 134 |
-
"syntax_error:'u' and 'r' prefixes are incompatible": 1,
|
| 135 |
-
"syntax_error:Function parameters cannot be parenthesized": 1,
|
| 136 |
-
"syntax_error:Lambda expression parameters cannot be parenthesized": 1,
|
| 137 |
-
"syntax_error:Missing parentheses in call to 'exec'. Did you mean exec(...)?": 1,
|
| 138 |
-
"syntax_error:Missing parentheses in call to 'print'. Did you mean print(...)?": 262,
|
| 139 |
-
"syntax_error:expected ':'": 2,
|
| 140 |
-
"syntax_error:expected an indented block after 'while' statement on line 12": 1,
|
| 141 |
-
"syntax_error:expected an indented block after class definition on line 5": 1,
|
| 142 |
-
"syntax_error:expected an indented block after function definition on line 13": 1,
|
| 143 |
-
"syntax_error:inconsistent use of tabs and spaces in indentation": 12,
|
| 144 |
-
"syntax_error:invalid character '…' (U+2026)": 1,
|
| 145 |
-
"syntax_error:invalid decimal literal": 3,
|
| 146 |
-
"syntax_error:invalid hexadecimal literal": 2,
|
| 147 |
-
"syntax_error:invalid syntax": 28,
|
| 148 |
-
"syntax_error:invalid syntax. Perhaps you forgot a comma?": 3,
|
| 149 |
-
"syntax_error:leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers": 2,
|
| 150 |
-
"syntax_error:unexpected indent": 3,
|
| 151 |
-
"syntax_error:unmatched ')'": 2,
|
| 152 |
-
"syntax_error:unterminated triple-quoted string literal (detected at line 19)": 1,
|
| 153 |
-
"too_large": 198,
|
| 154 |
-
"too_many_ast_nodes": 1,
|
| 155 |
-
"too_many_lines": 15,
|
| 156 |
-
"too_small": 57
|
| 157 |
-
},
|
| 158 |
-
"filtered_candidates": 887,
|
| 159 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 160 |
"languages": [
|
| 161 |
"en",
|
|
@@ -165,13 +82,14 @@ Each row contains:
|
|
| 165 |
"zh",
|
| 166 |
"hi"
|
| 167 |
],
|
| 168 |
-
"projection_failures":
|
| 169 |
-
"
|
| 170 |
-
"
|
| 171 |
-
"
|
| 172 |
-
"
|
| 173 |
-
|
| 174 |
-
|
|
|
|
| 175 |
"source_specs": [
|
| 176 |
{
|
| 177 |
"config": "Python-mit",
|
|
@@ -183,10 +101,9 @@ Each row contains:
|
|
| 183 |
"weight": 1
|
| 184 |
}
|
| 185 |
],
|
| 186 |
-
"started_utc": "2026-05-
|
| 187 |
"strict_gate_failures": 0,
|
| 188 |
-
"target_accepted_rows": 100000
|
| 189 |
-
"updated_utc": "2026-05-29T09:35:27+00:00"
|
| 190 |
}
|
| 191 |
```
|
| 192 |
|
|
@@ -196,4 +113,4 @@ Training/evaluating semantic projection, code-to-CNL, CNL-to-code, multilingual
|
|
| 196 |
|
| 197 |
## Source/license note
|
| 198 |
|
| 199 |
-
Rows retain source metadata where available, including license fields exposed by upstream datasets. The default generator configuration prioritizes permissive-ish Python source configs. Review upstream licenses before redistribution or commercial use.
|
|
|
|
| 21 |
data_files:
|
| 22 |
- split: train
|
| 23 |
path: data/train-*.jsonl.gz
|
|
|
|
| 24 |
---
|
| 25 |
|
| 26 |
# Plaincode CNL 100k
|
|
|
|
| 48 |
- `reverse_ast_ok == true`
|
| 49 |
- `reverse_compile_ok == true`
|
| 50 |
|
| 51 |
+
The public CNL fields must not contain private CST/proof transport markers.
|
| 52 |
|
| 53 |
## Schema
|
| 54 |
|
|
|
|
| 67 |
|
| 68 |
```json
|
| 69 |
{
|
| 70 |
+
"accepted_rows": 22350,
|
| 71 |
+
"completed_shards": [],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 72 |
"duplicates": 0,
|
| 73 |
+
"family_counts": {},
|
| 74 |
+
"filter_reasons": {},
|
| 75 |
+
"filtered_candidates": 0,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 76 |
"hf_repo_id": "CircularBalls/plaincode-cnl-100k",
|
| 77 |
"languages": [
|
| 78 |
"en",
|
|
|
|
| 82 |
"zh",
|
| 83 |
"hi"
|
| 84 |
],
|
| 85 |
+
"projection_failures": 0,
|
| 86 |
+
"resume_accepted_rows": 22350,
|
| 87 |
+
"resume_skipped_accepted_rows": 0,
|
| 88 |
+
"resume_start_shard": 447,
|
| 89 |
+
"run_id": "run_20260530_013356_utc",
|
| 90 |
+
"seen_candidates": 0,
|
| 91 |
+
"shards_completed": 0,
|
| 92 |
+
"source_label_counts": {},
|
| 93 |
"source_specs": [
|
| 94 |
{
|
| 95 |
"config": "Python-mit",
|
|
|
|
| 101 |
"weight": 1
|
| 102 |
}
|
| 103 |
],
|
| 104 |
+
"started_utc": "2026-05-30T01:33:59+00:00",
|
| 105 |
"strict_gate_failures": 0,
|
| 106 |
+
"target_accepted_rows": 100000
|
|
|
|
| 107 |
}
|
| 108 |
```
|
| 109 |
|
|
|
|
| 113 |
|
| 114 |
## Source/license note
|
| 115 |
|
| 116 |
+
Rows retain source metadata where available, including license fields exposed by upstream datasets. The default generator configuration prioritizes permissive-ish Python source configs. Review upstream licenses before redistribution or commercial use.
|