sameedkhan commited on
Commit
249da6c
·
verified ·
1 Parent(s): 2a26142

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md CHANGED
@@ -149,4 +149,31 @@ configs:
149
  path: icd10cm_medium/dev-*
150
  - split: test
151
  path: icd10cm_medium/test-*
 
 
 
 
 
 
 
 
152
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
149
  path: icd10cm_medium/dev-*
150
  - split: test
151
  path: icd10cm_medium/test-*
152
+ license: mit
153
+ task_categories:
154
+ - text-classification
155
+ tags:
156
+ - medical
157
+ pretty_name: MedARC 2K per Split Subsample of MedConceptsQA
158
+ size_categories:
159
+ - 1K<n<10K
160
  ---
161
+
162
+ # Dataset Card for MedConceptsQA 2K Sample for MedARC
163
+
164
+ This is a hierarchically stratified sample of the ICD10-CM coding system from
165
+ MedConceptsQA.
166
+ This dataset was sampled such that maximum coverage across all levels
167
+ of the ICD-10 hierarchy to be as representative as possible while constraining
168
+ the dataset to a reasonable size for evaluation and potential reinforcement
169
+ learning.
170
+
171
+ Users can generate their own sampling of MedConceptsQA via
172
+ [this generator script](https://github.com/sameed-khan/medconceptsqa-sample-generator).
173
+
174
+ - [Original MedConceptsQA Paper](https://www.sciencedirect.com/science/article/pii/S0010482524011740)
175
+ - [MedConceptsQA Github Repo](https://github.com/nadavlab/MedConceptsQA)
176
+
177
+ ## Hierarchy Coverage
178
+
179
+ Full details can be found in `medarc_2k_report.txt`.