Commit ·
da63951
1
Parent(s): 0992654
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,40 +1,148 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
|
|
|
|
|
|
|
|
|
| 22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
We additionally translated to Portuguese and used <a href="https://github.com/LasseRegin/medical-question-answer-data"> external data from here<a>.
|
| 24 |
-
External data are from binary classification dataset "a QNLI medical-like", we adapted to value 5 or 0.
|
| 25 |
|
| 26 |
-
###
|
| 27 |
|
| 28 |
-
|
| 29 |
|
| 30 |
-
|
| 31 |
-
from datasets import load_dataset
|
| 32 |
|
| 33 |
-
data
|
| 34 |
-
|
| 35 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
|
| 37 |
-
##
|
| 38 |
|
| 39 |
```bibtex
|
| 40 |
@misc{Gomes20202,
|
|
@@ -48,6 +156,6 @@ data = load_dataset("ju-resplande/askD", "train_pt")
|
|
| 48 |
}
|
| 49 |
```
|
| 50 |
|
| 51 |
-
##
|
| 52 |
|
| 53 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
annotations_creators:
|
| 3 |
+
- no-annotation
|
| 4 |
+
language_creators:
|
| 5 |
+
- found
|
| 6 |
+
- machine-generated
|
| 7 |
+
languages:
|
| 8 |
+
- en, pt
|
| 9 |
+
licenses:
|
| 10 |
+
- lgpl-3.0
|
| 11 |
+
multilinguality:
|
| 12 |
+
- multilingual
|
| 13 |
+
- translation
|
| 14 |
+
pretty_name: AskDocs
|
| 15 |
+
size_categories:
|
| 16 |
+
- 100K<n<1M
|
| 17 |
+
source_datasets:
|
| 18 |
+
- extended|eli5
|
| 19 |
+
task_categories:
|
| 20 |
+
- abstractive-qa
|
| 21 |
+
- open-domain-abstrative-qa
|
| 22 |
+
task_ids:
|
| 23 |
+
- text2text-generation
|
| 24 |
+
---
|
| 25 |
|
| 26 |
+
# Dataset Card for askD
|
| 27 |
+
|
| 28 |
+
## Table of Contents
|
| 29 |
+
- [Table of Contents](#table-of-contents)
|
| 30 |
+
- [Dataset Description](#dataset-description)
|
| 31 |
+
- [Dataset Summary](#dataset-summary)
|
| 32 |
+
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
|
| 33 |
+
- [Languages](#languages)
|
| 34 |
+
- [Dataset Structure](#dataset-structure)
|
| 35 |
+
- [Data Instances](#data-instances)
|
| 36 |
+
- [Data Fields](#data-fields)
|
| 37 |
+
- [Data Splits](#data-splits)
|
| 38 |
+
- [Dataset Creation](#dataset-creation)
|
| 39 |
+
- [Curation Rationale](#curation-rationale)
|
| 40 |
+
- [Source Data](#source-data)
|
| 41 |
+
- [Annotations](#annotations)
|
| 42 |
+
- [Personal and Sensitive Information](#personal-and-sensitive-information)
|
| 43 |
+
- [Considerations for Using the Data](#considerations-for-using-the-data)
|
| 44 |
+
- [Social Impact of Dataset](#social-impact-of-dataset)
|
| 45 |
+
- [Discussion of Biases](#discussion-of-biases)
|
| 46 |
+
- [Other Known Limitations](#other-known-limitations)
|
| 47 |
+
- [Additional Information](#additional-information)
|
| 48 |
+
- [Dataset Curators](#dataset-curators)
|
| 49 |
+
- [Licensing Information](#licensing-information)
|
| 50 |
+
- [Citation Information](#citation-information)
|
| 51 |
+
- [Contributions](#contributions)
|
| 52 |
+
|
| 53 |
+
## Dataset Description
|
| 54 |
+
|
| 55 |
+
- **Repository:** https://github.com/ju-resplande/askD
|
| 56 |
+
- **Paper:**
|
| 57 |
+
- **Leaderboard:**
|
| 58 |
+
- **Point of Contact:**
|
| 59 |
+
|
| 60 |
+
### Dataset Summary
|
| 61 |
+
|
| 62 |
+
[ELI5 dataset](https://huggingface.co/datasets/eli5) adapted on [Medical Questions (AskDocs)](https://www.reddit.com/r/AskDocs/) subreddit.
|
| 63 |
We additionally translated to Portuguese and used <a href="https://github.com/LasseRegin/medical-question-answer-data"> external data from here<a>.
|
|
|
|
| 64 |
|
| 65 |
+
### Supported Tasks and Leaderboards
|
| 66 |
|
| 67 |
+
[More Information Needed]
|
| 68 |
|
| 69 |
+
### Languages
|
|
|
|
| 70 |
|
| 71 |
+
The language data in AskD is English (BCP-47 en) and Brazilian Portuguese (BCP-47 pt-BR)
|
| 72 |
+
|
| 73 |
+
## Dataset Structure
|
| 74 |
+
|
| 75 |
+
### Data Instances
|
| 76 |
+
|
| 77 |
+
[More Information Needed]
|
| 78 |
+
|
| 79 |
+
### Data Fields
|
| 80 |
+
|
| 81 |
+
[More Information Needed]
|
| 82 |
+
|
| 83 |
+
### Data Splits
|
| 84 |
+
|
| 85 |
+
| | Train | Valid | Test | External |
|
| 86 |
+
| ----- | ------ | ----- | ---- | -------- |
|
| 87 |
+
| en | 24256 | 5198 | 5198 | 166804 |
|
| 88 |
+
| pt | 24256 | 5198 | 5198 | 166804 |
|
| 89 |
+
|
| 90 |
+
|
| 91 |
+
## Dataset Creation
|
| 92 |
+
|
| 93 |
+
### Curation Rationale
|
| 94 |
+
|
| 95 |
+
[More Information Needed]
|
| 96 |
+
|
| 97 |
+
### Source Data
|
| 98 |
+
|
| 99 |
+
#### Initial Data Collection and Normalization
|
| 100 |
+
|
| 101 |
+
[More Information Needed]
|
| 102 |
+
|
| 103 |
+
#### Who are the source language producers?
|
| 104 |
+
|
| 105 |
+
[More Information Needed]
|
| 106 |
+
|
| 107 |
+
### Annotations
|
| 108 |
+
|
| 109 |
+
#### Annotation process
|
| 110 |
+
|
| 111 |
+
[More Information Needed]
|
| 112 |
+
|
| 113 |
+
#### Who are the annotators?
|
| 114 |
+
|
| 115 |
+
[More Information Needed]
|
| 116 |
+
|
| 117 |
+
### Personal and Sensitive Information
|
| 118 |
+
|
| 119 |
+
[More Information Needed]
|
| 120 |
+
|
| 121 |
+
## Considerations for Using the Data
|
| 122 |
+
|
| 123 |
+
### Social Impact of Dataset
|
| 124 |
+
|
| 125 |
+
[More Information Needed]
|
| 126 |
+
|
| 127 |
+
### Discussion of Biases
|
| 128 |
+
|
| 129 |
+
[More Information Needed]
|
| 130 |
+
|
| 131 |
+
### Other Known Limitations
|
| 132 |
+
|
| 133 |
+
[More Information Needed]
|
| 134 |
+
|
| 135 |
+
## Additional Information
|
| 136 |
+
|
| 137 |
+
### Dataset Curators
|
| 138 |
+
|
| 139 |
+
[More Information Needed]
|
| 140 |
+
|
| 141 |
+
### Licensing Information
|
| 142 |
+
|
| 143 |
+
[More Information Needed]
|
| 144 |
|
| 145 |
+
### Citation Information
|
| 146 |
|
| 147 |
```bibtex
|
| 148 |
@misc{Gomes20202,
|
|
|
|
| 156 |
}
|
| 157 |
```
|
| 158 |
|
| 159 |
+
### Contributions
|
| 160 |
|
| 161 |
+
Thanks to [@ju-resplande](https://github.com/ju-resplande) for adding this dataset.
|