Drop unused metadata columns: system_prompt, source_ekaid, manufacturer_name
Browse files- README.md +57 -10
- data/test-00000-of-00001.parquet +2 -2
README.md
CHANGED
|
@@ -1,19 +1,66 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-4.0
|
| 3 |
task_categories:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
language:
|
| 7 |
-
|
| 8 |
tags:
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
size_categories:
|
| 16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
---
|
| 18 |
|
| 19 |
# Indian Drug MCQA Dataset
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-4.0
|
| 3 |
task_categories:
|
| 4 |
+
- question-answering
|
| 5 |
+
- multiple-choice
|
| 6 |
language:
|
| 7 |
+
- en
|
| 8 |
tags:
|
| 9 |
+
- medical
|
| 10 |
+
- healthcare
|
| 11 |
+
- pharmacology
|
| 12 |
+
- indian-drugs
|
| 13 |
+
- mcqa
|
| 14 |
+
- branded-medications
|
| 15 |
size_categories:
|
| 16 |
+
- n<1K
|
| 17 |
+
configs:
|
| 18 |
+
- config_name: default
|
| 19 |
+
data_files:
|
| 20 |
+
- split: test
|
| 21 |
+
path: data/test-*
|
| 22 |
+
dataset_info:
|
| 23 |
+
features:
|
| 24 |
+
- name: question_id
|
| 25 |
+
dtype: string
|
| 26 |
+
- name: question
|
| 27 |
+
dtype: string
|
| 28 |
+
- name: option_a
|
| 29 |
+
dtype: string
|
| 30 |
+
- name: option_b
|
| 31 |
+
dtype: string
|
| 32 |
+
- name: option_c
|
| 33 |
+
dtype: string
|
| 34 |
+
- name: option_d
|
| 35 |
+
dtype: string
|
| 36 |
+
- name: option_e
|
| 37 |
+
dtype: string
|
| 38 |
+
- name: correct_answer
|
| 39 |
+
dtype: string
|
| 40 |
+
- name: medication_name
|
| 41 |
+
dtype: string
|
| 42 |
+
- name: generic_name
|
| 43 |
+
dtype: string
|
| 44 |
+
- name: therapeutic_class
|
| 45 |
+
dtype: string
|
| 46 |
+
- name: action_class_name
|
| 47 |
+
dtype: string
|
| 48 |
+
- name: stem_format
|
| 49 |
+
dtype: string
|
| 50 |
+
- name: phrasing_style
|
| 51 |
+
dtype: string
|
| 52 |
+
- name: distractor_strategy
|
| 53 |
+
dtype: string
|
| 54 |
+
- name: difficulty_tier
|
| 55 |
+
dtype: string
|
| 56 |
+
- name: num_options
|
| 57 |
+
dtype: int64
|
| 58 |
+
splits:
|
| 59 |
+
- name: test
|
| 60 |
+
num_bytes: 654557
|
| 61 |
+
num_examples: 1512
|
| 62 |
+
download_size: 220199
|
| 63 |
+
dataset_size: 654557
|
| 64 |
---
|
| 65 |
|
| 66 |
# Indian Drug MCQA Dataset
|
data/test-00000-of-00001.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a39b94a52f4849c57e42f68009346f012a7e7e42e8ab5c34e75662c8c987c647
|
| 3 |
+
size 220199
|