File size: 3,445 Bytes
f5b5dd8 e7a8fac f5b5dd8 f5878e7 e7a8fac e94714e f5878e7 f5b5dd8 e94714e e7a8fac e94714e f5b5dd8 16eb149 6b556bb f5b5dd8 6f13507 16eb149 6f13507 16eb149 e741f1b 6f13507 16eb149 6f13507 16eb149 6f13507 16eb149 6f13507 |
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 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 |
---
dataset_info:
features:
- name: question
dtype: string
- name: answer
dtype: string
- name: wrong_answers
dtype: string
- name: source_file
dtype: string
- name: question_number
dtype: string
splits:
- name: train
num_bytes: 915108
num_examples: 1401
download_size: 497465
dataset_size: 915108
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
task_categories:
- question-answering
language:
- 'no'
tags:
- medical
---
# Norwegian Medical Question Answering Dataset (NorMedQA)
**Dataset Card for NorMedQA**
## Dataset Summary
NorMedQA is a benchmark dataset comprising 1,401 medical question-and-answer pairs in Norwegian (Bokmål and Nynorsk). Designed to evaluate large language models (LLMs) on medical knowledge retrieval and reasoning within the Norwegian context, the dataset is structured in JSON format. Each entry includes the source document name, question number (where available), question text, reference answer text, and additional distractor answers. The content originates from publicly available sources containing medical exam questions and has undergone cleaning and preprocessing.
## Supported Tasks and Leaderboards
- **Medical Question Answering**: Assessing LLMs' ability to answer medical questions accurately.
- **Language Understanding in Norwegian**: Evaluating comprehension and reasoning in Norwegian medical contexts.
## Languages
- Norwegian Bokmål
- Norwegian Nynorsk
## Dataset Structure
### Data Instances
Each data instance is a JSON object with the following fields:
- `question`: The medical question in Norwegian.
- `answer`: The correct answer text in Norwegian.
- `wrong_answers`: Distractor (incorrect) answers in Norwegian. Can be multiple, split by ;
- `source_file`: Name of the source document.
- `question_number`: Identifier for the question (if available).
### Data Splits
The dataset is provided as a single split:
- `train`: 1,401 examples
## Dataset Creation
### Curation Rationale
The dataset was curated to provide a resource for evaluating LLMs on medical question answering tasks in Norwegian, addressing the need for domain-specific evaluation benchmarks in less-resourced languages.
### Source Data
Questions and answers were sourced from publicly available Norwegian medical exam materials. The data underwent cleaning and preprocessing to ensure quality and consistency.
### Annotation Process
The dataset entries were derived from existing exam materials, with cleaning and formatting applied to structure the data appropriately. Additional distractor answers were generated or identified to support multiple-choice evaluation.
## Usage
NorMedQA can be used to evaluate the performance of LLMs on medical question answering tasks in Norwegian. It is compatible with evaluation frameworks like `lm-evaluation-harness`.
## Citation
If you use NorMedQA in your research, please cite the following:
Riegler, M. A. (2025). Norwegian Medical Question Answering Dataset - NorMedQA [Data set].
## License
This dataset is licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0) license.
## Additional Information
- **GitHub Repository**: [https://github.com/kelkalot/normedqa](https://github.com/kelkalot/normedqa)
- **Hugging Face Dataset Page**: [https://huggingface.co/datasets/SimulaMet/NorMedQA](https://huggingface.co/datasets/SimulaMet/NorMedQA) |