File size: 1,396 Bytes
d48aa8d
 
a0743ff
 
 
 
d48aa8d
a0743ff
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: cc
task_categories:
- question-answering
language:
- en
---

# Dataset Card for WikiDoc
For the dataset containing rephrased content from the living textbook refer to [this dataset](https://huggingface.co/datasets/medalpaca/medical_meadow_wikidoc)
## Dataset Description

- **Source:** https://www.wikidoc.org/index.php/Main_Page
- **Repository:** https://github.com/kbressem/medalpaca 
- **Paper:** TBA

### Dataset Summary
This dataset containes medical question-answer pairs extracted from [WikiDoc](https://www.wikidoc.org/index.php/Main_Page), 
a collaborative platform for medical professionals to share and contribute to up-to-date medical knowledge. 
The platform has to main subsites, the "Living Textbook" and "Patient Information". The "Living Textbook" 
contains chapters for various medical specialties, which we crawled. We then used GTP-3.5-Turbo to rephrase 
the paragraph heading to a question and used the paragraph as answer.  Patient Information is structured differently, 
in that each section subheading is already a question, making rephrasing them obsolete.  

**Note:** This dataset is still a WIP. While the Q/A pairs from the patient information seems to be mostly correct, 
the conversion using GPT-3.5-Turbo yielded some unsatisfactory results in  approximately 30% of cases. We are in the process of cleaning this dataset. 

### Citation Information
TBA