-
Notifications
You must be signed in to change notification settings - Fork 182
Expand file tree
/
Copy pathcost_curve_results.json
More file actions
131 lines (131 loc) · 3.52 KB
/
cost_curve_results.json
File metadata and controls
131 lines (131 loc) · 3.52 KB
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"experiment": "cost_of_curiosity_curve",
"num_trials": 10,
"results": [
{
"ambiguity_score": 0.0,
"command": "Scale Service A to 5 replicas in Production",
"mute_tokens": 50,
"interactive_tokens": 150,
"mute_turns": 1,
"interactive_turns": 2,
"mute_clarifications": 0,
"interactive_clarifications": 0,
"mute_rejected": false,
"interactive_success": true
},
{
"ambiguity_score": 0.1111111111111111,
"command": "Scale Service A to 5 replicas in Production",
"mute_tokens": 50,
"interactive_tokens": 150,
"mute_turns": 1,
"interactive_turns": 2,
"mute_clarifications": 0,
"interactive_clarifications": 0,
"mute_rejected": false,
"interactive_success": true
},
{
"ambiguity_score": 0.2222222222222222,
"command": "Check the status",
"mute_tokens": 50,
"interactive_tokens": 150,
"mute_turns": 1,
"interactive_turns": 2,
"mute_clarifications": 0,
"interactive_clarifications": 0,
"mute_rejected": true,
"interactive_success": true
},
{
"ambiguity_score": 0.3333333333333333,
"command": "Scale it up",
"mute_tokens": 50,
"interactive_tokens": 240,
"mute_turns": 1,
"interactive_turns": 3,
"mute_clarifications": 0,
"interactive_clarifications": 1,
"mute_rejected": true,
"interactive_success": true
},
{
"ambiguity_score": 0.4444444444444444,
"command": "Check the status",
"mute_tokens": 50,
"interactive_tokens": 391,
"mute_turns": 1,
"interactive_turns": 4,
"mute_clarifications": 0,
"interactive_clarifications": 2,
"mute_rejected": true,
"interactive_success": true
},
{
"ambiguity_score": 0.5555555555555556,
"command": "Make it work",
"mute_tokens": 50,
"interactive_tokens": 492,
"mute_turns": 1,
"interactive_turns": 5,
"mute_clarifications": 0,
"interactive_clarifications": 3,
"mute_rejected": true,
"interactive_success": true
},
{
"ambiguity_score": 0.6666666666666666,
"command": "Do the thing",
"mute_tokens": 50,
"interactive_tokens": 584,
"mute_turns": 1,
"interactive_turns": 6,
"mute_clarifications": 0,
"interactive_clarifications": 4,
"mute_rejected": true,
"interactive_success": true
},
{
"ambiguity_score": 0.7777777777777778,
"command": "Fix the problem",
"mute_tokens": 50,
"interactive_tokens": 650,
"mute_turns": 1,
"interactive_turns": 7,
"mute_clarifications": 0,
"interactive_clarifications": 5,
"mute_rejected": true,
"interactive_success": true
},
{
"ambiguity_score": 0.8888888888888888,
"command": "???",
"mute_tokens": 50,
"interactive_tokens": 798,
"mute_turns": 1,
"interactive_turns": 8,
"mute_clarifications": 0,
"interactive_clarifications": 6,
"mute_rejected": true,
"interactive_success": true
},
{
"ambiguity_score": 1.0,
"command": "???",
"mute_tokens": 50,
"interactive_tokens": 1109,
"mute_turns": 1,
"interactive_turns": 10,
"mute_clarifications": 0,
"interactive_clarifications": 8,
"mute_rejected": true,
"interactive_success": false
}
],
"summary": {
"mute_avg_tokens": 50.0,
"interactive_avg_tokens": 471.4,
"token_reduction_pct": 89.39329656342808
}
}