CoolFace
Datasetpublic

Giordanopsouza/clinicalbr

ClinicalBr ClinicalBr is the first bilingual (Portuguese–English) clinical-decision benchmark built from 2,892 real Brazilian case reports drawn from 36 open-access medical journals spanning 18 specialties. Every case is provided as a parallel PT/EN pair and supports four evaluation tasks. Please refer to the paper for full details on the tasks, methodology, and limitations. Tasks & metrics Task Config n / lang Metric Diagnosis retrieval diagnosis 2,135… See the full description on the dataset page: https://huggingface.co/datasets/Giordanopsouza/clinicalbr.

sourceHugging Facecc-by-nc-4.0updated 29d agoView on Hugging Face
0likes156downloads
Dataset Card

ClinicalBr

ClinicalBr is the first bilingual (Portuguese–English) clinical-decision benchmark built from 2,892 real Brazilian case reports drawn from 36 open-access medical journals spanning 18 specialties. Every case is provided as a parallel PT/EN pair and supports four evaluation tasks.

Please refer to the paper for full details on the tasks, methodology, and limitations.

Tasks & metrics

TaskConfign / langMetric
Diagnosis retrievaldiagnosis2,135LLM-judge accuracy (correct/incorrect)
Differential diagnosisdiagnosis (gold differential + UMLS CUIs)2,135UMLS-CUI precision/recall/F1
Exam recommendationexams851UMLS-CUI macro-F1 (842/844 have gold)
Treatment planningtreatment2,041LLM-judge 1–5 (accuracy / completeness / clarity)

The full un-masked parallel corpus is in the corpus config (2,892/lang).

Configs & splits

Each config has two splits, pt and en, with identical PID sets (parallel).

ConfigRows / langDescription
corpus2,892Full structured case (presentation, workup, diagnosis, treatment)
diagnosis2,135Masked input + gold final diagnosis + gold differential + gold CUIs
exams851Masked input (presentation only) + gold exams by category + pooled CUIs
treatment2,041Masked input + gold treatment plan
results_diagnosis2,135 × 4Reference predictions + 3-judge verdicts (nested) + consensus
results_exams851 × 4Reference exam predictions + linked UMLS CUIs
results_treatment2,041 × 4Reference predictions + 4-judge scores (nested)

Citation

bibtex
@article{clinicalbr,
  title   = {Cross-Lingual Evaluation of Large Language Models on Real Brazilian Clinical Case Reports},
  author  = {Souza, Giordano and collaborators},
  year    = {2026},
  journal = {}
}