forked from lightspeed-core/lightspeed-evaluation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathevaluation_data_multiple_expected_responses.yaml
More file actions
25 lines (24 loc) · 1.13 KB
/
evaluation_data_multiple_expected_responses.yaml
File metadata and controls
25 lines (24 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
- conversation_group_id: conv_group_1
description: Basic AI assistant interaction testing faithfulness and relevancy
conversation_metrics: []
conversation_metrics_metadata: {}
turns:
- turn_id: turn_1
query: Who are you?
attachments: null
response: I am an AI assistant designed to help you find information, answer questions, and assist with various tasks. How can I help you today?
tool_calls: null
contexts:
- "AI assistants are software programs designed to help users with information retrieval and task completion."
- "This AI assistant can answer questions, provide information, and help with various user requests."
expected_response: ["I'm a human assistant. How can I help you today?",
"I am an AI assistant designed to help you find information, answer questions, and assist with various tasks. How can I help you today?"]
expected_tool_calls: null
turn_metrics:
- ragas:context_recall
turn_metrics_metadata:
ragas:context_recall:
threshold: 0.5
verify_script: null
setup_script: null
cleanup_script: null