CADT-IDRI/kheed_annotated
KHEED Dataset Card Task Categories Token Classification Language Khmer (km) Overview The Khmer Health Event Extraction Dataset (KHEED) is a specialized resource for named entity recognition (NER) in the Khmer language, focusing on the health domain. Sourced from Khmer news websites, the dataset includes eight entity types: Disease (DIS): Health conditions or illnesses. Location (LOC): Geographical places. Organization (ORG):… See the full description on the dataset page: https://huggingface.co/datasets/CADT-IDRI/kheed_annotated.
013
1{2 "O": 0,3 "B-DAT": 1,4 "I-DAT": 2,5 "B-DIS": 3,6 "I-DIS": 4,7 "B-HUM": 5,8 "I-HUM": 6,9 "B-LOC": 7,10 "I-LOC": 8,11 "B-MED": 9,12 "I-MED": 10,13 "B-ORG": 11,14 "I-ORG": 12,15 "B-PAT": 13,16 "I-PAT": 14,17 "B-SYM": 15,18 "I-SYM": 1619}