KeenWoo commited on
Commit
d63bfef
·
verified ·
1 Parent(s): 5737422

Create nlu_training_examples.jsonl

Browse files
Files changed (1) hide show
  1. nlu_training_examples.jsonl +6 -0
nlu_training_examples.jsonl ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {"primary_goal": "emotional_support", "query": "She looked right through me today, like I wasn't even there.", "classification": {"detected_behaviors": ["validation", "reminiscence_prompting", "misidentification"], "detected_emotion": "sadness", "detected_topic": "treatment_option:reassurance", "detected_contexts": ["relationship_spouse"]}}
2
+ {"primary_goal": "emotional_support", "query": "I just feel so lost and alone in this.", "classification": {"detected_behaviors": ["validate_feelings_of_sadness", "reassurance"], "detected_emotion": "sadness", "detected_topic": "caregiving_advice", "detected_contexts": ["relationship_staff_or_caregiver"]}}
3
+ {"primary_goal": "practical_planning", "query": "He’s withdrawn today. What should I do?", "classification": {"detected_behaviors": ["withdrawal", "personalised_music_activation"], "detected_emotion": "calm", "detected_topic": "treatment_option:music_therapy", "detected_contexts": ["setting_home_or_community"]}}
4
+ {"primary_goal": "practical_planning", "query": "How can I make the house safer for him? He keeps wandering at night.", "classification": {"detected_behaviors": ["wandering", "safe_wandering_space"], "detected_emotion": "anxiety", "detected_topic": "treatment_option:home_safety", "detected_contexts": ["setting_home_or_community"]}}
5
+ {"primary_goal": "practical_planning", "query": "What's the best way to handle repetitive questions?", "classification": {"detected_behaviors": ["repetitive_questioning", "validation", "gentle_redirection"], "detected_emotion": "calm", "detected_topic": "caregiving_advice", "detected_contexts": []}}
6
+ {"primary_goal": "emotional_support", "query": "He got so angry and accused me of stealing. It was awful.", "classification": {"detected_behaviors": ["false_accusations", "de-escalation", "reassurance"], "detected_emotion": "anger", "detected_topic": "treatment_option:reassurance", "detected_contexts": ["relationship_family"]}}