Files
confident-ai--deepeval/tests/test_core/test_datasets/goldens.json
T
2026-07-13 13:32:05 +08:00

229 lines
5.9 KiB
JSON

[
{
"input": "What is the tallest mountain in the world?",
"actual_output": "Mount Everest",
"expected_output": "Mount Everest",
"retrieval_context": [
"Mountain heights list",
"Moutain list"
],
"context": [
"Geography",
"Mountains"
],
"name": "Name 1",
"comments": "Comments 1",
"source_file": null
},
{
"input": "Solve 5 * 7",
"actual_output": "35",
"expected_output": "35",
"retrieval_context": [
"Basic arithmetic"
],
"context": [
"Math",
"Multiplication"
],
"name": "Name 2",
"comments": "Comments 2",
"source_file": null
},
{
"input": "Define 'photosynthesis'",
"actual_output": "Process by which green plants convert light energy into chemical energy",
"expected_output": "Process by which green plants convert light energy into chemical energy",
"retrieval_context": [
"Biology textbooks",
"Science API"
],
"context": [
"Biology",
"Photosynthesis"
],
"name": "Name 3",
"comments": "Comments 3",
"source_file": null
},
{
"input": "What is the capital of France?",
"actual_output": "Paris",
"expected_output": "Paris",
"retrieval_context": [
"World capitals list"
],
"context": [
"Geography",
"Capital Cities"
],
"name": "Name 4",
"comments": "Comments 4",
"source_file": null
},
{
"input": "What is the square root of 64?",
"actual_output": "8",
"expected_output": "8",
"retrieval_context": [
"Basic arithmetic"
],
"context": [
"Math",
"Square Roots"
],
"name": "Name 5",
"comments": "Comments 5",
"source_file": null
},
{
"input": "What causes rain?",
"actual_output": "Rain is caused by the condensation of water vapor in the atmosphere.",
"expected_output": "Rain is caused by the condensation of water vapor in the atmosphere.",
"retrieval_context": [
"Weather patterns data"
],
"context": [
"Science",
"Meteorology"
],
"name": "Name 6",
"comments": "Comments 6",
"source_file": null
},
{
"input": "Translate 'Hello' into Spanish.",
"actual_output": "Hola",
"expected_output": "Hola",
"retrieval_context": [
"Translation data"
],
"context": [
"Language",
"Translation"
],
"name": "Name 7",
"comments": "Comments 7",
"source_file": null
},
{
"input": "What is the chemical formula of water?",
"actual_output": "H2O",
"expected_output": "H2O",
"retrieval_context": [
"Chemical compounds data"
],
"context": [
"Chemistry",
"Molecules"
],
"name": "Name 8",
"comments": "Comments 8",
"source_file": null
},
{
"input": "What is the speed of light?",
"actual_output": "299,792,458 meters per second",
"expected_output": "299,792,458 meters per second",
"retrieval_context": [
"Physics constants list"
],
"context": [
"Physics",
"Speed of Light"
],
"name": "Name 9",
"comments": "Comments 9",
"source_file": null
},
{
"input": "Who wrote 'Romeo and Juliet'?",
"actual_output": "William Shakespeare",
"expected_output": "William Shakespeare",
"retrieval_context": [
"Literary works list"
],
"context": [
"Literature",
"Shakespeare"
],
"name": "Name 10",
"comments": "Comments 10",
"source_file": null
},
{
"input": "What is the largest planet in our solar system?",
"actual_output": "Jupiter",
"expected_output": "Jupiter",
"retrieval_context": [
"Solar system data"
],
"context": [
"Astronomy",
"Planets"
],
"name": "Name 11",
"comments": "Comments 11",
"source_file": null
},
{
"input": "How many continents are there?",
"actual_output": "7",
"expected_output": "7",
"retrieval_context": [
"Continents list"
],
"context": [
"Geography",
"Continents"
],
"name": "Name 12",
"comments": "Comments 12",
"source_file": null
},
{
"input": "What is the boiling point of water?",
"actual_output": "100°C",
"expected_output": "100°C",
"retrieval_context": [
"Temperature data"
],
"context": [
"Science",
"Temperature"
],
"name": "Name 13",
"comments": "Comments 13",
"source_file": null
},
{
"input": "What is 15% of 200?",
"actual_output": "30",
"expected_output": "30",
"retrieval_context": [
"Basic arithmetic"
],
"context": [
"Math",
"Percentages"
],
"name": "Name 14",
"comments": "Comments 14",
"source_file": null
},
{
"input": "Who wrote 'Romeo and Juliet'?",
"actual_output": "William Shakespeare",
"expected_output": "William Shakespeare",
"retrieval_context": [
"Literary works list"
],
"context": [
"Literature",
"Shakespeare"
],
"name": "Name 15",
"comments": "Comments 15",
"source_file": null
}
]