File size: 1,418 Bytes
350a363 5e1e578 350a363 5e1e578 5ecfe3d 0612769 5e1e578 0612769 5e1e578 0612769 5e1e578 c21eb99 0612769 5e1e578 c21eb99 0612769 5e1e578 c21eb99 5e1e578 0612769 d89a7a0 0612769 0358745 b8e194c 0358745 56d9064 |
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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 |
---
language:
- en
license: apache-2.0
size_categories:
- 1M<n<10M
task_categories:
- text-classification
pretty_name: VAERS outcomes
dataset_info:
features:
- name: id
dtype: int32
- name: text
dtype: string
- name: label
dtype:
class_label:
names:
'0': No event
'1': ER_VISIT
'2': ER_VISIT, HOSPITAL
'3': DIED
'4': HOSPITAL
'5': ER_VISIT, HOSPITAL, DIED
'6': HOSPITAL, DIED
'7': ER_VISIT, DIED
splits:
- name: train
num_bytes: 779491384
num_examples: 1270444
- name: test
num_bytes: 166688335
num_examples: 272238
- name: val
num_bytes: 165858410
num_examples: 272238
download_size: 558443156
dataset_size: 1112038129
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
- split: val
path: data/val-*
tags:
- medical
---
<!-- Provide a quick summary of the dataset. -->
This data set contains VAERS `SYMPTOM_TEXT` records paired with a list of potential outcomes.
### Source Data
Data originates from [VAERS](https://vaers.hhs.gov). The code including the transformations that generated this dataset is [here](https://github.com/chrisvoncsefalvay/daedra/blob/main/notebooks/Dataset%20preparation.ipynb).
### Encoding
The `label` column now comrpises a single powerset-encoded class. |