vnmoorthy commited on
Commit
770253a
·
verified ·
1 Parent(s): ae61f59

Upload results/tier2_noise_robustness_results.json with huggingface_hub

Browse files
results/tier2_noise_robustness_results.json ADDED
@@ -0,0 +1,333 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "asr_results": {
3
+ "clean": {
4
+ "wer": 6.47,
5
+ "noise_type": "none",
6
+ "snr_db": "inf"
7
+ },
8
+ "white_snr5": {
9
+ "wer": 9.68,
10
+ "noise_type": "white",
11
+ "snr_db": 5
12
+ },
13
+ "white_snr10": {
14
+ "wer": 13.74,
15
+ "noise_type": "white",
16
+ "snr_db": 10
17
+ },
18
+ "white_snr15": {
19
+ "wer": 8.88,
20
+ "noise_type": "white",
21
+ "snr_db": 15
22
+ },
23
+ "white_snr20": {
24
+ "wer": 8.72,
25
+ "noise_type": "white",
26
+ "snr_db": 20
27
+ },
28
+ "white_snr30": {
29
+ "wer": 7.43,
30
+ "noise_type": "white",
31
+ "snr_db": 30
32
+ },
33
+ "pink_snr5": {
34
+ "wer": 9.95,
35
+ "noise_type": "pink",
36
+ "snr_db": 5
37
+ },
38
+ "pink_snr10": {
39
+ "wer": 10.21,
40
+ "noise_type": "pink",
41
+ "snr_db": 10
42
+ },
43
+ "pink_snr15": {
44
+ "wer": 9.57,
45
+ "noise_type": "pink",
46
+ "snr_db": 15
47
+ },
48
+ "pink_snr20": {
49
+ "wer": 9.04,
50
+ "noise_type": "pink",
51
+ "snr_db": 20
52
+ },
53
+ "pink_snr30": {
54
+ "wer": 7.27,
55
+ "noise_type": "pink",
56
+ "snr_db": 30
57
+ },
58
+ "babble_snr5": {
59
+ "wer": 10.75,
60
+ "noise_type": "babble",
61
+ "snr_db": 5
62
+ },
63
+ "babble_snr10": {
64
+ "wer": 9.89,
65
+ "noise_type": "babble",
66
+ "snr_db": 10
67
+ },
68
+ "babble_snr15": {
69
+ "wer": 10.32,
70
+ "noise_type": "babble",
71
+ "snr_db": 15
72
+ },
73
+ "babble_snr20": {
74
+ "wer": 9.79,
75
+ "noise_type": "babble",
76
+ "snr_db": 20
77
+ },
78
+ "babble_snr30": {
79
+ "wer": 7.97,
80
+ "noise_type": "babble",
81
+ "snr_db": 30
82
+ },
83
+ "traffic_snr5": {
84
+ "wer": 11.28,
85
+ "noise_type": "traffic",
86
+ "snr_db": 5
87
+ },
88
+ "traffic_snr10": {
89
+ "wer": 9.04,
90
+ "noise_type": "traffic",
91
+ "snr_db": 10
92
+ },
93
+ "traffic_snr15": {
94
+ "wer": 11.12,
95
+ "noise_type": "traffic",
96
+ "snr_db": 15
97
+ },
98
+ "traffic_snr20": {
99
+ "wer": 7.49,
100
+ "noise_type": "traffic",
101
+ "snr_db": 20
102
+ },
103
+ "traffic_snr30": {
104
+ "wer": 6.63,
105
+ "noise_type": "traffic",
106
+ "snr_db": 30
107
+ }
108
+ },
109
+ "coupling_analysis": {
110
+ "clean": {
111
+ "wer": 6.47,
112
+ "noise_type": "none",
113
+ "snr_db": "inf",
114
+ "coupling_triggered": true,
115
+ "ondevice_llm_feasible": false,
116
+ "routing_decision": "must_use_cloud_llm"
117
+ },
118
+ "white_snr5": {
119
+ "wer": 9.68,
120
+ "noise_type": "white",
121
+ "snr_db": 5,
122
+ "coupling_triggered": true,
123
+ "ondevice_llm_feasible": false,
124
+ "routing_decision": "must_use_cloud_llm"
125
+ },
126
+ "white_snr10": {
127
+ "wer": 13.74,
128
+ "noise_type": "white",
129
+ "snr_db": 10,
130
+ "coupling_triggered": true,
131
+ "ondevice_llm_feasible": false,
132
+ "routing_decision": "must_use_cloud_llm"
133
+ },
134
+ "white_snr15": {
135
+ "wer": 8.88,
136
+ "noise_type": "white",
137
+ "snr_db": 15,
138
+ "coupling_triggered": true,
139
+ "ondevice_llm_feasible": false,
140
+ "routing_decision": "must_use_cloud_llm"
141
+ },
142
+ "white_snr20": {
143
+ "wer": 8.72,
144
+ "noise_type": "white",
145
+ "snr_db": 20,
146
+ "coupling_triggered": true,
147
+ "ondevice_llm_feasible": false,
148
+ "routing_decision": "must_use_cloud_llm"
149
+ },
150
+ "white_snr30": {
151
+ "wer": 7.43,
152
+ "noise_type": "white",
153
+ "snr_db": 30,
154
+ "coupling_triggered": true,
155
+ "ondevice_llm_feasible": false,
156
+ "routing_decision": "must_use_cloud_llm"
157
+ },
158
+ "pink_snr5": {
159
+ "wer": 9.95,
160
+ "noise_type": "pink",
161
+ "snr_db": 5,
162
+ "coupling_triggered": true,
163
+ "ondevice_llm_feasible": false,
164
+ "routing_decision": "must_use_cloud_llm"
165
+ },
166
+ "pink_snr10": {
167
+ "wer": 10.21,
168
+ "noise_type": "pink",
169
+ "snr_db": 10,
170
+ "coupling_triggered": true,
171
+ "ondevice_llm_feasible": false,
172
+ "routing_decision": "must_use_cloud_llm"
173
+ },
174
+ "pink_snr15": {
175
+ "wer": 9.57,
176
+ "noise_type": "pink",
177
+ "snr_db": 15,
178
+ "coupling_triggered": true,
179
+ "ondevice_llm_feasible": false,
180
+ "routing_decision": "must_use_cloud_llm"
181
+ },
182
+ "pink_snr20": {
183
+ "wer": 9.04,
184
+ "noise_type": "pink",
185
+ "snr_db": 20,
186
+ "coupling_triggered": true,
187
+ "ondevice_llm_feasible": false,
188
+ "routing_decision": "must_use_cloud_llm"
189
+ },
190
+ "pink_snr30": {
191
+ "wer": 7.27,
192
+ "noise_type": "pink",
193
+ "snr_db": 30,
194
+ "coupling_triggered": true,
195
+ "ondevice_llm_feasible": false,
196
+ "routing_decision": "must_use_cloud_llm"
197
+ },
198
+ "babble_snr5": {
199
+ "wer": 10.75,
200
+ "noise_type": "babble",
201
+ "snr_db": 5,
202
+ "coupling_triggered": true,
203
+ "ondevice_llm_feasible": false,
204
+ "routing_decision": "must_use_cloud_llm"
205
+ },
206
+ "babble_snr10": {
207
+ "wer": 9.89,
208
+ "noise_type": "babble",
209
+ "snr_db": 10,
210
+ "coupling_triggered": true,
211
+ "ondevice_llm_feasible": false,
212
+ "routing_decision": "must_use_cloud_llm"
213
+ },
214
+ "babble_snr15": {
215
+ "wer": 10.32,
216
+ "noise_type": "babble",
217
+ "snr_db": 15,
218
+ "coupling_triggered": true,
219
+ "ondevice_llm_feasible": false,
220
+ "routing_decision": "must_use_cloud_llm"
221
+ },
222
+ "babble_snr20": {
223
+ "wer": 9.79,
224
+ "noise_type": "babble",
225
+ "snr_db": 20,
226
+ "coupling_triggered": true,
227
+ "ondevice_llm_feasible": false,
228
+ "routing_decision": "must_use_cloud_llm"
229
+ },
230
+ "babble_snr30": {
231
+ "wer": 7.97,
232
+ "noise_type": "babble",
233
+ "snr_db": 30,
234
+ "coupling_triggered": true,
235
+ "ondevice_llm_feasible": false,
236
+ "routing_decision": "must_use_cloud_llm"
237
+ },
238
+ "traffic_snr5": {
239
+ "wer": 11.28,
240
+ "noise_type": "traffic",
241
+ "snr_db": 5,
242
+ "coupling_triggered": true,
243
+ "ondevice_llm_feasible": false,
244
+ "routing_decision": "must_use_cloud_llm"
245
+ },
246
+ "traffic_snr10": {
247
+ "wer": 9.04,
248
+ "noise_type": "traffic",
249
+ "snr_db": 10,
250
+ "coupling_triggered": true,
251
+ "ondevice_llm_feasible": false,
252
+ "routing_decision": "must_use_cloud_llm"
253
+ },
254
+ "traffic_snr15": {
255
+ "wer": 11.12,
256
+ "noise_type": "traffic",
257
+ "snr_db": 15,
258
+ "coupling_triggered": true,
259
+ "ondevice_llm_feasible": false,
260
+ "routing_decision": "must_use_cloud_llm"
261
+ },
262
+ "traffic_snr20": {
263
+ "wer": 7.49,
264
+ "noise_type": "traffic",
265
+ "snr_db": 20,
266
+ "coupling_triggered": true,
267
+ "ondevice_llm_feasible": false,
268
+ "routing_decision": "must_use_cloud_llm"
269
+ },
270
+ "traffic_snr30": {
271
+ "wer": 6.63,
272
+ "noise_type": "traffic",
273
+ "snr_db": 30,
274
+ "coupling_triggered": true,
275
+ "ondevice_llm_feasible": false,
276
+ "routing_decision": "must_use_cloud_llm"
277
+ }
278
+ },
279
+ "llm_quality_under_noise": {
280
+ "clean": {
281
+ "condition": "clean",
282
+ "asr_wer": 6.47,
283
+ "avg_response_length_words": 79.8,
284
+ "error_rate": 0.0,
285
+ "n_samples": 20
286
+ },
287
+ "white_snr20": {
288
+ "condition": "white_snr20",
289
+ "asr_wer": 8.72,
290
+ "avg_response_length_words": 80.7,
291
+ "error_rate": 0.0,
292
+ "n_samples": 20
293
+ },
294
+ "white_snr10": {
295
+ "condition": "white_snr10",
296
+ "asr_wer": 13.74,
297
+ "avg_response_length_words": 76.4,
298
+ "error_rate": 0.0,
299
+ "n_samples": 20
300
+ },
301
+ "babble_snr15": {
302
+ "condition": "babble_snr15",
303
+ "asr_wer": 10.32,
304
+ "avg_response_length_words": 79.1,
305
+ "error_rate": 0.0,
306
+ "n_samples": 20
307
+ },
308
+ "traffic_snr10": {
309
+ "condition": "traffic_snr10",
310
+ "asr_wer": 9.04,
311
+ "avg_response_length_words": 80.7,
312
+ "error_rate": 0.0,
313
+ "n_samples": 20
314
+ }
315
+ },
316
+ "summary": {
317
+ "total_conditions": 21,
318
+ "conditions_triggering_coupling": 21,
319
+ "noise_types": [
320
+ "white",
321
+ "pink",
322
+ "babble",
323
+ "traffic"
324
+ ],
325
+ "snr_levels": [
326
+ 5,
327
+ 10,
328
+ 15,
329
+ 20,
330
+ 30
331
+ ]
332
+ }
333
+ }