j14i commited on
Commit
f7383fa
·
verified ·
1 Parent(s): f3c6aaf

Dataset splits: 4267 examples, 2985 train / 637 val / 645 test

Browse files
Files changed (5) hide show
  1. example_scores.jsonl +22 -0
  2. quality_report.json +26 -0
  3. test.jsonl +0 -0
  4. train.jsonl +0 -0
  5. val.jsonl +0 -0
example_scores.jsonl ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": "lol-defmacro-g", "score": 0.9874999999999999, "category": "capture-management", "complexity": "advanced"}
2
+ {"id": "lol-defmacro-bang", "score": 0.9624999999999999, "category": "capture-management", "complexity": "advanced"}
3
+ {"id": "lol-aif", "score": 0.9125, "category": "anaphoric", "complexity": "basic"}
4
+ {"id": "lol-alambda", "score": 0.9125, "category": "anaphoric", "complexity": "basic"}
5
+ {"id": "lol-dlambda", "score": 0.95, "category": "dispatch", "complexity": "intermediate"}
6
+ {"id": "lol-alet", "score": 0.95, "category": "anaphoric", "complexity": "intermediate"}
7
+ {"id": "lol-pandoriclet", "score": 0.975, "category": "dispatch", "complexity": "advanced"}
8
+ {"id": "lol-with-pandoric", "score": 0.9824999999999999, "category": "dispatch", "complexity": "advanced"}
9
+ {"id": "lol-nlet-tail", "score": 0.975, "category": "control-flow", "complexity": "advanced"}
10
+ {"id": "lol-sortf", "score": 0.9624999999999999, "category": "efficiency", "complexity": "advanced"}
11
+ {"id": "lol-fformat", "score": 0.97, "category": "compiler-macro", "complexity": "intermediate"}
12
+ {"id": "lol-defun-bang", "score": 0.975, "category": "capture-management", "complexity": "intermediate"}
13
+ {"id": "lol-plambda", "score": 0.9375, "category": "dispatch", "complexity": "advanced"}
14
+ {"id": "lol-if-match", "score": 1.0, "category": "control-flow", "complexity": "advanced"}
15
+ {"id": "lol-pandoric-eval", "score": 0.9824999999999999, "category": "scope", "complexity": "advanced"}
16
+ {"id": "onlisp-with-gensyms", "score": 0.9375, "category": "capture-management", "complexity": "basic"}
17
+ {"id": "onlisp-condlet", "score": 0.9625, "category": "control-flow", "complexity": "intermediate"}
18
+ {"id": "onlisp-generalized-setf", "score": 0.95, "category": "dsl", "complexity": "intermediate"}
19
+ {"id": "onlisp-dbind", "score": 0.9625, "category": "dsl", "complexity": "intermediate"}
20
+ {"id": "onlisp-choose", "score": 0.9375, "category": "control-flow", "complexity": "advanced"}
21
+ {"id": "onlisp-cps", "score": 0.9375, "category": "control-flow", "complexity": "advanced"}
22
+ {"id": "onlisp-aand", "score": 0.9624999999999999, "category": "anaphoric", "complexity": "basic"}
quality_report.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "total_examples": 22,
3
+ "mean_score": 0.958409090909091,
4
+ "min_score": 0.9125,
5
+ "max_score": 1.0,
6
+ "below_threshold": 0,
7
+ "category_distribution": {
8
+ "capture-management": 4,
9
+ "anaphoric": 4,
10
+ "dispatch": 4,
11
+ "control-flow": 5,
12
+ "efficiency": 1,
13
+ "compiler-macro": 1,
14
+ "scope": 1,
15
+ "dsl": 2
16
+ },
17
+ "complexity_distribution": {
18
+ "advanced": 11,
19
+ "basic": 4,
20
+ "intermediate": 7
21
+ },
22
+ "source_distribution": {
23
+ "let-over-lambda": 15,
24
+ "on-lisp": 7
25
+ }
26
+ }
test.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
train.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
val.jsonl ADDED
The diff for this file is too large to render. See raw diff