Update README.md
Browse files
README.md
CHANGED
@@ -90,10 +90,25 @@ The data will follow the structure below:
|
|
90 |
- Caption Filtering: The dataset is further refined by filtering captions that contain keywords like 'ct', 'lung', or 'chest'.
|
91 |
- Image Labeling: Finally, the images are chosen based on the presence of labels 'ct' and 'lung'. This dual-label requirement ensures that the selected images are relevant to CT scans of the lungs, which are instrumental in detecting and assessing tuberculosis.
|
92 |
- Through this meticulous filtering process, an initial tuberculosis dataset is compiled from the broader MultiCaRe Dataset. This dataset is messy, contains many diffferent files.
|
93 |
-
2. To enhance the quality and relevance of the tuberculosis dataset, additional processing steps are implemented after the initial filtration from the MultiCaRe Dataset:
|
94 |
- Exclusion of Records with Missing Age Information.
|
95 |
-
- Data type conversion of medical images.
|
96 |
- Merge of data from difference files, including .csv, .JSON, and .jpg.
|
97 |
|
98 |
## Social Impact
|
99 |
-
The multimodal dataset of tuberculosis patients, meticulously curated from the larger MultiCaRe Dataset, stands to have a significant social impact, particularly in the field of public health and medical research. Tuberculosis (TB) remains a major global health issue, especially in low- and middle-income countries, and the integration of CT imaging with clinical case reports in this dataset provides a rich resource for advanced diagnostic and treatment research. By facilitating the development of more precise algorithms for CT image segmentation and classification, as well as enhancing natural language processing (NLP) techniques for extracting medical terms from clinical notes, this dataset has the potential to improve the accuracy and efficiency of TB diagnosis.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
90 |
- Caption Filtering: The dataset is further refined by filtering captions that contain keywords like 'ct', 'lung', or 'chest'.
|
91 |
- Image Labeling: Finally, the images are chosen based on the presence of labels 'ct' and 'lung'. This dual-label requirement ensures that the selected images are relevant to CT scans of the lungs, which are instrumental in detecting and assessing tuberculosis.
|
92 |
- Through this meticulous filtering process, an initial tuberculosis dataset is compiled from the broader MultiCaRe Dataset. This dataset is messy, contains many diffferent files.
|
93 |
+
2. To enhance the quality and relevance of the tuberculosis dataset, additional processing steps are implemented after in the Hugging Face python script after the initial filtration from the MultiCaRe Dataset:
|
94 |
- Exclusion of Records with Missing Age Information.
|
|
|
95 |
- Merge of data from difference files, including .csv, .JSON, and .jpg.
|
96 |
|
97 |
## Social Impact
|
98 |
+
The multimodal dataset of tuberculosis patients, meticulously curated from the larger MultiCaRe Dataset, stands to have a significant social impact, particularly in the field of public health and medical research. Tuberculosis (TB) remains a major global health issue, especially in low- and middle-income countries, and the integration of CT imaging with clinical case reports in this dataset provides a rich resource for advanced diagnostic and treatment research. By facilitating the development of more precise algorithms for CT image segmentation and classification, as well as enhancing natural language processing (NLP) techniques for extracting medical terms from clinical notes, this dataset has the potential to improve the accuracy and efficiency of TB diagnosis.
|
99 |
+
|
100 |
+
## Limitations
|
101 |
+
|
102 |
+
## Citation
|
103 |
+
**BibTeX:**
|
104 |
+
```bibtex
|
105 |
+
@dataset{NievasOffidani2023MultiCaRe,
|
106 |
+
author = {Nievas Offidani, M. and Delrieux, C.},
|
107 |
+
title = {The MultiCaRe Dataset: A Multimodal Case Report Dataset with Clinical Cases, Labeled Images and Captions from Open Access PMC Articles},
|
108 |
+
year = {2023},
|
109 |
+
version = {1.0},
|
110 |
+
publisher = {Zenodo},
|
111 |
+
doi = {10.5281/zenodo.10079370},
|
112 |
+
url = {https://doi.org/10.5281/zenodo.10079370},
|
113 |
+
}
|
114 |
+
```
|