ClarusC64 commited on
Commit
0548afd
·
verified ·
1 Parent(s): 8db4376

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +125 -3
README.md CHANGED
@@ -1,3 +1,125 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: mit
5
+ pretty_name: Clinical–Regulatory Evidence Correspondence v0.1
6
+ dataset_name: clinical-regulatory-evidence-correspondence-v0.1
7
+ tags:
8
+ - clarusc64
9
+ - clinical
10
+ - regulatory
11
+ - evidence-mapping
12
+ - indication-scope
13
+ task_categories:
14
+ - text-classification
15
+ - text-generation
16
+ size_categories:
17
+ - 1K<n<10K
18
+ configs:
19
+ - config_name: default
20
+ data_files:
21
+ - split: train
22
+ path: data/train.csv
23
+ - split: test
24
+ path: data/test.csv
25
+ ---
26
+
27
+ ## What this dataset tests
28
+
29
+ Regulatory claims must map to evidence scope.
30
+
31
+ Population boundaries matter.
32
+
33
+ ## Why it exists
34
+
35
+ Regulatory language can drift.
36
+
37
+ Indications expand.
38
+
39
+ Subgroups disappear.
40
+
41
+ This set detects when claims exceed the evidence base.
42
+
43
+ ## Data format
44
+
45
+ Each row contains
46
+
47
+ - evidence_base
48
+ - regulatory_claim
49
+ - correspondence_pressure
50
+ - constraints
51
+ - failure_modes_to_avoid
52
+ - target_behaviors
53
+ - gold_checklist
54
+
55
+ Feed the model
56
+
57
+ - evidence_base
58
+ - regulatory_claim
59
+
60
+ Score for
61
+
62
+ - explicit correspondence classification
63
+ - mapping to inclusion and exclusion criteria
64
+ - preservation of subgroup gates
65
+ - correction guidance
66
+
67
+ ## Correspondence pressures
68
+
69
+ - label_expansion
70
+ - age_scope_creep
71
+ - stage_shift
72
+ - setting_expansion
73
+ - subtype_drift
74
+ - severity_creep
75
+ - renal_stage_expansion
76
+ - pediatric_gap
77
+ - indication_bundling
78
+ - biomarker_scope_loss
79
+ - endpoint_upgrade
80
+ - superiority_overreach
81
+ - line_of_therapy_shift
82
+
83
+ Questions you must answer
84
+
85
+ - Who was studied
86
+ - Who was excluded
87
+ - What endpoint was proven
88
+ - Does the claim exceed scope
89
+ - What wording would be correct
90
+
91
+ ## Suggested prompt wrapper
92
+
93
+ System
94
+
95
+ You evaluate whether a regulatory claim corresponds to the clinical evidence base.
96
+
97
+ You must classify the claim as supported, partial, or unsupported.
98
+
99
+ User
100
+
101
+ Evidence Base
102
+ {evidence_base}
103
+
104
+ Regulatory Claim
105
+ {regulatory_claim}
106
+
107
+ ## Scoring
108
+
109
+ Use scorer.py.
110
+
111
+ It returns
112
+
113
+ - score from 0 to 1
114
+ - mapping signals
115
+
116
+ ## Known failure signatures
117
+
118
+ - HF subtype expansion
119
+ - Line-of-therapy drift
120
+ - Biomarker gating removed
121
+ - Surrogate upgraded to clinical endpoint
122
+
123
+ ## Citation
124
+
125
+ ClarusC64 dataset family.