Skip to content

Commit

Permalink
add placeholder tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
sukiboo committed Mar 10, 2024
1 parent 570952a commit 26bd8cb
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 0 deletions.
36 changes: 36 additions & 0 deletions data/demo_task_1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"id": "demo_task_1",
"chat_history": [
[
"user message 1",
"bot message 1"
],
[
"user message 2",
"bot message 2"
]
],
"question": "question",
"search_query": "search query",
"search_results": [
"source 1",
"source 2",
"source 3"
],
"answer_1": "answer 1",
"answer_2": "answer 2",
"ratings_1": {
"groundedness": "null",
"utility": "null",
"fluency": "null",
"notes": ""
},
"ratings_2": {
"groundedness": "null",
"utility": "null",
"fluency": "null",
"notes": ""
},
"overall": "null",
"notes": ""
}
36 changes: 36 additions & 0 deletions data/demo_task_2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"id": "demo_task_2",
"chat_history": [
[
"user message 1",
"bot message 1"
],
[
"user message 2",
"bot message 2"
]
],
"question": "question",
"search_query": "search query",
"search_results": [
"source 1",
"source 2",
"source 3"
],
"answer_1": "answer 1",
"answer_2": "answer 2",
"ratings_1": {
"groundedness": "null",
"utility": "null",
"fluency": "null",
"notes": ""
},
"ratings_2": {
"groundedness": "null",
"utility": "null",
"fluency": "null",
"notes": ""
},
"overall": "null",
"notes": ""
}
36 changes: 36 additions & 0 deletions data/demo_task_3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"id": "demo_task_3",
"chat_history": [
[
"user message 1",
"bot message 1"
],
[
"user message 2",
"bot message 2"
]
],
"question": "question",
"search_query": "search query",
"search_results": [
"source 1",
"source 2",
"source 3"
],
"answer_1": "answer 1",
"answer_2": "answer 2",
"ratings_1": {
"groundedness": "null",
"utility": "null",
"fluency": "null",
"notes": ""
},
"ratings_2": {
"groundedness": "null",
"utility": "null",
"fluency": "null",
"notes": ""
},
"overall": "null",
"notes": ""
}

0 comments on commit 26bd8cb

Please sign in to comment.