You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/helm/benchmark/static/schema_medhelm.yaml
+19
Original file line number
Diff line number
Diff line change
@@ -432,6 +432,7 @@ run_groups:
432
432
- aci_bench
433
433
- mtsamples_procedures
434
434
- mimic_rrs
435
+
- mimic_bhc
435
436
- chw_care_plan
436
437
437
438
- name: patient_communication
@@ -676,6 +677,24 @@ run_groups:
676
677
who: Radiologist
677
678
when: Post-imaging
678
679
language: English
680
+
681
+
- name: mimic_bhc
682
+
display_name: MIMIC-IV-BHC
683
+
short_display_name: MIMIC-BHC
684
+
description: A curated collection of preprocessed clinical discharge notes from MIMIC-IV paired with their corresponding brief hospital course (BHC) summaries [(Aali et al., 2024)](https://doi.org/10.1093/jamia/ocae312).
685
+
metric_groups:
686
+
- accuracy
687
+
- efficiency
688
+
- general_information
689
+
environment:
690
+
main_name: BERTScore-F
691
+
main_split: test
692
+
taxonomy:
693
+
task: Text generation
694
+
what: Summarize the clinical note into a brief hospital course
0 commit comments