cliang1453/BOND
BOND: BERT-Assisted Open-Domain Name Entity Recognition with Distant Supervision
This project helps data scientists and NLP researchers automatically identify and categorize important entities like names, locations, and organizations from large amounts of raw text, especially in diverse or specialized fields where manually labeled examples are scarce. It takes unstructured text as input and outputs the same text with identified named entities, without requiring extensive human annotation. This is ideal for those working with open-domain text data who need efficient entity extraction.
291 stars. No commits in the last 6 months.
Use this if you need to extract named entities from text, but lack the resources or time for extensive manual data labeling.
Not ideal if you require extremely high precision for highly specific entity types, or if you already have ample human-annotated data for your domain.
Stars
291
Forks
35
Language
Python
License
Apache-2.0
Category
Last pushed
Jun 02, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/cliang1453/BOND"
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 和...
kamalkraj/BERT-NER
Pytorch-Named-Entity-Recognition-with-BERT
kamalkraj/Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs
Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs