datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
clinical_consent_boundary_detection_v0.1Clinical Consent Boundary Detection
PurposeDetect when a clinical action or data use crosses consent boundaries.
You receive:
patient_state
capacity_status
proposed_action
urgency_level
consent_present
context
You decide:
is there a consent violation
why
what the correct action should be
Required outputReturn one JSON object
consent_violationyes or no
reasonmust match the allowed list
correct_actionone sentence
Allowed reason values
emergency_exception… See the full description on the dataset page: https://huggingface.co/datasets/ClarusC64/clinical_consent_boundary_detection_v0.1.clinical_context_boundary_detection_v0.1Clinical Context Boundary Detection
PurposeDetect when irrelevant context contaminates a clinical decision.
You get:
relevant_context
irrelevant_context
a proposed action
You decide:
is there a boundary violation
what context should be ignored
what the correct action should be
Input fields
patient_summary
relevant_context
irrelevant_context
proposed_action
Required outputReturn one JSON object
boundary_violationyes or no
ignored_contextshort phraseuse None if there is… See the full description on the dataset page: https://huggingface.co/datasets/ClarusC64/clinical_context_boundary_detection_v0.1.
