Files
confident-ai--deepeval/examples/community/chatbot_evaluation/dataset.json
T
2026-07-13 13:32:05 +08:00

14 lines
247 B
JSON

[
{
"input": "What is Dubai?",
"expected": "Dubai is a city in the UAE"
},
{
"input": "Capital of UAE?",
"expected": "Abu Dhabi is the capital of UAE"
},
{
"input": "What is 2+2?",
"expected": "2+2 equals 4"
}
]