summaryrefslogtreecommitdiff
path: root/data/main/math
diff options
context:
space:
mode:
authorYuren Hao <yurenh2@timan108.cs.illinois.edu>2025-09-10 12:09:06 -0500
committerYuren Hao <yurenh2@timan108.cs.illinois.edu>2025-09-10 12:09:06 -0500
commit5bfd92f6c28530482a765252a4497cfedacad25a (patch)
treec24a9aaa21fdfdff0a91bdeeb02432679904bc8a /data/main/math
parent523b1747ee27b60d06424dcabd47a309cda80536 (diff)
smoke tests
Diffstat (limited to 'data/main/math')
-rw-r--r--data/main/math/math_eval_en.jsonl5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/main/math/math_eval_en.jsonl b/data/main/math/math_eval_en.jsonl
index e69de29..bba4994 100644
--- a/data/main/math/math_eval_en.jsonl
+++ b/data/main/math/math_eval_en.jsonl
@@ -0,0 +1,5 @@
+{"id":"math_0001","question":"Compute 12^2 + 13^2 - 5^2.","gold":"288","metric":"exact_match"}
+{"id":"math_0002","question":"Solve for x: 2x + 5 = 19.","gold":"7","metric":"exact_match"}
+{"id":"math_0003","question":"Let f(n)=n(n+1)/2. Compute f(20).","gold":"210","metric":"exact_match"}
+{"id":"math_0004","question":"Evaluate \\sum_{k=1}^{10} k^2.","gold":"385","metric":"exact_match"}
+{"id":"math_0005","question":"Find \\gcd(84,126).","gold":"42","metric":"exact_match"}