seanfarrell commited on
Commit
9ae0b42
·
verified ·
1 Parent(s): c26e073

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -2,7 +2,7 @@
2
  license: openrail
3
  language:
4
  - en
5
- pipeline_tag: fill-mask
6
  tags:
7
  - biology
8
  - medical
@@ -22,9 +22,9 @@ base_model:
22
  ---
23
 
24
 
25
- # PetBERT
26
 
27
- PetBERT is a masked language model based on the BERT architecture further trained on over 500 million additional words from first-opinion veterinary clinicians from across the UK
28
 
29
  ## Paper Abstract
30
  Effective public health surveillance requires consistent monitoring of disease signals such that researchers and decision-makers can react dynamically to changes in disease occurrence. However, whilst surveillance initiatives exist in production animal veterinary medicine, comparable frameworks for companion animals are lacking. First-opinion veterinary electronic health records (EHRs) have the potential to reveal disease signals and often represent the initial reporting of clinical syndromes in animals presenting for medical attention, highlighting their possible significance in early disease detection. Yet despite their availability, there are limitations surrounding their free text-based nature, inhibiting the ability for national-level mortality and morbidity statistics to occur. This paper presents PetBERT, a large language model trained on over 500 million words from 5.1 million EHRs across the UK. PetBERT-ICD is the additional training of PetBERT as a multi-label classifier for the automated coding of veterinary clinical EHRs with the International Classification of Disease 11 framework, achieving F1 scores exceeding 83% across 20 disease codings with minimal annotations. PetBERT-ICD effectively identifies disease outbreaks, outperforming current clinician-assigned point-of-care labelling strategies up to 3 weeks earlier. The potential for PetBERT-ICD to enhance disease surveillance in veterinary medicine represents a promising avenue for advancing animal health and improving public health outcomes.
@@ -53,7 +53,6 @@ PetBERT('Suspected pneuomina, will require an [MASK] but in the meantime will pr
53
 
54
  ```
55
 
56
-
57
  ## Training Details
58
 
59
  ### Training Data
 
2
  license: openrail
3
  language:
4
  - en
5
+ pipeline_tag: text-classification
6
  tags:
7
  - biology
8
  - medical
 
22
  ---
23
 
24
 
25
+ # PetBERT-ICD
26
 
27
+ PetBERT-ICD is a multi label classification model based on the [PetBERT](huggingface.co/savsnet/petbert) architecture further trained on over 500 million additional words from first-opinion veterinary clinicians from across the UK. PetBERT-ICD was trained on a multi-label dataset of the 20 'chapters' of the International Classification of Disease (ICD)
28
 
29
  ## Paper Abstract
30
  Effective public health surveillance requires consistent monitoring of disease signals such that researchers and decision-makers can react dynamically to changes in disease occurrence. However, whilst surveillance initiatives exist in production animal veterinary medicine, comparable frameworks for companion animals are lacking. First-opinion veterinary electronic health records (EHRs) have the potential to reveal disease signals and often represent the initial reporting of clinical syndromes in animals presenting for medical attention, highlighting their possible significance in early disease detection. Yet despite their availability, there are limitations surrounding their free text-based nature, inhibiting the ability for national-level mortality and morbidity statistics to occur. This paper presents PetBERT, a large language model trained on over 500 million words from 5.1 million EHRs across the UK. PetBERT-ICD is the additional training of PetBERT as a multi-label classifier for the automated coding of veterinary clinical EHRs with the International Classification of Disease 11 framework, achieving F1 scores exceeding 83% across 20 disease codings with minimal annotations. PetBERT-ICD effectively identifies disease outbreaks, outperforming current clinician-assigned point-of-care labelling strategies up to 3 weeks earlier. The potential for PetBERT-ICD to enhance disease surveillance in veterinary medicine represents a promising avenue for advancing animal health and improving public health outcomes.
 
53
 
54
  ```
55
 
 
56
  ## Training Details
57
 
58
  ### Training Data