Skip to content

Commit

Permalink
Updated release notes (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
Damla-Gurbaz committed Jun 4, 2023
1 parent f70c0b0 commit 9efc1b1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Designed explicitly for deidentification tasks in Arabic language, these models

| NER model | pipeline | description | predicted entities |
|--------------------------------------------|----------|------------------------------------------|-------------------------------------------|
| [`ner_deid_subentity`](https://nlp.johnsnowlabs.com/2023/05/29/ner_deid_subentity_ar.html) | [`ner_deid_subentity_pipeline`](https://nlp.johnsnowlabs.com/2023/05/31/ner_deid_subentity_pipeline_ar.html) | This model/pipeline can detect protected health information (PHI) entities with 17 different labels.| `PATIENT`, `HOSPITAL`, `DATE`, `ORGANIZATION`, `CITY`, `STREET`, `USERNAME`, `SEX`, `IDNUM`, `EMAIL`, `ZIP`, `MEDICALRECORD`, `PROFESSION`, `PHONE`, `COUNTRY`, `DOCTOR`, `AGE` |
| [`ner_deid_subentity`](https://nlp.johnsnowlabs.com/2023/05/31/ner_deid_subentity_ar.html) | [`ner_deid_subentity_pipeline`](https://nlp.johnsnowlabs.com/2023/05/31/ner_deid_subentity_pipeline_ar.html) | This model/pipeline can detect protected health information (PHI) entities with 17 different labels.| `PATIENT`, `HOSPITAL`, `DATE`, `ORGANIZATION`, `CITY`, `STREET`, `USERNAME`, `SEX`, `IDNUM`, `EMAIL`, `ZIP`, `MEDICALRECORD`, `PROFESSION`, `PHONE`, `COUNTRY`, `DOCTOR`, `AGE` |
| [`ner_deid_generic`](https://nlp.johnsnowlabs.com/2023/05/30/ner_deid_generic_ar.html) | [`ner_deid_generic_pipeline`](https://nlp.johnsnowlabs.com/2023/05/31/ner_deid_generic_pipeline_ar.html) | This model/pipeline can detect PHI entities with 8 different labels. | `CONTACT`, `NAME`, `DATE`, `ID`, `SEX`, `LOCATION`, `PROFESSION`, `AGE` |


Expand Down Expand Up @@ -100,7 +100,7 @@ You can check the [Multi Language Deidentification Notebook](https://github.com

#### New Medical Summarizer Model Fine-Tuned With A Custom Dataset To Minimize Clinical Jargon In Laymen Terms

We are delighted to announce the release of our [summarizer_clinical_laymen](https://nlp.johnsnowlabs.com/2023/05/29/summarizer_clinical_laymen_en.html) model, a refined variant of our Flan-T5 (LLM) based summarization model. This model has been carefully fine-tuned with a custom dataset curated by John Snow Labs, expressly designed to minimize the use of clinical terminology in the generated summaries. The summarizer_clinical_laymen model is capable of producing summaries of up to **512 tokens** from an input text of a maximum of 1024 tokens.
We are delighted to announce the release of our [summarizer_clinical_laymen](https://nlp.johnsnowlabs.com/2023/05/31/summarizer_clinical_laymen_en.html) model, a refined variant of our Flan-T5 (LLM) based summarization model. This model has been carefully fine-tuned with a custom dataset curated by John Snow Labs, expressly designed to minimize the use of clinical terminology in the generated summaries. The summarizer_clinical_laymen model is capable of producing summaries of up to **512 tokens** from an input text of a maximum of 1024 tokens.

This innovation embodies our commitment to providing user-friendly and accessible NLP solutions, making it easier for non-clinical personnel and patients to comprehend medical summaries without losing critical information.

Expand All @@ -117,7 +117,9 @@ text = """Jennifer was seen in my office for evaluation for elective surgical we

*Result*:

```This is a clinical note about a 34-year-old woman who is interested in having weight loss surgery. She has been overweight for over 20 years and wants to have more energy and improve her self-image. She has tried many diets and weight loss programs, but has not been successful in keeping the weight off. She has a history of hypertension and shortness of breath, but is not allergic to any medications. She will have an upper endoscopy and will be contacted by a nutritionist and social worker. The plan is to have her weight loss surgery through the gastric bypass rather than Lap-Band.```
```
This is a clinical note about a 34-year-old woman who is interested in having weight loss surgery. She has been overweight for over 20 years and wants to have more energy and improve her self-image. She has tried many diets and weight loss programs, but has not been successful in keeping the weight off. She has a history of hypertension and shortness of breath, but is not allergic to any medications. She will have an upper endoscopy and will be contacted by a nutritionist and social worker. The plan is to have her weight loss surgery through the gastric bypass rather than Lap-Band.
```


</div><div class="h3-box" markdown="1">
Expand Down
8 changes: 4 additions & 4 deletions docs/en/spark_nlp_healthcare_versions/release_notes_4_4_2.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,10 +362,10 @@ We are excited to announce 4 new classification models.

| model name | annotator | predicted entities |
|-------------------------------------|---------------------------------|-----------------|
| [`classifierml_ade`]() | DocumentMLClassifierApproach | `True`, `False` |
| [`classifier_logreg_ade`]() | DocumentLogRegClassifierModel | `True`, `False` |
| [`generic_svm_classifier_ade`]() | GenericSVMClassifierModel | `True`, `False` |
| [`generic_logreg_classifier_ade`]() | GenericLogRegClassifierModel | `True`, `False` |
| [`classifierml_ade`](https://nlp.johnsnowlabs.com/2023/05/16/classifierml_ade_en.html) | DocumentMLClassifierApproach | `True`, `False` |
| [`classifier_logreg_ade`](https://nlp.johnsnowlabs.com/2023/05/16/classifier_logreg_ade_en.html) | DocumentLogRegClassifierModel | `True`, `False` |
| [`generic_svm_classifier_ade`](https://nlp.johnsnowlabs.com/2023/05/09/generic_svm_classifier_ade_en.html) | GenericSVMClassifierModel | `True`, `False` |
| [`generic_logreg_classifier_ade`](https://nlp.johnsnowlabs.com/2023/05/09/generic_logreg_classifier_ade_en.html) | GenericLogRegClassifierModel | `True`, `False` |


*Example*:
Expand Down
8 changes: 5 additions & 3 deletions docs/en/spark_nlp_healthcare_versions/release_notes_4_4_3.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Designed explicitly for deidentification tasks in Arabic language, these models

| NER model | pipeline | description | predicted entities |
|--------------------------------------------|----------|------------------------------------------|-------------------------------------------|
| [`ner_deid_subentity`](https://nlp.johnsnowlabs.com/2023/05/29/ner_deid_subentity_ar.html) | [`ner_deid_subentity_pipeline`](https://nlp.johnsnowlabs.com/2023/05/31/ner_deid_subentity_pipeline_ar.html) | This model/pipeline can detect protected health information (PHI) entities with 17 different labels.| `PATIENT`, `HOSPITAL`, `DATE`, `ORGANIZATION`, `CITY`, `STREET`, `USERNAME`, `SEX`, `IDNUM`, `EMAIL`, `ZIP`, `MEDICALRECORD`, `PROFESSION`, `PHONE`, `COUNTRY`, `DOCTOR`, `AGE` |
| [`ner_deid_subentity`](https://nlp.johnsnowlabs.com/2023/05/31/ner_deid_subentity_ar.html) | [`ner_deid_subentity_pipeline`](https://nlp.johnsnowlabs.com/2023/05/31/ner_deid_subentity_pipeline_ar.html) | This model/pipeline can detect protected health information (PHI) entities with 17 different labels.| `PATIENT`, `HOSPITAL`, `DATE`, `ORGANIZATION`, `CITY`, `STREET`, `USERNAME`, `SEX`, `IDNUM`, `EMAIL`, `ZIP`, `MEDICALRECORD`, `PROFESSION`, `PHONE`, `COUNTRY`, `DOCTOR`, `AGE` |
| [`ner_deid_generic`](https://nlp.johnsnowlabs.com/2023/05/30/ner_deid_generic_ar.html) | [`ner_deid_generic_pipeline`](https://nlp.johnsnowlabs.com/2023/05/31/ner_deid_generic_pipeline_ar.html) | This model/pipeline can detect PHI entities with 8 different labels. | `CONTACT`, `NAME`, `DATE`, `ID`, `SEX`, `LOCATION`, `PROFESSION`, `AGE` |


Expand Down Expand Up @@ -100,7 +100,7 @@ You can check the [Multi Language Deidentification Notebook](https://github.com

#### New Medical Summarizer Model Fine-Tuned With A Custom Dataset To Minimize Clinical Jargon In Laymen Terms

We are delighted to announce the release of our [summarizer_clinical_laymen](https://nlp.johnsnowlabs.com/2023/05/29/summarizer_clinical_laymen_en.html) model, a refined variant of our Flan-T5 (LLM) based summarization model. This model has been carefully fine-tuned with a custom dataset curated by John Snow Labs, expressly designed to minimize the use of clinical terminology in the generated summaries. The summarizer_clinical_laymen model is capable of producing summaries of up to **512 tokens** from an input text of a maximum of 1024 tokens.
We are delighted to announce the release of our [summarizer_clinical_laymen](https://nlp.johnsnowlabs.com/2023/05/31/summarizer_clinical_laymen_en.html) model, a refined variant of our Flan-T5 (LLM) based summarization model. This model has been carefully fine-tuned with a custom dataset curated by John Snow Labs, expressly designed to minimize the use of clinical terminology in the generated summaries. The summarizer_clinical_laymen model is capable of producing summaries of up to **512 tokens** from an input text of a maximum of 1024 tokens.

This innovation embodies our commitment to providing user-friendly and accessible NLP solutions, making it easier for non-clinical personnel and patients to comprehend medical summaries without losing critical information.

Expand All @@ -117,7 +117,9 @@ text = """Jennifer was seen in my office for evaluation for elective surgical we

*Result*:

```This is a clinical note about a 34-year-old woman who is interested in having weight loss surgery. She has been overweight for over 20 years and wants to have more energy and improve her self-image. She has tried many diets and weight loss programs, but has not been successful in keeping the weight off. She has a history of hypertension and shortness of breath, but is not allergic to any medications. She will have an upper endoscopy and will be contacted by a nutritionist and social worker. The plan is to have her weight loss surgery through the gastric bypass rather than Lap-Band.```
```
This is a clinical note about a 34-year-old woman who is interested in having weight loss surgery. She has been overweight for over 20 years and wants to have more energy and improve her self-image. She has tried many diets and weight loss programs, but has not been successful in keeping the weight off. She has a history of hypertension and shortness of breath, but is not allergic to any medications. She will have an upper endoscopy and will be contacted by a nutritionist and social worker. The plan is to have her weight loss surgery through the gastric bypass rather than Lap-Band.
```


</div><div class="h3-box" markdown="1">
Expand Down

0 comments on commit 9efc1b1

Please sign in to comment.