Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -33,48 +33,121 @@ train-eval-index:
|
|
33 |
text: text
|
34 |
label: target
|
35 |
metrics:
|
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 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
configs:
|
75 |
- Ade_corpus_v2_classification
|
76 |
- Ade_corpus_v2_drug_ade_relation
|
77 |
- Ade_corpus_v2_drug_dosage_relation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
78 |
---
|
79 |
|
80 |
# Dataset Card for Adverse Drug Reaction Data v2
|
@@ -293,4 +366,4 @@ abstract = "A significant amount of information about drug-related safety issues
|
|
293 |
|
294 |
### Contributions
|
295 |
|
296 |
-
Thanks to [@Nilanshrajput](https://github.com/Nilanshrajput), [@lhoestq](https://github.com/lhoestq) for adding this dataset.
|
|
|
33 |
text: text
|
34 |
label: target
|
35 |
metrics:
|
36 |
+
- type: accuracy
|
37 |
+
name: Accuracy
|
38 |
+
- type: f1
|
39 |
+
name: F1 macro
|
40 |
+
args:
|
41 |
+
average: macro
|
42 |
+
- type: f1
|
43 |
+
name: F1 micro
|
44 |
+
args:
|
45 |
+
average: micro
|
46 |
+
- type: f1
|
47 |
+
name: F1 weighted
|
48 |
+
args:
|
49 |
+
average: weighted
|
50 |
+
- type: precision
|
51 |
+
name: Precision macro
|
52 |
+
args:
|
53 |
+
average: macro
|
54 |
+
- type: precision
|
55 |
+
name: Precision micro
|
56 |
+
args:
|
57 |
+
average: micro
|
58 |
+
- type: precision
|
59 |
+
name: Precision weighted
|
60 |
+
args:
|
61 |
+
average: weighted
|
62 |
+
- type: recall
|
63 |
+
name: Recall macro
|
64 |
+
args:
|
65 |
+
average: macro
|
66 |
+
- type: recall
|
67 |
+
name: Recall micro
|
68 |
+
args:
|
69 |
+
average: micro
|
70 |
+
- type: recall
|
71 |
+
name: Recall weighted
|
72 |
+
args:
|
73 |
+
average: weighted
|
74 |
configs:
|
75 |
- Ade_corpus_v2_classification
|
76 |
- Ade_corpus_v2_drug_ade_relation
|
77 |
- Ade_corpus_v2_drug_dosage_relation
|
78 |
+
dataset_info:
|
79 |
+
- config_name: Ade_corpus_v2_classification
|
80 |
+
features:
|
81 |
+
- name: text
|
82 |
+
dtype: string
|
83 |
+
- name: label
|
84 |
+
dtype:
|
85 |
+
class_label:
|
86 |
+
names:
|
87 |
+
0: Not-Related
|
88 |
+
1: Related
|
89 |
+
splits:
|
90 |
+
- name: train
|
91 |
+
num_bytes: 3403711
|
92 |
+
num_examples: 23516
|
93 |
+
download_size: 3791162
|
94 |
+
dataset_size: 3403711
|
95 |
+
- config_name: Ade_corpus_v2_drug_ade_relation
|
96 |
+
features:
|
97 |
+
- name: text
|
98 |
+
dtype: string
|
99 |
+
- name: drug
|
100 |
+
dtype: string
|
101 |
+
- name: effect
|
102 |
+
dtype: string
|
103 |
+
- name: indexes
|
104 |
+
struct:
|
105 |
+
- name: drug
|
106 |
+
sequence:
|
107 |
+
- name: start_char
|
108 |
+
dtype: int32
|
109 |
+
- name: end_char
|
110 |
+
dtype: int32
|
111 |
+
- name: effect
|
112 |
+
sequence:
|
113 |
+
- name: start_char
|
114 |
+
dtype: int32
|
115 |
+
- name: end_char
|
116 |
+
dtype: int32
|
117 |
+
splits:
|
118 |
+
- name: train
|
119 |
+
num_bytes: 1546021
|
120 |
+
num_examples: 6821
|
121 |
+
download_size: 3791162
|
122 |
+
dataset_size: 1546021
|
123 |
+
- config_name: Ade_corpus_v2_drug_dosage_relation
|
124 |
+
features:
|
125 |
+
- name: text
|
126 |
+
dtype: string
|
127 |
+
- name: drug
|
128 |
+
dtype: string
|
129 |
+
- name: dosage
|
130 |
+
dtype: string
|
131 |
+
- name: indexes
|
132 |
+
struct:
|
133 |
+
- name: drug
|
134 |
+
sequence:
|
135 |
+
- name: start_char
|
136 |
+
dtype: int32
|
137 |
+
- name: end_char
|
138 |
+
dtype: int32
|
139 |
+
- name: dosage
|
140 |
+
sequence:
|
141 |
+
- name: start_char
|
142 |
+
dtype: int32
|
143 |
+
- name: end_char
|
144 |
+
dtype: int32
|
145 |
+
splits:
|
146 |
+
- name: train
|
147 |
+
num_bytes: 64725
|
148 |
+
num_examples: 279
|
149 |
+
download_size: 3791162
|
150 |
+
dataset_size: 64725
|
151 |
---
|
152 |
|
153 |
# Dataset Card for Adverse Drug Reaction Data v2
|
|
|
366 |
|
367 |
### Contributions
|
368 |
|
369 |
+
Thanks to [@Nilanshrajput](https://github.com/Nilanshrajput), [@lhoestq](https://github.com/lhoestq) for adding this dataset.
|