som-shahlab/trove
Weakly supervised medical named entity classification
Trove helps medical researchers and healthcare analysts quickly identify specific medical entities like symptoms or conditions within large volumes of medical texts such as electronic health records or scientific papers. It takes medical text and publicly available medical ontologies (like UMLS) to automatically extract and classify these entities, without requiring manual labeling of training data. This is ideal for those needing to analyze clinical narratives at scale.
No commits in the last 6 months.
Use this if you need to extract and classify medical terms from clinical text, social media, or scientific literature efficiently, especially when privacy concerns make manual data labeling difficult.
Not ideal if you need high-precision classification for domains outside of biomedical and healthcare, or if you prefer to manually label all your training data.
Stars
73
Forks
21
Language
Python
License
Apache-2.0
Category
Last pushed
Dec 23, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/som-shahlab/trove"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
charles9n/bert-sklearn
a sklearn wrapper for Google's BERT model
jidasheng/bi-lstm-crf
A PyTorch implementation of the BI-LSTM-CRF model.
howl-anderson/seq2annotation
基于 TensorFlow & PaddlePaddle 的通用序列标注算法库(目前包含 BiLSTM+CRF, Stacked-BiLSTM+CRF 和...
guillaumegenthial/tf_ner
Simple and Efficient Tensorflow implementations of NER models with tf.estimator and tf.data
guillaumegenthial/sequence_tagging
Named Entity Recognition (LSTM + CRF) - Tensorflow