Dolphin1878
简介
Dolphin1878包含来自algebra.com和yahoo网站的1878道英文数学题,每个问题包含1-4个未知数。测试样本有187个。
示例
{
"id": "algebra.com.106087",
"index": 1001,
"text": "The difference of two integers is 9. Five times the smaller is 7 more than three times the larger. Find the numbers.",
"sources": [
"algebra.com.106087",
"algebra.com.173890",
"algebra.com.18136"
],
"equations": [
"unkn: x,y",
"equ: x-y=9",
"equ: 5*y=3*x+7"
],
"ans": "{26; 17}",
"ans_simple": [
26,
17
]
}