allenai/scibert
A BERT model for scientific text.
This is a specialized tool for anyone who works with scientific literature and needs to extract specific information or classify texts. It takes raw scientific articles, research papers, or abstracts as input and helps identify key entities like chemical compounds or diseases, recognize relationships between concepts, or categorize papers by field. Researchers, librarians, and data scientists in scientific domains would find this useful for automating information extraction tasks.
1,677 stars. No commits in the last 6 months.
Use this if you need to build or improve tools that analyze scientific text, such as automated literature reviews, scientific search engines, or knowledge graph construction.
Not ideal if your primary text analysis needs are outside of scientific domains, such as general news articles, social media, or legal documents.
Stars
1,677
Forks
233
Language
Python
License
Apache-2.0
Category
Last pushed
Feb 22, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/allenai/scibert"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
fidelity/textwiser
[AAAI 2021] TextWiser: Text Featurization Library
RandolphVI/Multi-Label-Text-Classification
About Muti-Label Text Classification Based on Neural Network.
ThilinaRajapakse/pytorch-transformers-classification
Based on the Pytorch-Transformers library by HuggingFace. To be used as a starting point for...
ntumlgroup/LibMultiLabel
A library for multi-class and multi-label classification
xuyige/BERT4doc-Classification
Code and source for paper ``How to Fine-Tune BERT for Text Classification?``