| { | |
| "sentiment_labels": [ | |
| "positive", | |
| "neutral", | |
| "risk", | |
| "toxic" | |
| ], | |
| "tag_labels": [ | |
| "stress_signal", | |
| "confidence", | |
| "emotional_state", | |
| "trust_indicator", | |
| "defensiveness", | |
| "active_listening", | |
| "rapport_building", | |
| "conflict_signal", | |
| "cooperation", | |
| "clarification", | |
| "pressure_tactic", | |
| "concession", | |
| "information_sharing", | |
| "commitment", | |
| "deadline_mention", | |
| "deception_signal", | |
| "manipulation", | |
| "power_dynamic", | |
| "agreement", | |
| "problem_solving" | |
| ], | |
| "ner_labels": [ | |
| "O", | |
| "B-PER", | |
| "I-PER", | |
| "B-ORG", | |
| "I-ORG", | |
| "B-MONEY", | |
| "I-MONEY", | |
| "B-DATE", | |
| "I-DATE" | |
| ] | |
| } |