[
{
"testCaseId": "case1",
"input": "How many states are in the US?",
"output": "There are 50 states in the US.",
"reference": "50"
},
{
"testCaseId": "case2",
"input": "What is the capital of France?",
"output": "The capital of France is Paris.",
"reference": "Paris"
},
{
"testCaseId": "case3",
"input": "Who Lily is?",
"output": "Lily is a cat.",
"reference": "cat"
}
]