ClarusC64 commited on
Commit
a91b3ce
·
verified ·
1 Parent(s): 500c3cf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +97 -3
README.md CHANGED
@@ -1,3 +1,97 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: mit
5
+ pretty_name: Clinical Personal Deviation Vector Detection v0.1
6
+ dataset_name: clinical-personal-deviation-vector-detection-v0.1
7
+ tags:
8
+ - clarusc64
9
+ - clinical
10
+ - n-of-1
11
+ - deviation
12
+ - manifold
13
+ - early-detection
14
+ task_categories:
15
+ - text-classification
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
+ Whether a model can detect deviation from a person's own coherent basin
30
+ using baseline envelope and coupling structure.
31
+
32
+ Required outputs
33
+
34
+ - deviation_vector
35
+ - deviation_severity_score_0_100
36
+ - first_system_departing
37
+
38
+ Deviation vector fields
39
+
40
+ - direction
41
+ - magnitude
42
+ - velocity
43
+ - coupling_loss
44
+ - onset_time
45
+ - cross_modal_consensus
46
+
47
+ First system labels
48
+
49
+ - sleep_circadian
50
+ - autonomic
51
+ - immune_inflammatory
52
+ - metabolic
53
+ - neurocognitive
54
+ - gut_microbiome
55
+ - behavior_load
56
+ - subjective_experience
57
+
58
+ Typical failures
59
+
60
+ - treating population thresholds as baseline
61
+ - outputting severity with no vector structure
62
+ - ignoring coupling changes
63
+
64
+ Suggested prompt wrapper
65
+
66
+ System
67
+
68
+ You detect deviation from a personal baseline.
69
+
70
+ User
71
+
72
+ Baseline signature
73
+ {baseline_signature}
74
+
75
+ Baseline envelope
76
+ {baseline_envelope}
77
+
78
+ Recent data
79
+ Sleep: {recent_data_sleep}
80
+ Wearables: {recent_data_wearables}
81
+ Labs: {recent_data_labs}
82
+ Behavior: {recent_data_behavior}
83
+ Subjective: {recent_data_subjective}
84
+
85
+ Coupling changes
86
+ {coupling_changes}
87
+
88
+ Return
89
+
90
+ - deviation vector with required fields
91
+ - severity score
92
+ - first system departing
93
+ - one sentence evidence
94
+
95
+ Citation
96
+
97
+ ClarusC64 dataset family