EmpathRAG / eval /smoke_test_results.json
Mukul Rayana
Add pipeline orchestrator + smoke test — 4/5 emotion predictions correct (Day 12)
8b1f355
Raw
History Blame
805 Bytes
{
"passed": 4,
"failed": 1,
"per_test": [
{
"input": "I feel completely hopeless and I don't see a point anymore.",
"expected": "distress",
"got": "distress"
},
{
"input": "I'm so anxious about my thesis defense next week, I can't sleep.",
"expected": "anxiety",
"got": "anxiety"
},
{
"input": "My advisor rejected my work again without even reading it properly.",
"expected": "frustration",
"got": "frustration"
},
{
"input": "Can you give me some tips on how to structure a literature review?",
"expected": "neutral",
"got": "hopeful"
},
{
"input": "I finally finished my dissertation chapter and my advisor loved it!",
"expected": "hopeful",
"got": "hopeful"
}
]
}