nums sequencelengths 5 5 | target int64 10 100 | solution sequencelengths 4 4 | search_path stringlengths 1.02k 1.71M | rating float64 0 1 | search_type stringclasses 2
values | optimal_path stringlengths 649 874 | heuristic stringclasses 1
value | user_prompt stringlengths 432 437 |
|---|---|---|---|---|---|---|---|---|
[
8,
91,
30,
36,
98
] | 55 | [
"98-91=7",
"36-30=6",
"8*6=48",
"7+48=55"
] | "Combine these initial numbers [8, 91, 30, 36, 98] using only arithmetic operations (+, -, *, /) to (...TRUNCATED) | 0.896246 | dfs | "Current State: 55:[8, 91, 30, 36, 98], Operations: []\nExploring Operation: 98-91=7, Resulting Numb(...TRUNCATED) | sum_heuristic | "Combine these initial numbers [8, 91, 30, 36, 98] using only arithmetic operations (+, -, *, /) to (...TRUNCATED) |
[
38,
59,
4,
6,
46
] | 77 | [
"59-38=21",
"4+6=10",
"46+21=67",
"10+67=77"
] | "Combine these initial numbers [38, 59, 4, 6, 46] using only arithmetic operations (+, -, *, /) to r(...TRUNCATED) | 0.991819 | bfs_5 | "Current State: 77:[38, 59, 4, 6, 46], Operations: []\nExploring Operation: 59-38=21, Resulting Numb(...TRUNCATED) | sum_heuristic | "Combine these initial numbers [38, 59, 4, 6, 46] using only arithmetic operations (+, -, *, /) to r(...TRUNCATED) |
[
40,
48,
30,
96,
42
] | 51 | [
"40*48=1920",
"1920-30=1890",
"1890/42=45",
"96-45=51"
] | "Combine these initial numbers [40, 48, 30, 96, 42] using only arithmetic operations (+, -, *, /) to(...TRUNCATED) | 0 | bfs_5 | "Current State: 51:[40, 48, 30, 96, 42], Operations: []\nExploring Operation: 40*48=1920, Resulting (...TRUNCATED) | sum_heuristic | "Combine these initial numbers [40, 48, 30, 96, 42] using only arithmetic operations (+, -, *, /) to(...TRUNCATED) |
[
37,
26,
87,
26,
23
] | 36 | [
"37-26=11",
"87+23=110",
"110/11=10",
"26+10=36"
] | "Combine these initial numbers [37, 26, 87, 26, 23] using only arithmetic operations (+, -, *, /) to(...TRUNCATED) | 0.919792 | dfs | "Current State: 36:[37, 26, 87, 26, 23], Operations: []\nExploring Operation: 37-26=11, Resulting Nu(...TRUNCATED) | sum_heuristic | "Combine these initial numbers [37, 26, 87, 26, 23] using only arithmetic operations (+, -, *, /) to(...TRUNCATED) |
[
55,
9,
12,
67,
82
] | 16 | [
"12-9=3",
"55*3=165",
"67+82=149",
"165-149=16"
] | "Combine these initial numbers [55, 9, 12, 67, 82] using only arithmetic operations (+, -, *, /) to (...TRUNCATED) | 0.909722 | dfs | "Current State: 16:[55, 9, 12, 67, 82], Operations: []\nExploring Operation: 12-9=3, Resulting Numbe(...TRUNCATED) | sum_heuristic | "Combine these initial numbers [55, 9, 12, 67, 82] using only arithmetic operations (+, -, *, /) to (...TRUNCATED) |
[
89,
71,
8,
89,
8
] | 56 | [
"89/89=1",
"71-8=63",
"8-1=7",
"63-7=56"
] | "Combine these initial numbers [89, 71, 8, 89, 8] using only arithmetic operations (+, -, *, /) to r(...TRUNCATED) | 0.975412 | dfs | "Current State: 56:[89, 71, 8, 89, 8], Operations: []\nExploring Operation: 89/89=1, Resulting Numbe(...TRUNCATED) | sum_heuristic | "Combine these initial numbers [89, 71, 8, 89, 8] using only arithmetic operations (+, -, *, /) to r(...TRUNCATED) |
[
44,
86,
36,
18,
76
] | 93 | [
"76-36=40",
"44*40=1760",
"1760-86=1674",
"1674/18=93"
] | "Combine these initial numbers [44, 86, 36, 18, 76] using only arithmetic operations (+, -, *, /) to(...TRUNCATED) | 0.878234 | dfs | "Current State: 93:[44, 86, 36, 18, 76], Operations: []\nExploring Operation: 76-36=40, Resulting Nu(...TRUNCATED) | sum_heuristic | "Combine these initial numbers [44, 86, 36, 18, 76] using only arithmetic operations (+, -, *, /) to(...TRUNCATED) |
[
32,
80,
58,
22,
62
] | 53 | [
"80-32=48",
"62+48=110",
"110/22=5",
"58-5=53"
] | "Combine these initial numbers [32, 80, 58, 22, 62] using only arithmetic operations (+, -, *, /) to(...TRUNCATED) | 0.979644 | dfs | "Current State: 53:[32, 80, 58, 22, 62], Operations: []\nExploring Operation: 80-32=48, Resulting Nu(...TRUNCATED) | sum_heuristic | "Combine these initial numbers [32, 80, 58, 22, 62] using only arithmetic operations (+, -, *, /) to(...TRUNCATED) |
[
88,
74,
93,
77,
90
] | 21 | [
"88-74=14",
"93-90=3",
"77-14=63",
"63/3=21"
] | "Combine these initial numbers [88, 74, 93, 77, 90] using only arithmetic operations (+, -, *, /) to(...TRUNCATED) | 0.99872 | bfs_5 | "Current State: 21:[88, 74, 93, 77, 90], Operations: []\nExploring Operation: 88-74=14, Resulting Nu(...TRUNCATED) | sum_heuristic | "Combine these initial numbers [88, 74, 93, 77, 90] using only arithmetic operations (+, -, *, /) to(...TRUNCATED) |
[
72,
29,
48,
44,
66
] | 84 | [
"72*66=4752",
"44-29=15",
"4752/48=99",
"99-15=84"
] | "Combine these initial numbers [72, 29, 48, 44, 66] using only arithmetic operations (+, -, *, /) to(...TRUNCATED) | 0.932075 | dfs | "Current State: 84:[72, 29, 48, 44, 66], Operations: []\nExploring Operation: 72*66=4752, Resulting (...TRUNCATED) | sum_heuristic | "Combine these initial numbers [72, 29, 48, 44, 66] using only arithmetic operations (+, -, *, /) to(...TRUNCATED) |
End of preview. Expand in Data Studio
No dataset card yet
- Downloads last month
- 13