knowledge-drift-experiments / data /experiments /tier1_qwen25 /sparse_neuron_analysis.json
Raniahossam33's picture
Upload folder using huggingface_hub
14b2318 verified
Raw
History Blame Contribute Delete
2.24 kB
{
"layer": 7,
"best_alpha": 0.003,
"alpha_search": [
{
"alpha": 0.0001,
"auroc": 0.9097192683300007,
"n_active": 3494,
"sparsity": 0.025111607142857095,
"total_neurons": 3584
},
{
"alpha": 0.0005,
"auroc": 0.9062424520395611,
"n_active": 2507,
"sparsity": 0.3005022321428571,
"total_neurons": 3584
},
{
"alpha": 0.001,
"auroc": 0.9020824251495361,
"n_active": 1616,
"sparsity": 0.5491071428571428,
"total_neurons": 3584
},
{
"alpha": 0.003,
"auroc": 0.8912894398854806,
"n_active": 572,
"sparsity": 0.8404017857142857,
"total_neurons": 3584
},
{
"alpha": 0.005,
"auroc": 0.885815297175694,
"n_active": 350,
"sparsity": 0.90234375,
"total_neurons": 3584
},
{
"alpha": 0.01,
"auroc": 0.8768920027846553,
"n_active": 166,
"sparsity": 0.9536830357142857,
"total_neurons": 3584
},
{
"alpha": 0.02,
"auroc": 0.8683930804452666,
"n_active": 82,
"sparsity": 0.9771205357142857,
"total_neurons": 3584
},
{
"alpha": 0.05,
"auroc": 0.8454642934778605,
"n_active": 20,
"sparsity": 0.9944196428571429,
"total_neurons": 3584
},
{
"alpha": 0.1,
"auroc": 0.5,
"n_active": 0,
"sparsity": 1.0,
"total_neurons": 3584
}
],
"drift_auroc_l1": 0.892834092295864,
"uncertainty_auroc_l1": 0.8622742612493864,
"correctness_auroc_l1": 0.8797965470143093,
"neuron_sets": {
"drift_active": 475,
"uncertainty_active": 825,
"correctness_active": 943,
"drift_exclusive": 248,
"uncertainty_exclusive": 476,
"correctness_exclusive": 559,
"drift_unc_shared": 121,
"drift_corr_shared": 156,
"unc_corr_shared": 278,
"all_three_shared": 50,
"jaccard_drift_unc": 0.10262934690415607,
"jaccard_drift_corr": 0.12361331220285261,
"jaccard_unc_corr": 0.1865771812080537,
"total_neurons": 3584
},
"cos_drift_unc_l1": -0.027724558487534523,
"cos_drift_corr_l1": 0.05657871440052986,
"cos_unc_corr_l1": -0.15547572076320648,
"elapsed_seconds": 26.343414783477783
}