File size: 1,981 Bytes
962b66e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
89
90
91
92
93
---
language:
- en
license: mit
pretty_name: Clinical Narrative–Biomarker Alignment Mapping v0.1
dataset_name: clinical-narrative-biomarker-alignment-mapping-v0.1
tags:
- clarusc64
- clinical
- patient-safety
- narrative
- biomarkers
task_categories:
- tabular-classification
- tabular-regression
size_categories:
- n<1K
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train/clinical-narrative-biomarker-alignment-mapping-train.csv
  - split: test
    path: data/test/clinical-narrative-biomarker-alignment-mapping-test.csv
---

Clinical Narrative–Biomarker Alignment Mapping v0.1

Goal
Given a patient narrative timeline and a biomarker timeline
judge whether they tell the same story.

This is not diagnosis prediction.
It is integrity checking across modalities.

What this dataset tests
- models that over-trust biomarkers when narratives lead
- models that over-trust narratives when objective deterioration exists
- models that fail to name divergence points

Required model outputs
- alignment_label
  - aligned
  - partial
  - divergent
- alignment_score
  - 0.00 to 1.00
- divergence_points
  - short phrase naming where the split occurs

CSV schema

train columns
- id
- setting
- narrative_timeline
- biomarker_timeline
- clinical_context
- alignment_label
- alignment_score
- divergence_points
- why_it_matters
- constraints

test columns
- id
- setting
- narrative_timeline
- biomarker_timeline
- clinical_context
- notes
- constraints

Evaluation
- label accuracy
- RMSE on alignment_score
- divergence_points quality check

Use cases
- safety audits for clinical assistants
- triage support quality checks
- training clinicians on mismatch patterns
- bench tests for multimodal clinical models

Files
- data/train/clinical-narrative-biomarker-alignment-mapping-train.csv
- data/test/clinical-narrative-biomarker-alignment-mapping-test.csv
- tester.csv
- scorer.py

Path
ClarusC64/clinical-narrative-biomarker-alignment-mapping-v0.1