From 7291d59b449374de21b8a72dcbf88cef878f9071 Mon Sep 17 00:00:00 2001 From: Akar <67700732+akrztrk@users.noreply.github.com> Date: Thu, 11 Jan 2024 14:02:21 +0100 Subject: [PATCH] updated md cards (#860) --- ...6-17-explain_clinical_doc_medication_en.md | 21 +++++++++------- ...7-re_bodypart_proceduretest_pipeline_en.md | 11 ++++++--- ...3-04-03-summarizer_biomedical_pubmed_en.md | 2 +- ...-04-03-summarizer_clinical_questions_en.md | 2 +- ...8-16-summarizer_clinical_laymen_onnx_en.md | 2 +- ...023-05-31-summarizer_clinical_laymen_en.md | 3 ++- ...3-06-13-re_test_result_date_pipeline_en.md | 15 ++++++++---- ...2023-06-22-icd10cm_resolver_pipeline_en.md | 10 ++++---- ...2022-12-01-oncology_therapy_pipeline_en.md | 11 +++++---- .../murat-gunay/2020-09-01-posology_re.md | 24 +++++++++++++++---- 10 files changed, 66 insertions(+), 35 deletions(-) diff --git a/docs/_posts/C-K-Loan/2023-06-17-explain_clinical_doc_medication_en.md b/docs/_posts/C-K-Loan/2023-06-17-explain_clinical_doc_medication_en.md index 56f1516387..ed43d80c84 100644 --- a/docs/_posts/C-K-Loan/2023-06-17-explain_clinical_doc_medication_en.md +++ b/docs/_posts/C-K-Loan/2023-06-17-explain_clinical_doc_medication_en.md @@ -68,6 +68,7 @@ nlu.load("en.explain_dco.clinical_medication.pipeline").predict("""The patient i ## Results ```bash +# ner_chunk +----+----------------+------------+ | | chunks | entities | |---:|:---------------|:-----------| @@ -84,15 +85,17 @@ nlu.load("en.explain_dco.clinical_medication.pipeline").predict("""The patient i | 10 | at bedtime | FREQUENCY | +----+----------------+------------+ -+----+----------+------------+-------------+ -| | chunks | entities | assertion | -|---:|:---------|:-----------|:------------| -| 0 | insulin | DRUG | Present | -| 1 | Bactrim | DRUG | Past | -| 2 | Fragmin | DRUG | Planned | -| 3 | Lantus | DRUG | Planned | -+----+----------+------------+-------------+ - +# assertion ++---+---------+----------+-----------+ +| | chunks | entities | assertion | +|--:|--------:|---------:|----------:| +| 0 | insulin | DRUG | Family | +| 1 | Bactrim | DRUG | Past | +| 2 | Fragmin | DRUG | Planned | +| 3 | Lantus | DRUG | Past | ++---+---------+----------+-----------+ + +# relation +----------------+-----------+------------+-----------+----------------+ | relation | entity1 | chunk1 | entity2 | chunk2 | |:---------------|:----------|:-----------|:----------|:---------------| diff --git a/docs/_posts/C-K-Loan/2023-06-17-re_bodypart_proceduretest_pipeline_en.md b/docs/_posts/C-K-Loan/2023-06-17-re_bodypart_proceduretest_pipeline_en.md index 3a5af04e08..6508f10346 100644 --- a/docs/_posts/C-K-Loan/2023-06-17-re_bodypart_proceduretest_pipeline_en.md +++ b/docs/_posts/C-K-Loan/2023-06-17-re_bodypart_proceduretest_pipeline_en.md @@ -64,9 +64,14 @@ nlu.load("en.relation.bodypart_proceduretest.pipeline").predict("""TECHNIQUE IN ## Results ```bash -| index | relations | entity1 | entity1_begin | entity1_end | chunk1 | entity2 | entity2_end | entity2_end | chunk2 | confidence | -|-------|-----------|------------------------------|---------------|-------------|--------|---------|-------------|-------------|---------------------|------------| -| 0 | 1 | External_body_part_or_region | 94 | 98 | chest | Test | 117 | 135 | portable ultrasound | 1.0 | +| | sentence | entity1_begin | entity1_end | chunk1 | entity1 | entity2_begin | entity2_end | chunk2 | entity2 | relation | confidence | +|--:|---------:|--------------:|------------:|---------------------:|-----------------------------:|--------------:|------------:|--------------------:|-----------------------------:|---------:|-----------:| +| 0 | 0 | 0 | 19 | TECHNIQUE IN DETAIL: | Section_Header | 78 | 87 | his mother | Gender | 1 | 0.9999987 | +| 1 | 0 | 0 | 19 | TECHNIQUE IN DETAIL: | Section_Header | 94 | 98 | chest | External_body_part_or_region | 1 | 0.9999529 | +| 2 | 0 | 0 | 19 | TECHNIQUE IN DETAIL: | Section_Header | 117 | 135 | portable ultrasound | Test | 1 | 0.9999838 | +| 3 | 0 | 78 | 87 | his mother | Gender | 94 | 98 | chest | External_body_part_or_region | 1 | 1.0 | +| 4 | 0 | 78 | 87 | his mother | Gender | 117 | 135 | portable ultrasound | Test | 1 | 0.9999982 | +| 5 | 0 | 94 | 98 | chest | External_body_part_or_region | 117 | 135 | portable ultrasound | Test | 1 | 1.0 | ``` {:.model-param} diff --git a/docs/_posts/Cabir40/2023-04-03-summarizer_biomedical_pubmed_en.md b/docs/_posts/Cabir40/2023-04-03-summarizer_biomedical_pubmed_en.md index 26861c9fc0..30040e2cd2 100644 --- a/docs/_posts/Cabir40/2023-04-03-summarizer_biomedical_pubmed_en.md +++ b/docs/_posts/Cabir40/2023-04-03-summarizer_biomedical_pubmed_en.md @@ -19,7 +19,7 @@ use_language_switcher: "Python-Scala-Java" ## Description -This model is a modified version of Flan-T5 (LLM) based summarization model that is finetuned with biomedical datasets (Pubmed abstracts) by John Snow Labs. It can generate summaries up to 512 tokens given an input text (max 1024 tokens). +This model is a modified version of LLM based summarization model that is finetuned with biomedical datasets (Pubmed abstracts) by John Snow Labs. It can generate summaries up to 512 tokens given an input text (max 1024 tokens). {:.btn-box} [Live Demo](https://demo.johnsnowlabs.com/healthcare/BIOMEDICAL_TEXT_SUMMARIZATION/){:.button.button-orange} diff --git a/docs/_posts/Cabir40/2023-04-03-summarizer_clinical_questions_en.md b/docs/_posts/Cabir40/2023-04-03-summarizer_clinical_questions_en.md index 071f4d6e1c..cb508ce4af 100644 --- a/docs/_posts/Cabir40/2023-04-03-summarizer_clinical_questions_en.md +++ b/docs/_posts/Cabir40/2023-04-03-summarizer_clinical_questions_en.md @@ -19,7 +19,7 @@ use_language_switcher: "Python-Scala-Java" ## Description -This model is a modified version of Flan-T5 (LLM) based summarization model that is finetuned with medical questions exchanged in clinical mediums (clinic, email, call center etc.) by John Snow Labs. It can generate summaries up to 512 tokens given an input text (max 1024 tokens). +This model is a modified version of LLM based summarization model that is finetuned with medical questions exchanged in clinical mediums (clinic, email, call center etc.) by John Snow Labs. It can generate summaries up to 512 tokens given an input text (max 1024 tokens). {:.btn-box} [Live Demo](https://demo.johnsnowlabs.com/healthcare/MEDICAL_TEXT_SUMMARIZATION_QA/){:.button.button-orange} diff --git a/docs/_posts/Cabir40/2023-08-16-summarizer_clinical_laymen_onnx_en.md b/docs/_posts/Cabir40/2023-08-16-summarizer_clinical_laymen_onnx_en.md index bc568d8651..c6b5b1d593 100644 --- a/docs/_posts/Cabir40/2023-08-16-summarizer_clinical_laymen_onnx_en.md +++ b/docs/_posts/Cabir40/2023-08-16-summarizer_clinical_laymen_onnx_en.md @@ -19,7 +19,7 @@ use_language_switcher: "Python-Scala-Java" ## Description -This model is a modified version of Flan-T5 (LLM) based summarization model that is finetuned with custom dataset by John Snow Labs to avoid using clinical jargon on the summaries. It can generate summaries up to 512 tokens given an input text (max 1024 tokens). +This model is a modified version of LLM based summarization model that is finetuned with custom dataset by John Snow Labs to avoid using clinical jargon on the summaries. It can generate summaries up to 512 tokens given an input text (max 1024 tokens). ## Predicted Entities diff --git a/docs/_posts/Meryem1425/2023-05-31-summarizer_clinical_laymen_en.md b/docs/_posts/Meryem1425/2023-05-31-summarizer_clinical_laymen_en.md index 9408b139ef..e3e3ef8b7a 100644 --- a/docs/_posts/Meryem1425/2023-05-31-summarizer_clinical_laymen_en.md +++ b/docs/_posts/Meryem1425/2023-05-31-summarizer_clinical_laymen_en.md @@ -19,7 +19,7 @@ use_language_switcher: "Python-Scala-Java" ## Description -This model is a modified version of Flan-T5 (LLM) based summarization model that is finetuned with custom dataset by John Snow Labs to avoid using clinical jargon on the summaries. It can generate summaries up to 512 tokens given an input text (max 1024 tokens). +This model is a modified version of LLM based summarization model that is finetuned with custom dataset by John Snow Labs to avoid using clinical jargon on the summaries. It can generate summaries up to 512 tokens given an input text (max 1024 tokens). ## Predicted Entities @@ -37,6 +37,7 @@ This model is a modified version of Flan-T5 (LLM) based summarization model that