From e731850ef31ecf1015798900803994d2b2785446 Mon Sep 17 00:00:00 2001 From: shan yu Date: Thu, 10 Sep 2026 15:15:25 +0800 Subject: [PATCH 1/2] Add Aletheia MBPP / MBPP+ scores and a public re-eval page. Co-authored-by: Cursor --- results.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/results.json b/results.json index 21a54c1..e3240fa 100644 --- a/results.json +++ b/results.json @@ -1498,5 +1498,17 @@ }, "prompted": true, "size": 1.0 + }, + "Aletheia": { + "link": "https://github.com/shaneraphel/aletheia", + "open-data": "NONE", + "pass@1": { + "humaneval": null, + "humaneval+": null, + "mbpp": 100.0, + "mbpp+": 87.0 + }, + "prompted": true, + "size": null } } From 96d7da8949e61935abba87d4b7100990b21d7103 Mon Sep 17 00:00:00 2001 From: shan yu Date: Fri, 11 Sep 2026 04:11:42 +0800 Subject: [PATCH 2/2] Fill Aletheia HumanEval / HumanEval+ pass@1 from official evaluate. Co-authored-by: Cursor --- results.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/results.json b/results.json index e3240fa..9851a64 100644 --- a/results.json +++ b/results.json @@ -1503,8 +1503,8 @@ "link": "https://github.com/shaneraphel/aletheia", "open-data": "NONE", "pass@1": { - "humaneval": null, - "humaneval+": null, + "humaneval": 98.2, + "humaneval+": 93.9, "mbpp": 100.0, "mbpp+": 87.0 },