subject
stringclasses
1 value
year
int64
2.02k
2.02k
period
int64
1
1
q_number
int64
1
7
question
stringclasses
5 values
A
stringclasses
5 values
B
stringclasses
5 values
C
stringclasses
5 values
D
stringclasses
5 values
E
stringclasses
5 values
answer
int64
1
5
dentist
2,021
1
1
악하선 도관의 타석이 의심되어 혀 밑 부위를 검사할 때 유용한 진찰법은?
압시법
탐침법
대칭촉진법
양수촉진법
양지촉진법
4
dentist
2,021
1
2
경제적 상황이 매우 열악한 85세 남자가 치과치료를 위해 내원하였다. 최근 심한 당뇨로 약을 복용 중이었고, 치과치료에 상당한 두려움과 불신을 표시하며 무조건 치아를 뽑아 달라고만 하였다. 이상적인 치료계획에서 현실적인 치료계획으로 변경할 때 고려하는 요소 중 가장 중요성이 떨어지는 것은?
85세
심한 당뇨
열악한 재정문제
치아를 뽑아 달라는 요구
치과치료에 대한 두려움과 불신
1
dentist
2,021
1
5
다음과 같은 소견을 보이는 53세 여자의 확진을 위한 혈액 검사 항목은? 입이 마르고, 양측 귀 밑 부위가 자주 붓는다. 혀 유두의 위축과 다수의 치경부 우식증이 관찰된다. 비자극 타액분비량: 0.04 mL/min, 자극 타액분비량: 0.12 mL/min 최근 안구건조감이 심하게 느껴지고, 손가락과 무릎 관절에도 불편감이 있다.
vitamin B12
anti SS-A(Ro)
RF(rheumatoid factor)
ANA(antinuclear antibody)
HLA(human leukocyte antigen)-B51
2
dentist
2,021
1
6
28세 남자가 Treponema pallidum에 감염된 지 2 ~ 3개월 후에 피로, 권태, 발열, 오한, 인후염, 관절통, 근육통 등 인플루엔자 유사 증상을 나타내었다. 동반되어 나타날 수 있는 증상은?
요도를 통하여 화농성 삼출물이 배농된다.
전암병소로 의심되는 광범위한 설염이 나타난다.
구강 주위에 균열(perioral rhagades)이 나타난다.
구강 내에 전염성이 높은 점막반(mucous patch)이 나타난다.
누런 출혈성 가피로 덮인 하감(chancre)이 생식기에 나타난다.
4
dentist
2,021
1
7
65세 여자가 하악 우측 구치부의 임플란트 식립을 위하여 내원하였다. 병력검사 결과, 3개월 전 뇌졸중으로 수술한 후 약물치료 중이며, 현재는 대화 시 발음이 약간 불명확한 증상 외에 특별한 문제는 없었다. 치료는?
혈소판을 수혈하고, 바로 임플란트를 식립한다.
예방적 항생제를 투여하고, 1시간 후 임플란트를 식립한다.
복용 중인 항혈소판제제를 중단하고, 3 ~ 5일 후 임플란트를 식립한다.
스케일링을 먼저 시행하고, 임플란트 식립을 1개월 이후로 연기한다.
치료계획에 대해 상담하고, 임플란트 식립을 3개월 이후로 연기한다.
5

Warning: If there is some copyright issue, this dataset may be deleted.

TODO (완료하는 대로 지워질 예정)

  1. 1차적인 오타 검수는 완료하였습니다. 추가한 데이터에 대한 2차 검수 작업 진행중입니다.
  2. 기존 데이터의 간단한 오타들도 수정할 예정입니다.

KorMedMCQA (Edited Version)

Original Paper (KorMedMCQA): https://arxiv.org/abs/2403.01469

Original Dataset (KorMedMCQA): https://huggingface.co/datasets/sean0042/KorMedMCQA

Dataset Details

What has changed

From Korea Health Personnel Licensing Examination Institute, [한국보건의료인국가시험원],

  1. Add License Examination for dentists. As in the paper, The problem set in 2021 will be used as the development set, and the problem set in 2022/2023/2024 will be used as the test set. (Note that only 5 data is given in development dataset. This may be used for few-shot.) Consequently, 816 data are added.
  2. Add 2024 problems in test set for doctors, nurses, and pharmacists. Consequently, 150, 291, and 271 test data are added to doctors, nurses, and pharmacists, respectively.

Note that we manually added the problems, without using things like GPT or UpstageLayoutAnalyzer.

Minor Notes

  1. There are some minor typos in original data. (e.g. the very first data in pharm-dev.)
  2. For some problems where related physical examination results or various symptoms are given, the format of existing data does not seem to be very consistent. (For example, in doctor-train, there are both '\n'-separated and comma-separated examination results.) When adding new data, we tried to add it in the format as identically as possible to the existing data, and we expect that these minor differences will not have a significant impact on LLM.

Languages

Korean

Subtask

from datasets import load_dataset
doctor = load_dataset(path = "ChuGyouk/KorMedMCQA_edited", name = "doctor")
nurse = load_dataset(path = "ChuGyouk/KorMedMCQA_edited", name = "nurse")
pharmacist = load_dataset(path = "ChuGyouk/KorMedMCQA_edited", name = "pharm")
dentist = load_dataset(path = "ChuGyouk/KorMedMCQA_edited", name = "dentist")

Statistics

Category # Questions (Train/Dev/Test)
Doctor 2,489 (1,890/164/435)
Nurse 1,751 (582/291/878)
Pharmacist 1,817 (632/300/885)
Dentist 816 (0/5/811)

Data Fields

  • subject: doctor, nurse, pharm, or dentist
  • year: year of the examination
  • period: period of the examination
  • q_number: question number of the examination
  • question: question
  • A: First answer choice
  • B: Second answer choice
  • C: Third answer choice
  • D: Fourth answer choice
  • E: Fifth answer choice
  • answer : Answer (1 to 5). 1 denotes answer A, and 5 denotes answer E

Contact

kyouwook@kaist.ac.kr
magicwho@unist.ac.kr
Downloads last month
5
Edit dataset card