File size: 25,203 Bytes
c81feaf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
{
  "global_statistics": {
    "total_batches": 49,
    "total_samples": 97852,
    "total_knowledge_pieces": 195704,
    "total_coupling_pairs": 1859156,
    "total_high_coupling_pairs": 78278,
    "global_mean_coupling": 0.03399313727890962,
    "global_std_coupling": 0.14792415376770376,
    "global_min_coupling": -0.58740234375,
    "global_max_coupling": 0.99560546875,
    "high_coupling_ratio": 0.042104051515849124
  },
  "batch_summaries": [
    {
      "batch_idx": 0,
      "samples_count": 2000,
      "sub_batches_count": 200,
      "knowledge_pieces_count": 4000,
      "coupling_pairs_count": 38000,
      "high_coupling_pairs_count": 1586,
      "mean_coupling": 0.032724632722766774,
      "std_coupling": 0.14680895943883918,
      "min_coupling": -0.404052734375,
      "max_coupling": 0.95263671875,
      "processing_time": 1749624431.9366124,
      "output_directory": "/root/Grad/results/full_hotpotqa_analysis/batch_0000"
    },
    {
      "batch_idx": 1,
      "samples_count": 2000,
      "sub_batches_count": 200,
      "knowledge_pieces_count": 4000,
      "coupling_pairs_count": 38000,
      "high_coupling_pairs_count": 1681,
      "mean_coupling": 0.034703164924132196,
      "std_coupling": 0.1494121472555314,
      "min_coupling": -0.4638671875,
      "max_coupling": 0.96630859375,
      "processing_time": 1749625003.4358668,
      "output_directory": "/root/Grad/results/full_hotpotqa_analysis/batch_0001"
    },
    {
      "batch_idx": 2,
      "samples_count": 2000,
      "sub_batches_count": 200,
      "knowledge_pieces_count": 4000,
      "coupling_pairs_count": 38000,
      "high_coupling_pairs_count": 1678,
      "mean_coupling": 0.03369711244106293,
      "std_coupling": 0.15142078805145393,
      "min_coupling": -0.3955078125,
      "max_coupling": 0.95263671875,
      "processing_time": 1749625571.4795122,
      "output_directory": "/root/Grad/results/full_hotpotqa_analysis/batch_0002"
    },
    {
      "batch_idx": 3,
      "samples_count": 2000,
      "sub_batches_count": 200,
      "knowledge_pieces_count": 4000,
      "coupling_pairs_count": 38000,
      "high_coupling_pairs_count": 1557,
      "mean_coupling": 0.03332705207404337,
      "std_coupling": 0.14548273361826825,
      "min_coupling": -0.50244140625,
      "max_coupling": 0.95703125,
      "processing_time": 1749626138.9024296,
      "output_directory": "/root/Grad/results/full_hotpotqa_analysis/batch_0003"
    },
    {
      "batch_idx": 4,
      "samples_count": 2000,
      "sub_batches_count": 200,
      "knowledge_pieces_count": 4000,
      "coupling_pairs_count": 38000,
      "high_coupling_pairs_count": 1556,
      "mean_coupling": 0.03290602001861522,
      "std_coupling": 0.14455370463455183,
      "min_coupling": -0.317138671875,
      "max_coupling": 0.97314453125,
      "processing_time": 1749626710.6205726,
      "output_directory": "/root/Grad/results/full_hotpotqa_analysis/batch_0004"
    },
    {
      "batch_idx": 5,
      "samples_count": 2000,
      "sub_batches_count": 200,
      "knowledge_pieces_count": 4000,
      "coupling_pairs_count": 38000,
      "high_coupling_pairs_count": 1594,
      "mean_coupling": 0.034610888289777854,
      "std_coupling": 0.146427691920752,
      "min_coupling": -0.39599609375,
      "max_coupling": 0.9580078125,
      "processing_time": 1749627279.1602235,
      "output_directory": "/root/Grad/results/full_hotpotqa_analysis/batch_0005"
    },
    {
      "batch_idx": 6,
      "samples_count": 2000,
      "sub_batches_count": 200,
      "knowledge_pieces_count": 4000,
      "coupling_pairs_count": 38000,
      "high_coupling_pairs_count": 1589,
      "mean_coupling": 0.033698996305465696,
      "std_coupling": 0.1485733643019668,
      "min_coupling": -0.496826171875,
      "max_coupling": 0.9599609375,
      "processing_time": 1749627848.7448618,
      "output_directory": "/root/Grad/results/full_hotpotqa_analysis/batch_0006"
    },
    {
      "batch_idx": 7,
      "samples_count": 2000,
      "sub_batches_count": 200,
      "knowledge_pieces_count": 4000,
      "coupling_pairs_count": 38000,
      "high_coupling_pairs_count": 1533,
      "mean_coupling": 0.03367912530742193,
      "std_coupling": 0.14535984135771354,
      "min_coupling": -0.434814453125,
      "max_coupling": 0.974609375,
      "processing_time": 1749628429.278082,
      "output_directory": "/root/Grad/results/full_hotpotqa_analysis/batch_0007"
    },
    {
      "batch_idx": 8,
      "samples_count": 2000,
      "sub_batches_count": 200,
      "knowledge_pieces_count": 4000,
      "coupling_pairs_count": 38000,
      "high_coupling_pairs_count": 1526,
      "mean_coupling": 0.033839833992092234,
      "std_coupling": 0.1430907684794681,
      "min_coupling": -0.32568359375,
      "max_coupling": 0.97802734375,
      "processing_time": 1749628996.154608,
      "output_directory": "/root/Grad/results/full_hotpotqa_analysis/batch_0008"
    },
    {
      "batch_idx": 9,
      "samples_count": 2000,
      "sub_batches_count": 200,
      "knowledge_pieces_count": 4000,
      "coupling_pairs_count": 38000,
      "high_coupling_pairs_count": 1696,
      "mean_coupling": 0.035889182758958714,
      "std_coupling": 0.15170295695482927,
      "min_coupling": -0.45068359375,
      "max_coupling": 0.96533203125,
      "processing_time": 1749629564.7541199,
      "output_directory": "/root/Grad/results/full_hotpotqa_analysis/batch_0009"
    },
    {
      "batch_idx": 10,
      "samples_count": 2000,
      "sub_batches_count": 200,
      "knowledge_pieces_count": 4000,
      "coupling_pairs_count": 38000,
      "high_coupling_pairs_count": 1656,
      "mean_coupling": 0.03529094312065526,
      "std_coupling": 0.15166038914709726,
      "min_coupling": -0.39306640625,
      "max_coupling": 0.974609375,
      "processing_time": 1749630132.8873937,
      "output_directory": "/root/Grad/results/full_hotpotqa_analysis/batch_0010"
    },
    {
      "batch_idx": 11,
      "samples_count": 2000,
      "sub_batches_count": 200,
      "knowledge_pieces_count": 4000,
      "coupling_pairs_count": 38000,
      "high_coupling_pairs_count": 1516,
      "mean_coupling": 0.03294189150709855,
      "std_coupling": 0.14429811280419383,
      "min_coupling": -0.366455078125,
      "max_coupling": 0.9599609375,
      "processing_time": 1749630700.6921968,
      "output_directory": "/root/Grad/results/full_hotpotqa_analysis/batch_0011"
    },
    {
      "batch_idx": 12,
      "samples_count": 2000,
      "sub_batches_count": 200,
      "knowledge_pieces_count": 4000,
      "coupling_pairs_count": 38000,
      "high_coupling_pairs_count": 1725,
      "mean_coupling": 0.035546005708606616,
      "std_coupling": 0.15140280158992747,
      "min_coupling": -0.38720703125,
      "max_coupling": 0.955078125,
      "processing_time": 1749631271.7093213,
      "output_directory": "/root/Grad/results/full_hotpotqa_analysis/batch_0012"
    },
    {
      "batch_idx": 13,
      "samples_count": 2000,
      "sub_batches_count": 200,
      "knowledge_pieces_count": 4000,
      "coupling_pairs_count": 38000,
      "high_coupling_pairs_count": 1629,
      "mean_coupling": 0.03458996094214289,
      "std_coupling": 0.1487995788777634,
      "min_coupling": -0.338623046875,
      "max_coupling": 0.9755859375,
      "processing_time": 1749631840.9467435,
      "output_directory": "/root/Grad/results/full_hotpotqa_analysis/batch_0013"
    },
    {
      "batch_idx": 14,
      "samples_count": 2000,
      "sub_batches_count": 200,
      "knowledge_pieces_count": 4000,
      "coupling_pairs_count": 38000,
      "high_coupling_pairs_count": 1666,
      "mean_coupling": 0.03492379583810505,
      "std_coupling": 0.14854768872145577,
      "min_coupling": -0.34765625,
      "max_coupling": 0.98193359375,
      "processing_time": 1749632412.540909,
      "output_directory": "/root/Grad/results/full_hotpotqa_analysis/batch_0014"
    },
    {
      "batch_idx": 15,
      "samples_count": 2000,
      "sub_batches_count": 200,
      "knowledge_pieces_count": 4000,
      "coupling_pairs_count": 38000,
      "high_coupling_pairs_count": 1729,
      "mean_coupling": 0.03689088137055698,
      "std_coupling": 0.1537847903485138,
      "min_coupling": -0.406005859375,
      "max_coupling": 0.94287109375,
      "processing_time": 1749632981.2607687,
      "output_directory": "/root/Grad/results/full_hotpotqa_analysis/batch_0015"
    },
    {
      "batch_idx": 16,
      "samples_count": 2000,
      "sub_batches_count": 200,
      "knowledge_pieces_count": 4000,
      "coupling_pairs_count": 38000,
      "high_coupling_pairs_count": 1650,
      "mean_coupling": 0.034205121713249305,
      "std_coupling": 0.1493196573075152,
      "min_coupling": -0.34765625,
      "max_coupling": 0.9853515625,
      "processing_time": 1749633550.0784373,
      "output_directory": "/root/Grad/results/full_hotpotqa_analysis/batch_0016"
    },
    {
      "batch_idx": 17,
      "samples_count": 2000,
      "sub_batches_count": 200,
      "knowledge_pieces_count": 4000,
      "coupling_pairs_count": 38000,
      "high_coupling_pairs_count": 1686,
      "mean_coupling": 0.03437393534497211,
      "std_coupling": 0.1532507756308046,
      "min_coupling": -0.333984375,
      "max_coupling": 0.9658203125,
      "processing_time": 1749634119.0260634,
      "output_directory": "/root/Grad/results/full_hotpotqa_analysis/batch_0017"
    },
    {
      "batch_idx": 18,
      "samples_count": 2000,
      "sub_batches_count": 200,
      "knowledge_pieces_count": 4000,
      "coupling_pairs_count": 38000,
      "high_coupling_pairs_count": 1660,
      "mean_coupling": 0.036264751882929554,
      "std_coupling": 0.15231561287533177,
      "min_coupling": -0.4404296875,
      "max_coupling": 0.958984375,
      "processing_time": 1749634688.991312,
      "output_directory": "/root/Grad/results/full_hotpotqa_analysis/batch_0018"
    },
    {
      "batch_idx": 19,
      "samples_count": 2000,
      "sub_batches_count": 200,
      "knowledge_pieces_count": 4000,
      "coupling_pairs_count": 38000,
      "high_coupling_pairs_count": 1632,
      "mean_coupling": 0.03435383540391922,
      "std_coupling": 0.15100201840677616,
      "min_coupling": -0.40234375,
      "max_coupling": 0.96484375,
      "processing_time": 1749635260.8577132,
      "output_directory": "/root/Grad/results/full_hotpotqa_analysis/batch_0019"
    },
    {
      "batch_idx": 20,
      "samples_count": 2000,
      "sub_batches_count": 200,
      "knowledge_pieces_count": 4000,
      "coupling_pairs_count": 38000,
      "high_coupling_pairs_count": 1606,
      "mean_coupling": 0.034443996322782416,
      "std_coupling": 0.14936765623779955,
      "min_coupling": -0.343017578125,
      "max_coupling": 0.97802734375,
      "processing_time": 1749635831.0350556,
      "output_directory": "/root/Grad/results/full_hotpotqa_analysis/batch_0020"
    },
    {
      "batch_idx": 21,
      "samples_count": 2000,
      "sub_batches_count": 200,
      "knowledge_pieces_count": 4000,
      "coupling_pairs_count": 38000,
      "high_coupling_pairs_count": 1574,
      "mean_coupling": 0.033665075924835704,
      "std_coupling": 0.14745617683575035,
      "min_coupling": -0.38916015625,
      "max_coupling": 0.984375,
      "processing_time": 1749636397.1253424,
      "output_directory": "/root/Grad/results/full_hotpotqa_analysis/batch_0021"
    },
    {
      "batch_idx": 22,
      "samples_count": 2000,
      "sub_batches_count": 200,
      "knowledge_pieces_count": 4000,
      "coupling_pairs_count": 38000,
      "high_coupling_pairs_count": 1645,
      "mean_coupling": 0.03370991614147237,
      "std_coupling": 0.1486821524725974,
      "min_coupling": -0.348876953125,
      "max_coupling": 0.97265625,
      "processing_time": 1749636962.8591862,
      "output_directory": "/root/Grad/results/full_hotpotqa_analysis/batch_0022"
    },
    {
      "batch_idx": 23,
      "samples_count": 2000,
      "sub_batches_count": 200,
      "knowledge_pieces_count": 4000,
      "coupling_pairs_count": 38000,
      "high_coupling_pairs_count": 1655,
      "mean_coupling": 0.03350611311667844,
      "std_coupling": 0.14971510319806164,
      "min_coupling": -0.58740234375,
      "max_coupling": 0.953125,
      "processing_time": 1749637540.6166165,
      "output_directory": "/root/Grad/results/full_hotpotqa_analysis/batch_0023"
    },
    {
      "batch_idx": 24,
      "samples_count": 2000,
      "sub_batches_count": 200,
      "knowledge_pieces_count": 4000,
      "coupling_pairs_count": 38000,
      "high_coupling_pairs_count": 1596,
      "mean_coupling": 0.03421407042365325,
      "std_coupling": 0.1482262363776093,
      "min_coupling": -0.400390625,
      "max_coupling": 0.982421875,
      "processing_time": 1749638113.7097492,
      "output_directory": "/root/Grad/results/full_hotpotqa_analysis/batch_0024"
    },
    {
      "batch_idx": 25,
      "samples_count": 2000,
      "sub_batches_count": 200,
      "knowledge_pieces_count": 4000,
      "coupling_pairs_count": 38000,
      "high_coupling_pairs_count": 1571,
      "mean_coupling": 0.03444939339945191,
      "std_coupling": 0.1462123933080455,
      "min_coupling": -0.388916015625,
      "max_coupling": 0.99267578125,
      "processing_time": 1749638682.2614605,
      "output_directory": "/root/Grad/results/full_hotpotqa_analysis/batch_0025"
    },
    {
      "batch_idx": 26,
      "samples_count": 2000,
      "sub_batches_count": 200,
      "knowledge_pieces_count": 4000,
      "coupling_pairs_count": 38000,
      "high_coupling_pairs_count": 1550,
      "mean_coupling": 0.032786469087788934,
      "std_coupling": 0.14384829481388262,
      "min_coupling": -0.46875,
      "max_coupling": 0.9521484375,
      "processing_time": 1749639252.9176817,
      "output_directory": "/root/Grad/results/full_hotpotqa_analysis/batch_0026"
    },
    {
      "batch_idx": 27,
      "samples_count": 2000,
      "sub_batches_count": 200,
      "knowledge_pieces_count": 4000,
      "coupling_pairs_count": 38000,
      "high_coupling_pairs_count": 1636,
      "mean_coupling": 0.03365200965184915,
      "std_coupling": 0.14950361327282516,
      "min_coupling": -0.37353515625,
      "max_coupling": 0.994140625,
      "processing_time": 1749639824.3604734,
      "output_directory": "/root/Grad/results/full_hotpotqa_analysis/batch_0027"
    },
    {
      "batch_idx": 28,
      "samples_count": 2000,
      "sub_batches_count": 200,
      "knowledge_pieces_count": 4000,
      "coupling_pairs_count": 38000,
      "high_coupling_pairs_count": 1556,
      "mean_coupling": 0.033569989560466064,
      "std_coupling": 0.14712117854623963,
      "min_coupling": -0.3798828125,
      "max_coupling": 0.97412109375,
      "processing_time": 1749640397.1537058,
      "output_directory": "/root/Grad/results/full_hotpotqa_analysis/batch_0028"
    },
    {
      "batch_idx": 29,
      "samples_count": 2000,
      "sub_batches_count": 200,
      "knowledge_pieces_count": 4000,
      "coupling_pairs_count": 38000,
      "high_coupling_pairs_count": 1608,
      "mean_coupling": 0.034083996645714106,
      "std_coupling": 0.14805044705995316,
      "min_coupling": -0.420654296875,
      "max_coupling": 0.95849609375,
      "processing_time": 1749640973.5443285,
      "output_directory": "/root/Grad/results/full_hotpotqa_analysis/batch_0029"
    },
    {
      "batch_idx": 30,
      "samples_count": 2000,
      "sub_batches_count": 200,
      "knowledge_pieces_count": 4000,
      "coupling_pairs_count": 38000,
      "high_coupling_pairs_count": 1539,
      "mean_coupling": 0.031738480174227764,
      "std_coupling": 0.14568189069287948,
      "min_coupling": -0.37548828125,
      "max_coupling": 0.97412109375,
      "processing_time": 1749641554.226856,
      "output_directory": "/root/Grad/results/full_hotpotqa_analysis/batch_0030"
    },
    {
      "batch_idx": 31,
      "samples_count": 2000,
      "sub_batches_count": 200,
      "knowledge_pieces_count": 4000,
      "coupling_pairs_count": 38000,
      "high_coupling_pairs_count": 1567,
      "mean_coupling": 0.03401926064020709,
      "std_coupling": 0.14549599961581866,
      "min_coupling": -0.37158203125,
      "max_coupling": 0.94873046875,
      "processing_time": 1749642130.2205064,
      "output_directory": "/root/Grad/results/full_hotpotqa_analysis/batch_0031"
    },
    {
      "batch_idx": 32,
      "samples_count": 2000,
      "sub_batches_count": 200,
      "knowledge_pieces_count": 4000,
      "coupling_pairs_count": 38000,
      "high_coupling_pairs_count": 1675,
      "mean_coupling": 0.03410909860385092,
      "std_coupling": 0.15125481553237638,
      "min_coupling": -0.343017578125,
      "max_coupling": 0.94775390625,
      "processing_time": 1749642704.191453,
      "output_directory": "/root/Grad/results/full_hotpotqa_analysis/batch_0032"
    },
    {
      "batch_idx": 33,
      "samples_count": 2000,
      "sub_batches_count": 200,
      "knowledge_pieces_count": 4000,
      "coupling_pairs_count": 38000,
      "high_coupling_pairs_count": 1566,
      "mean_coupling": 0.03397355083572237,
      "std_coupling": 0.1468049882613999,
      "min_coupling": -0.468017578125,
      "max_coupling": 0.9482421875,
      "processing_time": 1749643275.4006956,
      "output_directory": "/root/Grad/results/full_hotpotqa_analysis/batch_0033"
    },
    {
      "batch_idx": 34,
      "samples_count": 2000,
      "sub_batches_count": 200,
      "knowledge_pieces_count": 4000,
      "coupling_pairs_count": 38000,
      "high_coupling_pairs_count": 1548,
      "mean_coupling": 0.03414209307808625,
      "std_coupling": 0.144696220675776,
      "min_coupling": -0.5048828125,
      "max_coupling": 0.94873046875,
      "processing_time": 1749643847.037978,
      "output_directory": "/root/Grad/results/full_hotpotqa_analysis/batch_0034"
    },
    {
      "batch_idx": 35,
      "samples_count": 2000,
      "sub_batches_count": 200,
      "knowledge_pieces_count": 4000,
      "coupling_pairs_count": 38000,
      "high_coupling_pairs_count": 1508,
      "mean_coupling": 0.0327763121190824,
      "std_coupling": 0.1424700619018784,
      "min_coupling": -0.343017578125,
      "max_coupling": 0.94384765625,
      "processing_time": 1749644419.7396953,
      "output_directory": "/root/Grad/results/full_hotpotqa_analysis/batch_0035"
    },
    {
      "batch_idx": 36,
      "samples_count": 2000,
      "sub_batches_count": 200,
      "knowledge_pieces_count": 4000,
      "coupling_pairs_count": 38000,
      "high_coupling_pairs_count": 1568,
      "mean_coupling": 0.03378821323890435,
      "std_coupling": 0.14582769070657198,
      "min_coupling": -0.353515625,
      "max_coupling": 0.9580078125,
      "processing_time": 1749644992.2429888,
      "output_directory": "/root/Grad/results/full_hotpotqa_analysis/batch_0036"
    },
    {
      "batch_idx": 37,
      "samples_count": 2000,
      "sub_batches_count": 200,
      "knowledge_pieces_count": 4000,
      "coupling_pairs_count": 38000,
      "high_coupling_pairs_count": 1627,
      "mean_coupling": 0.035031496956160195,
      "std_coupling": 0.147906641136378,
      "min_coupling": -0.3603515625,
      "max_coupling": 0.99560546875,
      "processing_time": 1749645566.6861622,
      "output_directory": "/root/Grad/results/full_hotpotqa_analysis/batch_0037"
    },
    {
      "batch_idx": 38,
      "samples_count": 2000,
      "sub_batches_count": 200,
      "knowledge_pieces_count": 4000,
      "coupling_pairs_count": 38000,
      "high_coupling_pairs_count": 1490,
      "mean_coupling": 0.032094551218183415,
      "std_coupling": 0.1444683086980122,
      "min_coupling": -0.37548828125,
      "max_coupling": 0.94873046875,
      "processing_time": 1749646138.6410244,
      "output_directory": "/root/Grad/results/full_hotpotqa_analysis/batch_0038"
    },
    {
      "batch_idx": 39,
      "samples_count": 2000,
      "sub_batches_count": 200,
      "knowledge_pieces_count": 4000,
      "coupling_pairs_count": 38000,
      "high_coupling_pairs_count": 1591,
      "mean_coupling": 0.03346964943252112,
      "std_coupling": 0.1489778064167503,
      "min_coupling": -0.409912109375,
      "max_coupling": 0.96044921875,
      "processing_time": 1749646711.6097858,
      "output_directory": "/root/Grad/results/full_hotpotqa_analysis/batch_0039"
    },
    {
      "batch_idx": 40,
      "samples_count": 2000,
      "sub_batches_count": 200,
      "knowledge_pieces_count": 4000,
      "coupling_pairs_count": 38000,
      "high_coupling_pairs_count": 1569,
      "mean_coupling": 0.03269046431623007,
      "std_coupling": 0.14548910189284248,
      "min_coupling": -0.44873046875,
      "max_coupling": 0.97216796875,
      "processing_time": 1749647286.3182697,
      "output_directory": "/root/Grad/results/full_hotpotqa_analysis/batch_0040"
    },
    {
      "batch_idx": 41,
      "samples_count": 2000,
      "sub_batches_count": 200,
      "knowledge_pieces_count": 4000,
      "coupling_pairs_count": 38000,
      "high_coupling_pairs_count": 1791,
      "mean_coupling": 0.035559868707468634,
      "std_coupling": 0.1570992480999919,
      "min_coupling": -0.383544921875,
      "max_coupling": 0.95849609375,
      "processing_time": 1749647857.121855,
      "output_directory": "/root/Grad/results/full_hotpotqa_analysis/batch_0041"
    },
    {
      "batch_idx": 42,
      "samples_count": 2000,
      "sub_batches_count": 200,
      "knowledge_pieces_count": 4000,
      "coupling_pairs_count": 38000,
      "high_coupling_pairs_count": 1701,
      "mean_coupling": 0.03423157731012294,
      "std_coupling": 0.1533818043554626,
      "min_coupling": -0.373046875,
      "max_coupling": 0.96728515625,
      "processing_time": 1749648428.8873837,
      "output_directory": "/root/Grad/results/full_hotpotqa_analysis/batch_0042"
    },
    {
      "batch_idx": 43,
      "samples_count": 2000,
      "sub_batches_count": 200,
      "knowledge_pieces_count": 4000,
      "coupling_pairs_count": 38000,
      "high_coupling_pairs_count": 1541,
      "mean_coupling": 0.033996034424555927,
      "std_coupling": 0.14523394671327802,
      "min_coupling": -0.34814453125,
      "max_coupling": 0.97265625,
      "processing_time": 1749648999.6610873,
      "output_directory": "/root/Grad/results/full_hotpotqa_analysis/batch_0043"
    },
    {
      "batch_idx": 44,
      "samples_count": 2000,
      "sub_batches_count": 200,
      "knowledge_pieces_count": 4000,
      "coupling_pairs_count": 38000,
      "high_coupling_pairs_count": 1495,
      "mean_coupling": 0.03233502535129848,
      "std_coupling": 0.14605183424665652,
      "min_coupling": -0.337646484375,
      "max_coupling": 0.9697265625,
      "processing_time": 1749649570.2969458,
      "output_directory": "/root/Grad/results/full_hotpotqa_analysis/batch_0044"
    },
    {
      "batch_idx": 45,
      "samples_count": 2000,
      "sub_batches_count": 200,
      "knowledge_pieces_count": 4000,
      "coupling_pairs_count": 38000,
      "high_coupling_pairs_count": 1521,
      "mean_coupling": 0.032864605517763844,
      "std_coupling": 0.14484068297582875,
      "min_coupling": -0.409912109375,
      "max_coupling": 0.95703125,
      "processing_time": 1749650140.7472258,
      "output_directory": "/root/Grad/results/full_hotpotqa_analysis/batch_0045"
    },
    {
      "batch_idx": 46,
      "samples_count": 2000,
      "sub_batches_count": 200,
      "knowledge_pieces_count": 4000,
      "coupling_pairs_count": 38000,
      "high_coupling_pairs_count": 1478,
      "mean_coupling": 0.0344526988863945,
      "std_coupling": 0.14261310406724542,
      "min_coupling": -0.418701171875,
      "max_coupling": 0.95703125,
      "processing_time": 1749650712.4516654,
      "output_directory": "/root/Grad/results/full_hotpotqa_analysis/batch_0046"
    },
    {
      "batch_idx": 47,
      "samples_count": 2000,
      "sub_batches_count": 200,
      "knowledge_pieces_count": 4000,
      "coupling_pairs_count": 38000,
      "high_coupling_pairs_count": 1522,
      "mean_coupling": 0.03349840605886359,
      "std_coupling": 0.14550305812731043,
      "min_coupling": -0.35791015625,
      "max_coupling": 0.9697265625,
      "processing_time": 1749651283.561705,
      "output_directory": "/root/Grad/results/full_hotpotqa_analysis/batch_0047"
    },
    {
      "batch_idx": 48,
      "samples_count": 1852,
      "sub_batches_count": 186,
      "knowledge_pieces_count": 3704,
      "coupling_pairs_count": 35156,
      "high_coupling_pairs_count": 1439,
      "mean_coupling": 0.03438338480185345,
      "std_coupling": 0.14717508937336196,
      "min_coupling": -0.330810546875,
      "max_coupling": 0.94873046875,
      "processing_time": 1749651814.5939398,
      "output_directory": "/root/Grad/results/full_hotpotqa_analysis/batch_0048"
    }
  ],
  "processing_metadata": {
    "model_path": "meta-llama/Llama-2-7b-hf",
    "layer_range": [
      28,
      31
    ],
    "batch_size": 2000,
    "sub_batch_size": 10,
    "total_processing_time": 85732268342.67854,
    "completion_timestamp": "2025-06-11T14:23:46.350887"
  }
}