Datasets:
Update files from the datasets library (from 1.3.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.3.0
README.md
CHANGED
@@ -34,10 +34,10 @@ task_ids:
|
|
34 |
- coreference-resolution
|
35 |
---
|
36 |
|
37 |
-
# Dataset Card for
|
38 |
|
39 |
## Table of Contents
|
40 |
-
- [Dataset Card for
|
41 |
- [Table of Contents](#table-of-contents)
|
42 |
- [Dataset Description](#dataset-description)
|
43 |
- [Dataset Summary](#dataset-summary)
|
@@ -252,3 +252,7 @@ keywords = "Adverse drug effect, Benchmark corpus, Annotation, Harmonization, Se
|
|
252 |
abstract = "A significant amount of information about drug-related safety issues such as adverse effects are published in medical case reports that can only be explored by human readers due to their unstructured nature. The work presented here aims at generating a systematically annotated corpus that can support the development and validation of methods for the automatic extraction of drug-related adverse effects from medical case reports. The documents are systematically double annotated in various rounds to ensure consistent annotations. The annotated documents are finally harmonized to generate representative consensus annotations. In order to demonstrate an example use case scenario, the corpus was employed to train and validate models for the classification of informative against the non-informative sentences. A Maximum Entropy classifier trained with simple features and evaluated by 10-fold cross-validation resulted in the F1 score of 0.70 indicating a potential useful application of the corpus."
|
253 |
}
|
254 |
```
|
|
|
|
|
|
|
|
|
|
34 |
- coreference-resolution
|
35 |
---
|
36 |
|
37 |
+
# Dataset Card for Adverse Drug Reaction Data v2
|
38 |
|
39 |
## Table of Contents
|
40 |
+
- [Dataset Card for Adverse Drug Reaction Data v2](#dataset-card-for-adverse-drug-reaction-data-v2)
|
41 |
- [Table of Contents](#table-of-contents)
|
42 |
- [Dataset Description](#dataset-description)
|
43 |
- [Dataset Summary](#dataset-summary)
|
|
|
252 |
abstract = "A significant amount of information about drug-related safety issues such as adverse effects are published in medical case reports that can only be explored by human readers due to their unstructured nature. The work presented here aims at generating a systematically annotated corpus that can support the development and validation of methods for the automatic extraction of drug-related adverse effects from medical case reports. The documents are systematically double annotated in various rounds to ensure consistent annotations. The annotated documents are finally harmonized to generate representative consensus annotations. In order to demonstrate an example use case scenario, the corpus was employed to train and validate models for the classification of informative against the non-informative sentences. A Maximum Entropy classifier trained with simple features and evaluated by 10-fold cross-validation resulted in the F1 score of 0.70 indicating a potential useful application of the corpus."
|
253 |
}
|
254 |
```
|
255 |
+
|
256 |
+
### Contributions
|
257 |
+
|
258 |
+
Thanks to [@Nilanshrajput](https://github.com/Nilanshrajput), [@lhoestq](https://github.com/lhoestq) for adding this dataset.
|