hwchase17's picture
Rename test_cases.json to train.json
0199898
[
{
"question": "How many people live in canada as of 2023?",
"answer": "approximately 38,625,801",
"steps": [
{"tool": "Search", "tool_input": "Population of Canada 2023"}
]
},
{
"question": "who is dua lipa's boyfriend? what is his age raised to the .43 power?",
"answer": "her boyfriend is Romain Gravas. his age raised to the .43 power is approximately 4.9373857399466665",
"steps": [
{"tool": "Search", "tool_input": "Dua Lipa's boyfriend"},
{"tool": "Search", "tool_input": "Romain Gravas age"},
{"tool": "Calculator", "tool_input": "41^.43"}
]
},
{
"question": "what is dua lipa's boyfriend age raised to the .43 power?",
"answer": "her boyfriend is Romain Gravas. his age raised to the .43 power is approximately 4.9373857399466665",
"steps": [
{"tool": "Search", "tool_input": "Dua Lipa's boyfriend"},
{"tool": "Search", "tool_input": "Romain Gravas age"},
{"tool": "Calculator", "tool_input": "41^.43"}
]
},
{
"question": "how far is it from paris to boston in miles",
"answer": "approximately 3,435 mi",
"steps": [
{"tool": "Search", "tool_input": "paris to boston distance"}
]
},
{
"question": "what was the total number of points scored in the 2023 super bowl? what is that number raised to the .23 power?",
"answer": "approximately 2.682651500990882",
"steps": [
{"tool": "Search", "tool_input": "2023 super bowl score"},
{"tool": "Calculator", "tool_input": "73^.23"}
]
},
{
"question": "what was the total number of points scored in the 2023 super bowl raised to the .23 power?",
"answer": "approximately 2.682651500990882",
"steps": [
{"tool": "Search", "tool_input": "2023 super bowl score"},
{"tool": "Calculator", "tool_input": "73^.23"}
]
},
{
"question": "how many more points were scored in the 2023 super bowl than in the 2022 super bowl?",
"answer": "30",
"steps": [
{"tool": "Search", "tool_input": "2023 super bowl score"},
{"tool": "Search", "tool_input": "2022 super bowl score"}
]
},
{
"question": "what is 153 raised to .1312 power?",
"answer": "approximately 1.9347796717823205",
"steps": [
{"tool": "Calculator", "tool_input": "15**.13"}
]
},
{
"question": "who is kendall jenner's boyfriend? what is his height (in inches) raised to .13 power?",
"answer": "approximately 1.7589107138176394",
"steps": [
{"tool": "Search", "tool_input": "kendall jenner boyfriend"},
{"tool": "Search", "tool_input": "devin booker height"},
{"tool": "Calculator", "tool_input": "77**.13"}
]
},
{
"question": "what is 1213 divided by 4345?",
"answer": "approximately 0.2791714614499425",
"steps": [
{"tool": "Calculator", "tool_input": "1213/4345"}
]
}
]