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