Datasets:
Create README.md
Browse files
README.md
CHANGED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
## Citation
|
2 |
+
|
3 |
+
If you use the ROCOv2 dataset in your research, please cite the following paper:
|
4 |
+
|
5 |
+
Pelka, O., Menze, B. H., & Rexhausen, S. E. (2023). Radiology Objects in COntext version 2 (ROCOv2): A multimodal dataset for medical image analysis.
|
6 |
+
arXiv preprint arXiv:2405.10004.
|
7 |
+
|
8 |
+
```latex
|
9 |
+
@misc {ronan_l.m._2024,
|
10 |
+
author = { {Ronan L.M.} },
|
11 |
+
title = { ROCOv2-radiology (Revision 5d66908) },
|
12 |
+
year = 2024,
|
13 |
+
url = { https://huggingface.co/datasets/eltorio/ROCOv2-radiology },
|
14 |
+
doi = { 10.57967/hf/3489 },
|
15 |
+
publisher = { Hugging Face }
|
16 |
+
}
|
17 |
+
```
|
18 |
+
## License
|
19 |
+
|
20 |
+
The ROCOv2 dataset is licensed under the CC BY-NC-SA 4.0 license.
|
21 |
+
|
22 |
+
## Acknowledgments
|
23 |
+
|
24 |
+
We acknowledge the National Library of Medicine (NLM) for providing access to the PMC Open Access Subset. We also acknowledge the creators of the Medical Concept Annotation Toolkit (MedCAT) for providing a valuable tool for concept extraction and annotation.
|