File size: 802 Bytes
acd74c9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
26
27
28
29
{
    "1": {
        "session_id": 1,
        "context": "I have worked on sunday. I was sick on monday.",
        "question": "On which day I was sick",
        "answer": "monday",
        "rating": 5
    },
    "2": {
        "session_id": 2,
        "context": "I am have working on this project for 7 days",
        "question": "how many days I am working on this project?",
        "answer": "7",
        "rating": 2
    },
    "3": {
        "session_id": 3,
        "context": "She is not a good girl.",
        "question": "is she a bitch?",
        "answer": "Your question is insincere"
    },
    "4": {
        "session_id": 4,
        "context": "she goes to school everyday",
        "question": "how many days she misses class?",
        "answer": "everyday",
        "rating": 1
    }
}