File size: 2,439 Bytes
2bcba88 ff1d52b 00399e7 ff1d52b 00399e7 ff1d52b 00399e7 2bcba88 cad01c5 2bcba88 279e4d1 2bcba88 279e4d1 2bcba88 279e4d1 2bcba88 279e4d1 2bcba88 279e4d1 2bcba88 00399e7 |
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 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 |
---
dataset_info:
features:
- name: text
dtype: string
- name: tokens
sequence: string
- name: tokens_offsets
sequence:
sequence: int32
- name: clinical_entity_tags
sequence:
class_label:
names:
'0': O
'1': B-CLINENTITY
'2': I-CLINENTITY
- name: temporal_information_tags
sequence:
class_label:
names:
'0': O
'1': B-EVENT
'2': B-ACTOR
'3': B-BODYPART
'4': B-TIMEX3
'5': B-RML
'6': I-EVENT
'7': I-ACTOR
'8': I-BODYPART
'9': I-TIMEX3
'10': I-RML
config_name: e3c
splits:
- name: en.layer1
num_bytes: 1273610
num_examples: 1520
- name: en.layer2
num_bytes: 2550153
num_examples: 2873
- name: es.layer1
num_bytes: 1252571
num_examples: 1134
- name: es.layer2
num_bytes: 2498266
num_examples: 2347
- name: eu.layer1
num_bytes: 1519021
num_examples: 3126
- name: eu.layer2
num_bytes: 839955
num_examples: 1594
- name: fr.layer1
num_bytes: 1258738
num_examples: 1109
- name: fr.layer2
num_bytes: 2628628
num_examples: 2389
- name: it.layer1
num_bytes: 1276534
num_examples: 1146
- name: it.layer2
num_bytes: 2641257
num_examples: 2436
download_size: 230213492
dataset_size: 17738733
---
# Dataset Card for E3C
## Dataset Description
- **Homepage:** https://github.com/hltfbk/E3C-Corpus
- **Public:** True
- **Tasks:** NER,RE
The European Clinical Case Corpus (E3C) project aims at collecting and \
annotating a large corpus of clinical documents in five European languages (Spanish, \
Basque, English, French and Italian), which will be freely distributed. Annotations \
include temporal information, to allow temporal reasoning on chronologies, and \
information about clinical entities based on medical taxonomies, to be used for semantic reasoning.
## Citation Information
```
@report{Magnini2021,
author = {Bernardo Magnini and Begoña Altuna and Alberto Lavelli and Manuela Speranza
and Roberto Zanoli and Fondazione Bruno Kessler},
keywords = {Clinical data,clinical enti-ties,corpus,multilingual,temporal information},
title = {The E3C Project:
European Clinical Case Corpus El proyecto E3C: European Clinical Case Corpus},
url = {https://uts.nlm.nih.gov/uts/umls/home},
year = {2021},
}
``` |