Aidan Mannion commited on
Commit
87dfd80
·
1 Parent(s): dbeac56

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - es
5
+ tags:
6
+ - medical
7
+ ---
8
+
9
+ ### UMLS-KGI-BERT-ES
10
+ This is BERT encoder trained on the Spanish section of the European Clinical Case corpus as well as the UMLS metathesaurus knowledge graph, as described in [this paper](https://aclanthology.org/2023.clinicalnlp-1.35/).
11
+
12
+ If you use this model in your research, please cite one or both of the following:
13
+ ```
14
+ @inproceedings{mannion-etal-2023-umls,
15
+ title = "{UMLS}-{KGI}-{BERT}: Data-Centric Knowledge Integration in Transformers for Biomedical Entity Recognition",
16
+ author = "Mannion, Aidan and
17
+ Schwab, Didier and
18
+ Goeuriot, Lorraine",
19
+ booktitle = "Proceedings of the 5th Clinical Natural Language Processing Workshop",
20
+ month = jul,
21
+ year = "2023",
22
+ address = "Toronto, Canada",
23
+ publisher = "Association for Computational Linguistics",
24
+ url = "https://aclanthology.org/2023.clinicalnlp-1.35",
25
+ pages = "312--322",
26
+ abstract = "Pre-trained transformer language models (LMs) have in recent years become the dominant paradigm in applied NLP. These models have achieved state-of-the-art performance on tasks such as information extraction, question answering, sentiment analysis, document classification and many others. In the biomedical domain, significant progress has been made in adapting this paradigm to NLP tasks that require the integration of domain-specific knowledge as well as statistical modelling of language. In particular, research in this area has focused on the question of how best to construct LMs that take into account not only the patterns of token distribution in medical text, but also the wealth of structured information contained in terminology resources such as the UMLS. This work contributes a data-centric paradigm for enriching the language representations of biomedical transformer-encoder LMs by extracting text sequences from the UMLS.This allows for graph-based learning objectives to be combined with masked-language pre-training. Preliminary results from experiments in the extension of pre-trained LMs as well as training from scratch show that this framework improves downstream performance on multiple biomedical and clinical Named Entity Recognition (NER) tasks. All pre-trained models, data processing pipelines and evaluation scripts will be made publicly available.",
27
+ }
28
+ ```
29
+ ```
30
+ @misc{mannion2023umlskgibert,
31
+ title={UMLS-KGI-BERT: Data-Centric Knowledge Integration in Transformers for Biomedical Entity Recognition},
32
+ author={Aidan Mannion and Thierry Chevalier and Didier Schwab and Lorraine Geouriot},
33
+ year={2023},
34
+ eprint={2307.11170},
35
+ archivePrefix={arXiv},
36
+ primaryClass={cs.CL}
37
+ }
38
+ ```