araag2 commited on
Commit
dbce64c
·
verified ·
1 Parent(s): fd501db

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +93 -0
README.md CHANGED
@@ -187,4 +187,97 @@ configs:
187
  path: source/dev-*
188
  - split: test
189
  path: source/test-*
 
 
 
 
 
 
 
 
 
 
190
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
187
  path: source/dev-*
188
  - split: test
189
  path: source/test-*
190
+ license: cc-by-sa-4.0
191
+ task_categories:
192
+ - text-classification
193
+ language:
194
+ - en
195
+ tags:
196
+ - medical
197
+ pretty_name: NLI4PR
198
+ size_categories:
199
+ - 10K<n<100K
200
  ---
201
+
202
+
203
+ # Natural Language Inference for Patient Recruitment (NLI4PR)
204
+
205
+ ## Dataset Description
206
+
207
+ | | Links |
208
+ |:-------------------------------:|:-------------:|
209
+ | **Homepage:** | [Github.io](https://paperswithcode.com/paper/what-disease-does-this-patient-have-a-large) |
210
+ | **Repository:** | [Github](https://aclanthology.org/2025.cl4health-1.21/) |
211
+ | **Paper:** | [arXiv](https://arxiv.org/abs/2503.15718) |
212
+ | **Contact (Original Authors):** | Mathilde Aguiar (mathilde.aguiar@lisn.fr) |
213
+ | **Contact (Curator):** | [Artur Guimarães](https://araag2.netlify.app/) (artur.guimas@gmail.com) |
214
+
215
+
216
+ ### Dataset Summary
217
+
218
+ `MedQA is a large-scale multiple-choice question-answering dataset designed to mimic the style of professional medical board exams, particularly the USMLE (United States Medical Licensing Examination). Introduced by Jin et al. in 2020 under the title “What Disease Does This Patient Have? A Large‑scale Open‑Domain Question Answering Dataset from Medical Exams”, the dataset supports open-domain QA via retrieval from medical textbooks`
219
+
220
+ ### Data Instances
221
+
222
+ #### Source Format
223
+
224
+ ```json
225
+ {
226
+ "id": "5088",
227
+ "topic_id": "39",
228
+ "statement_medical": "A 55-year-old white woman comes for a routine checkup. She has no significant medical history and does not use tobacco, alcohol, or illicit drugs. The patient's only medication is an over-the-counter multivitamin. Family history is notable for a hip fracture in her mother. Blood pressure is 130\/80 mm Hg and pulse is 112\/min. She has occasional back pain and lives a sedentary lifestyle with the BMI of 24 Kg\/m2. Plain X-ray of the spine shows mild compression fracture at the level of T10. X-ray absorptiometry studies demonstrate abnormally low bone density in the lumbar vertebrae and T-score values below -2.5, which confirms the diagnosis of osteoporosis.",
229
+ "statement_pol": "I'm a 55-year-old white woman and I recently visited my family doctor. I don't smoke anything or drink. I don't have any remarkable medical history. I only use over-the-counter multivitamins to keep myself fresh and energized. My mom had a hip fracture. The doctor took my blood pressure and it was 130\/80 and my pulse was 112\/min. I have annoying back pain from time to time and to be honest I don't exercise much or move much. My BMI is 24. I did a spine X-ray a while ago and my doctor showed me that I have a fracture on one of my vertebrae. I also have a low bone density in my lumbar vertebrae and T-score values below -2.5. The doctor diagnosed me with osteoporosis.",
230
+ "premise": "Inclusion Criteria:\n\n - Postmenopausal women and men referred for bone density examination.\n\n Exclusion Criteria:\n\n - Patients unable to sign consent for participation.\nNo condition on gender to be admitted to the trial.\nAccepts Healthy Volunteers\nSubject must be at least 20 Years old.\nSubject must be at most 90 Years",
231
+ "NCT_title": "Bindex Ultrasonometer for Osteoporosis Diagnostics",
232
+ "NCT_id": "NCT01935232",
233
+ "label": "Contradiction"
234
+ }
235
+ ```
236
+
237
+ ### Data Fields
238
+
239
+ #### Source Format
240
+
241
+ TO:DO
242
+
243
+ ### Data Splits
244
+
245
+ TO:DO
246
+
247
+ ## Additional Information
248
+
249
+ ### Dataset Curators
250
+
251
+ #### Original Paper
252
+
253
+ - Mathilde Aguiar (mathilde.aguiar@lisn.fr) - Université Paris-Saclay, CNRS, Laboratoire Interdisciplinaire des Sciences du Numérique
254
+ - Pierre Zweigenbaum - Université Paris-Saclay, CNRS, Laboratoire Interdisciplinaire des Sciences du Numérique
255
+ - Nona Naderi - Université Paris-Saclay, CNRS, Laboratoire Interdisciplinaire des Sciences du Numérique
256
+
257
+ #### Huggingface Curator
258
+
259
+ - [Artur Guimarães](https://araag2.netlify.app/) (artur.guimas@gmail.com) - INESC-ID / University of Lisbon - Instituto Superior Técnico
260
+
261
+ ### Licensing Information
262
+
263
+ [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/deed.en)
264
+
265
+ ### Citation Information
266
+
267
+ ```bibtex
268
+ @misc{aguiar2025ieligiblenaturallanguage,
269
+ title={Am I eligible? Natural Language Inference for Clinical Trial Patient Recruitment: the Patient's Point of View},
270
+ author={Mathilde Aguiar and Pierre Zweigenbaum and Nona Naderi},
271
+ year={2025},
272
+ eprint={2503.15718},
273
+ archivePrefix={arXiv},
274
+ primaryClass={cs.CL},
275
+ url={https://arxiv.org/abs/2503.15718},
276
+ }
277
+ ```
278
+
279
+ [10.18653/v1/2025.cl4health-1.21](http://doi.org/10.18653/v1/2025.cl4health-1.21)
280
+
281
+ ### Contributions
282
+
283
+ Thanks to [araag2](https://github.com/araag2) for adding this dataset.