jonathanagustin commited on
Commit
25668e3
1 Parent(s): dae8976

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +87 -0
README.md CHANGED
@@ -1,3 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Dataset Description
2
 
3
  We are releasing under the CC-BY licence a new large-scale dataset for Automatic Symptom Detection (ASD) and Automatic Diagnosis (AD) systems in the medical domain. The dataset contains patients synthesized using a proprietary medical knowledge base and a commercial rule-based AD system. Patients in the dataset are characterized by their socio-demographic data, a pathology they are suffering from, a set of symptoms and antecedents related to this pathology, and a differential diagnosis. The symptoms and antecedents can be binary, categorical and multi-choice, with the potential of leading to more efficient and natural interactions between ASD/AD systems and patients. To the best of our knowledge, this is the first large-scale dataset that includes the differential diagnosis, and non-binary symptoms and antecedents.
 
1
+ ---
2
+ language:
3
+ - fr
4
+ - en
5
+ license: cc-by-4.0
6
+ tags:
7
+ - health
8
+ - automatic-symptom-detection
9
+ - automatic-diagnosis
10
+ - medical
11
+ annotations_creators:
12
+ - machine-generated
13
+ language_creators:
14
+ - machine-generated
15
+ pretty_name: DDXPlus Dataset
16
+ size_categories:
17
+ - 1K<n<10K
18
+ source_datasets:
19
+ - original
20
+ task_categories:
21
+ - tabular-classification
22
+ task_ids:
23
+ - multi-class-classification
24
+ paperswithcode_id: ddxplus-dataset
25
+ configs:
26
+ - config_name: default
27
+
28
+ dataset_info:
29
+ features:
30
+ - name: AGE
31
+ dtype: int32
32
+ - name: SEX
33
+ dtype: string
34
+ - name: PATHOLOGY
35
+ dtype: string
36
+ - name: EVIDENCES
37
+ dtype: string
38
+ - name: INITIAL_EVIDENCE
39
+ dtype: string
40
+ - name: DIFFERENTIAL_DIAGNOSIS
41
+ dtype: string
42
+ config_name: default
43
+ splits:
44
+ - name: train
45
+ num_bytes: UNKNOWN
46
+ num_examples: UNKNOWN
47
+ - name: validate
48
+ num_bytes: UNKNOWN
49
+ num_examples: UNKNOWN
50
+ - name: test
51
+ num_bytes: UNKNOWN
52
+ num_examples: UNKNOWN
53
+ download_size: UNKNOWN
54
+ dataset_size: UNKNOWN
55
+
56
+ extra_gated_prompt: "By accessing this dataset, you agree to use it solely for research purposes and not for clinical decision-making."
57
+ extra_gated_fields:
58
+ Consent: checkbox
59
+ Purpose of use:
60
+ type: select
61
+ options:
62
+ - Research
63
+ - Educational
64
+ - label: Other
65
+ value: other
66
+
67
+ train-eval-index:
68
+ - config: default
69
+ task: medical-diagnosis
70
+ task_id: binary-classification
71
+ splits:
72
+ train_split: train
73
+ eval_split: validate
74
+ col_mapping:
75
+ AGE: AGE
76
+ SEX: SEX
77
+ PATHOLOGY: PATHOLOGY
78
+ EVIDENCES: EVIDENCES
79
+ INITIAL_EVIDENCE: INITIAL_EVIDENCE
80
+ DIFFERENTIAL_DIAGNOSIS: DIFFERENTIAL_DIAGNOSIS
81
+ metrics:
82
+ - type: accuracy
83
+ name: Accuracy
84
+ - type: f1
85
+ name: F1 Score
86
+ ---
87
+
88
  # Dataset Description
89
 
90
  We are releasing under the CC-BY licence a new large-scale dataset for Automatic Symptom Detection (ASD) and Automatic Diagnosis (AD) systems in the medical domain. The dataset contains patients synthesized using a proprietary medical knowledge base and a commercial rule-based AD system. Patients in the dataset are characterized by their socio-demographic data, a pathology they are suffering from, a set of symptoms and antecedents related to this pathology, and a differential diagnosis. The symptoms and antecedents can be binary, categorical and multi-choice, with the potential of leading to more efficient and natural interactions between ASD/AD systems and patients. To the best of our knowledge, this is the first large-scale dataset that includes the differential diagnosis, and non-binary symptoms and antecedents.