The Chilean Waiting List Corpus
- 1. Center for Medical Informatics and Telemedicine, University of Chile
- 2. Center for Mathematical Modeling & Center for Medical Informatics and Telemedicine, University of Chile
- 3. Department of Computer Science, University of Chile
Description
Here we describe a new clinical corpus rich in nested entities and a series of neural models to identify them. The corpus comprises de-identified referrals from the waiting list in Chilean public hospitals. A subset of 5,000 referrals (58.6 % medical and 41.4 % dental) was manually annotated with ten types of entities, six attributes, and pairs of relations with clinical relevance. In total, there are 110,771 annotated tokens. A trained medical doctor or dentist annotated these referrals, and then together with three other researchers, consolidated each of the annotations. The annotated corpus has 48.17 % of entities embedded in other entities or containing another one. We use this corpus to build models for Named Entity Recognition (NER). The best results were achieved using a Multiple Single-entity architecture with clinical word embeddings stacked with character and Flair contextual embeddings. The entity with the best performance is abbreviation, and the hardest to recognize is finding. NER models applied to this corpus can leverage statistics of diseases and pending procedures. This work constitutes the first annotated corpus using clinical narratives from Chile and one of the few in Spanish. The annotated corpus, clinical word embeddings, annotation guidelines, and neural models are freely released to the community.
This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/4.0/.
We are releasing the dataset in 3 formats:
- cwlc_raw.zip: Contains the raw text files for each document along with its annotation file in Standoff format
- cwlc.zip: Contains the corpus already tokenized and annotated using the IOB2 format. The corpus is separated into train, test and development subsets.
- cwlc_folds: Contains the dataset divided into the 10 folds utilized for cross-validation.