sukiboo commited on
Commit
f5b615c
1 Parent(s): 26bd8cb

change default field values

Browse files
data/demo_task_1.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "id": "demo_task_1",
3
  "chat_history": [
4
  [
5
  "user message 1",
@@ -20,17 +20,17 @@
20
  "answer_1": "answer 1",
21
  "answer_2": "answer 2",
22
  "ratings_1": {
23
- "groundedness": "null",
24
- "utility": "null",
25
- "fluency": "null",
26
  "notes": ""
27
  },
28
  "ratings_2": {
29
- "groundedness": "null",
30
- "utility": "null",
31
- "fluency": "null",
32
  "notes": ""
33
  },
34
- "overall": "null",
35
  "notes": ""
36
  }
 
1
  {
2
+ "id": "1",
3
  "chat_history": [
4
  [
5
  "user message 1",
 
20
  "answer_1": "answer 1",
21
  "answer_2": "answer 2",
22
  "ratings_1": {
23
+ "groundedness": "",
24
+ "utility": "",
25
+ "fluency": "",
26
  "notes": ""
27
  },
28
  "ratings_2": {
29
+ "groundedness": "",
30
+ "utility": "",
31
+ "fluency": "",
32
  "notes": ""
33
  },
34
+ "overall": "",
35
  "notes": ""
36
  }
data/demo_task_2.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "id": "demo_task_2",
3
  "chat_history": [
4
  [
5
  "user message 1",
@@ -20,17 +20,17 @@
20
  "answer_1": "answer 1",
21
  "answer_2": "answer 2",
22
  "ratings_1": {
23
- "groundedness": "null",
24
- "utility": "null",
25
- "fluency": "null",
26
  "notes": ""
27
  },
28
  "ratings_2": {
29
- "groundedness": "null",
30
- "utility": "null",
31
- "fluency": "null",
32
  "notes": ""
33
  },
34
- "overall": "null",
35
  "notes": ""
36
  }
 
1
  {
2
+ "id": "2",
3
  "chat_history": [
4
  [
5
  "user message 1",
 
20
  "answer_1": "answer 1",
21
  "answer_2": "answer 2",
22
  "ratings_1": {
23
+ "groundedness": "",
24
+ "utility": "",
25
+ "fluency": "",
26
  "notes": ""
27
  },
28
  "ratings_2": {
29
+ "groundedness": "",
30
+ "utility": "",
31
+ "fluency": "",
32
  "notes": ""
33
  },
34
+ "overall": "",
35
  "notes": ""
36
  }
data/demo_task_3.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "id": "demo_task_3",
3
  "chat_history": [
4
  [
5
  "user message 1",
@@ -20,17 +20,17 @@
20
  "answer_1": "answer 1",
21
  "answer_2": "answer 2",
22
  "ratings_1": {
23
- "groundedness": "null",
24
- "utility": "null",
25
- "fluency": "null",
26
  "notes": ""
27
  },
28
  "ratings_2": {
29
- "groundedness": "null",
30
- "utility": "null",
31
- "fluency": "null",
32
  "notes": ""
33
  },
34
- "overall": "null",
35
  "notes": ""
36
  }
 
1
  {
2
+ "id": "3",
3
  "chat_history": [
4
  [
5
  "user message 1",
 
20
  "answer_1": "answer 1",
21
  "answer_2": "answer 2",
22
  "ratings_1": {
23
+ "groundedness": "",
24
+ "utility": "",
25
+ "fluency": "",
26
  "notes": ""
27
  },
28
  "ratings_2": {
29
+ "groundedness": "",
30
+ "utility": "",
31
+ "fluency": "",
32
  "notes": ""
33
  },
34
+ "overall": "",
35
  "notes": ""
36
  }