tejasvaidhyadev/NER_Lab_Protocols
Domain-specific BERT representation for Named Entity Recognition of lab protocol
This project helps scientists and lab technicians automatically extract key information from experimental lab protocols. It takes free-text lab protocols as input and highlights important entities such as actions, amounts, reagents, temperatures, and times. The primary user would be researchers in medical, biological, or chemical fields needing to quickly parse and analyze experimental procedures.
No commits in the last 6 months.
Use this if you need to systematically identify and extract structured data from unstructured text descriptions of laboratory experiments.
Not ideal if your protocols are already highly structured or if you need to extract information outside of the defined entity types (e.g., patient diagnoses, drug interactions).
Stars
29
Forks
5
Language
Python
License
MIT
Category
Last pushed
Dec 25, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/tejasvaidhyadev/NER_Lab_Protocols"
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