File size: 1,520 Bytes
a153cca
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
language:
  - en
license: mit
pretty_name: Clinical Healing Trajectory Tokenization and Phase Segmentation v0.1
dataset_name: clinical-healing-trajectory-tokenization-phase-segmentation-v0.1
tags:
  - clarusc64
  - clinical
  - recovery
  - sepsis
  - surgery
  - trauma
  - temporal-logic
  - phase-segmentation
task_categories:
  - text-classification
size_categories:
  - 1K<n<10K
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train.csv
      - split: test
        path: data/test.csv
---

What this dataset tests  

Whether a model can segment high-frequency recovery data  
into interpretable healing phases.

Required outputs  

- phase_sequence  
- phase_boundaries  
- phase_confidence_0_100  

Token labels  

- acute_drop  
- early_rebound  
- consolidation_plateau  
- oscillatory_instability  
- secondary_drop  
- delayed_rebound  
- steady_ascent  
- maladaptive_plateau  
- recovery_lock_in  

Boundary format  

Use day indices  
example  
acute_drop d0-d2

Typical failures  

- naming phases without boundaries  
- using vague labels like "improving"  
- missing secondary drops and rebounds  

Suggested prompt wrapper  

System  

You tokenize healing trajectories into phases.

User  

Insult type  
{insult_type}

High-frequency summary  
{high_frequency_summary}

Return  

- phase sequence using tokens separated by ->  
- phase boundaries as token dX-dY  
- confidence score 0-100  
- one sentence evidence  

Citation  

ClarusC64 dataset family