File size: 753 Bytes
64195c3
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
CXR-PRO contains the following files:

```
.
├── cxr.h5
├── mimic_train_impressions.csv
└── mimic_test_impressions.csv
```

The contents of each file are outlined below:

`cxr.h5`: The subset of MIMIC-CXR chest radiographs used for MIMIC-PRO, saved in Hierarchical Data Format (HDF).
`mimic_train_impressions.csv`: A compilation of the impressions section of each radiology report in the MIMIC-PRO dataset, with references to priors removed. Additional fields include `dicom_id`, `study_id`, and `subject_id` (which refer users to the chest radiograph associated with a given impressions section).
`mimic_test_impressions.csv`: The expert-edited test set, as described in the Methods section of MIMIC-PRO's documentation on PhysioNet.