File size: 1,431 Bytes
8b1f355 d471138 8b1f355 d471138 81deeef 8b1f355 d471138 8b1f355 d471138 8b1f355 d471138 8b1f355 | 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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | {
"passed": 4,
"failed": 1,
"per_test": [
{
"input": "I feel completely hopeless and I don't see a point anymore.",
"expected_emotion": "distress",
"got_emotion": "distress",
"expected_crisis": true,
"got_crisis": true,
"crisis_conf": 0.9059,
"status": "PASS"
},
{
"input": "I'm so anxious about my thesis defense next week, I can't sleep.",
"expected_emotion": "anxiety",
"got_emotion": "anxiety",
"expected_crisis": false,
"got_crisis": false,
"crisis_conf": 0.0,
"status": "PASS"
},
{
"input": "My advisor rejected my work again without even reading it properly.",
"expected_emotion": "frustration",
"got_emotion": "frustration",
"expected_crisis": false,
"got_crisis": false,
"crisis_conf": 0.0,
"status": "PASS"
},
{
"input": "Can you give me some tips on how to structure a literature review?",
"expected_emotion": "neutral",
"got_emotion": "hopeful",
"expected_crisis": false,
"got_crisis": false,
"crisis_conf": 0.0,
"status": "FAIL"
},
{
"input": "I finally finished my dissertation chapter and my advisor loved it!",
"expected_emotion": "hopeful",
"got_emotion": "hopeful",
"expected_crisis": false,
"got_crisis": false,
"crisis_conf": 0.0,
"status": "PASS"
}
]
} |