File size: 2,099 Bytes
f542693
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
  "label_to_id": {
    "emotion_curious": 0,
    "emotion_annoyed": 1,
    "emotion_hesitant": 2,
    "emotion_confused": 3,
    "emotion_enthusiastic": 4,
    "emotion_suspicious": 5,
    "emotion_overwhelmed": 6,
    "intent_evaluating": 7,
    "intent_rejecting": 8,
    "intent_comparison_shopping": 9,
    "intent_clarification": 10,
    "intent_ready_to_convert": 11,
    "intent_needs_reassurance": 12,
    "objection_financial_concern": 13,
    "objection_hidden_fee_suspicion": 14,
    "objection_trust_issue": 15,
    "objection_too_complicated": 16,
    "objection_fear_of_commitment": 17,
    "signal_feature_interest": 18,
    "signal_details": 19,
    "signal_willingness": 20,
    "none": 21
  },
  "id_to_label": {
    "0": "emotion_curious",
    "1": "emotion_annoyed",
    "2": "emotion_hesitant",
    "3": "emotion_confused",
    "4": "emotion_enthusiastic",
    "5": "emotion_suspicious",
    "6": "emotion_overwhelmed",
    "7": "intent_evaluating",
    "8": "intent_rejecting",
    "9": "intent_comparison_shopping",
    "10": "intent_clarification",
    "11": "intent_ready_to_convert",
    "12": "intent_needs_reassurance",
    "13": "objection_financial_concern",
    "14": "objection_hidden_fee_suspicion",
    "15": "objection_trust_issue",
    "16": "objection_too_complicated",
    "17": "objection_fear_of_commitment",
    "18": "signal_feature_interest",
    "19": "signal_details",
    "20": "signal_willingness",
    "21": "none"
  },
  "labels": [
    "emotion_curious",
    "emotion_annoyed",
    "emotion_hesitant",
    "emotion_confused",
    "emotion_enthusiastic",
    "emotion_suspicious",
    "emotion_overwhelmed",
    "intent_evaluating",
    "intent_rejecting",
    "intent_comparison_shopping",
    "intent_clarification",
    "intent_ready_to_convert",
    "intent_needs_reassurance",
    "objection_financial_concern",
    "objection_hidden_fee_suspicion",
    "objection_trust_issue",
    "objection_too_complicated",
    "objection_fear_of_commitment",
    "signal_feature_interest",
    "signal_details",
    "signal_willingness",
    "none"
  ]
}