Skip to content

Commit dd4fc77

Browse files
authored
Merge pull request #6725 from JohnSnowLabs/josejuanmartinez-patch-re_drugprot
Update 2022-01-05-re_drugprot_clinical_en.md
2 parents 7abacb3 + 18afe23 commit dd4fc77

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/_posts/luca-martial/2022-01-05-re_drugprot_clinical_en.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ use_language_switcher: "Python-Scala-Java"
1717

1818
## Description
1919

20+
NOTE: This model has been improved by a new SOTA, Bert-based, Relation Extraction model, you can find [here](https://nlp.johnsnowlabs.com/2022/01/05/redl_drugprot_biobert_en.html)
21+
2022
Detect interactions between chemical compounds/drugs and genes/proteins using Spark NLP's `RelationExtractionModel()` by classifying whether a specified semantic relation holds between a chemical and gene entities within a sentence or document. The entity labels used during training were derived from the [custom NER model](https://nlp.johnsnowlabs.com/2021/12/20/ner_drugprot_clinical_en.html) created by our team for the [DrugProt corpus](https://zenodo.org/record/5119892). These include `CHEMICAL` for chemical compounds/drugs, `GENE` for genes/proteins and `GENE_AND_CHEMICAL` for entity mentions of type `GENE` and of type `CHEMICAL` that overlap (such as enzymes and small peptides). The relation categories from the [DrugProt corpus](https://zenodo.org/record/5119892) were condensed from 13 categories to 10 categories due to low numbers of examples for certain categories. This merging process involved grouping the `SUBSTRATE_PRODUCT-OF` and `SUBSTRATE` relation categories together and grouping the `AGONIST-ACTIVATOR`, `AGONIST-INHIBITOR` and `AGONIST` relation categories together.
2123

2224
## Predicted Entities

0 commit comments

Comments
 (0)