-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathARTIFACT.json
More file actions
77 lines (77 loc) · 3 KB
/
Copy pathARTIFACT.json
File metadata and controls
77 lines (77 loc) · 3 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
{
"release": "labrai_phantom_merge",
"repository": "https://github.com/LabRAI/PhantomMerge",
"protocol_version": {
"shopping": "shopping_pm_judge_release",
"fhir": "fhir_pm_judge_release"
},
"verify": "bash reproduce/verify.sh",
"tables": {
"table1": {
"counts": "results/table1_characterization/counts.json",
"cohort_index": "results/table1_characterization/cohort_index.json",
"cohorts": {
"shopping_qwen_n249": "results/table1_characterization/shopping_qwen_n249/per_trajectory.jsonl",
"shopping_mistral_n250": "results/table1_characterization/shopping_mistral_n250/per_trajectory.jsonl",
"fhir_qwen_n973": "results/table1_characterization/fhir_qwen_n973/per_trajectory.jsonl",
"fhir_mistral_n847": "results/table1_characterization/fhir_mistral_n847/per_trajectory.jsonl"
}
},
"table2": {
"global_support_baseline": "results/table2_global_support/baseline_checker.json"
},
"table3": {
"bcp_detect": "results/table3_representation/bcp_detect.json",
"bcp_detect_metrics": "results/table3_representation/bcp_detect_metrics.json",
"oc_bcp": "results/table3_representation/oc_bcp.json",
"claims_parquet": "results/table3_representation/claims.parquet",
"splits": "results/table3_representation/splits.json"
},
"table4": {
"msps_test146": "results/table4_mitigation/msps_test146.json",
"gating_curve": "results/table4_mitigation/gating_curve.json",
"cb_retention_audit": "results/appendix/mitigation_cb_retention_audit.json",
"tau_pm_curve": "results/appendix/mitigation_tau_pm_curve.json"
}
},
"supplemental": {
"mitigation_utility_proxy": "results/supplemental/mitigation_utility_proxy.json",
"trajectory_decomposition": "results/supplemental/trajectory_decomposition/decomposition.csv",
"probe_auxiliary": "results/supplemental/probe_auxiliary/",
"mcr100": {
"manifest": "results/supplemental/mcr100/manifest.json",
"records": "results/supplemental/mcr100/mcr100.jsonl"
}
},
"figures": {
"appendix_scripts": "figures/appendix/",
"data": "results/appendix/manifest.json"
},
"not_shipped": [
"agent_rollouts",
"feature_bank_tensors_npy",
"qualitative_case_trajectories",
"excluded_judge_failure_trajectories",
"qa_label_auditor_scripts"
],
"code": {
"binding_shopping": "binding/shopping/",
"binding_fhir": "binding/fhir/",
"probes": "probes/",
"pm_eval_core": "binding/shopping/src/analysis/pm_eval_release.py",
"validate_p0": "probes/validate_p0.py"
},
"reproduce": {
"index": "reproduce/INDEX.json",
"tier0": "reproduce/verify.sh",
"table1": "reproduce/table1_characterization.sh",
"table3_bcp": "reproduce/table3_bcp_detect.sh",
"table3_oc": "reproduce/table3_oc_bcp.sh",
"table4": "reproduce/table4_mitigation.sh",
"shortcuts": {
"diagnosis": "scripts/run_diagnosis.sh",
"probe": "scripts/run_probe.sh",
"mitigation": "scripts/run_mitigation.sh"
}
}
}