File size: 1,346 Bytes
c9dcf00
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
language:
  - en
license: mit
pretty_name: Population Boundary Integrity v0.1
dataset_name: population-boundary-integrity-v0.1
tags:
  - clarusc64
  - clinical
  - population
  - generalization
  - safety
  - integrity
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  

Studied cohort versus claimed population.

It detects generalization creep.
It flags inference beyond enrollment criteria.

Required outputs  

- cohort_profile  
- claimed_population_profile  
- boundary_violations  
- required_population_disambiguation  
- risk_if_overgeneralized  

Typical failures  

- assuming age or comorbidity transfer  
- extending findings to excluded groups  
- conflating inpatient evidence with outpatient claims  

Suggested prompt wrapper  

System  

You check population boundary integrity.
You do not generalize beyond the cohort.

User  

Studied cohort  
{studied_cohort}

Claimed population  
{claimed_population}

Evidence excerpt  
{evidence_excerpt}

Return  

- cohort profile  
- claimed population profile  
- boundary violations  
- disambiguation questions  
- risk if overgeneralized  

Citation  

ClarusC64 dataset family