Update README.md
Browse files
README.md
CHANGED
|
@@ -12,4 +12,39 @@ tags:
|
|
| 12 |
pretty_name: KBMC
|
| 13 |
size_categories:
|
| 14 |
- 1K<n<10K
|
| 15 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
pretty_name: KBMC
|
| 13 |
size_categories:
|
| 14 |
- 1K<n<10K
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
## Dataset Summary
|
| 19 |
+
|
| 20 |
+
This dataset is the first open-source medical Named Entity Recognition (NER) dataset in Korean language.
|
| 21 |
+
|
| 22 |
+
## Dataset Structure
|
| 23 |
+
|
| 24 |
+
### Data Instances
|
| 25 |
+
|
| 26 |
+
Each row in the `KBMC.tsv` file contains a sentence with its corresponding named entities (Disease, Body, and Treatement).
|
| 27 |
+
|
| 28 |
+
### Data Fields
|
| 29 |
+
|
| 30 |
+
- `sentence`: The sentence text.
|
| 31 |
+
- `tags`: The named entities in the sentence.
|
| 32 |
+
|
| 33 |
+
## Licensing Information
|
| 34 |
+
|
| 35 |
+
The dataset is provided under the Apache 2.0 License.
|
| 36 |
+
|
| 37 |
+
## Citation
|
| 38 |
+
|
| 39 |
+
Please cite the dataset as follows:
|
| 40 |
+
|
| 41 |
+
```bibtex
|
| 42 |
+
@misc{byun2024korean,
|
| 43 |
+
title={Korean Bio-Medical Corpus (KBMC) for Medical Named Entity Recognition},
|
| 44 |
+
author={Sungjoo Byun and Jiseung Hong and Sumin Park and Dongjun Jang and Jean Seo and Minseok Kim and Chaeyoung Oh and Hyopil Shin},
|
| 45 |
+
year={2024},
|
| 46 |
+
eprint={2403.16158},
|
| 47 |
+
archivePrefix={arXiv},
|
| 48 |
+
primaryClass={cs.CL}
|
| 49 |
+
}
|
| 50 |
+
```
|