c3sr/split-ner
PyTorch code for paper, 'Split-NER: Named Entity Recognition via Two Question-Answering-based Classifications', ACL'23
This project helps natural language processing practitioners accurately identify and categorize key entities within unstructured text. You provide raw text documents, and it outputs the identified entities along with their specific types (e.g., person, organization, location). It's designed for data scientists, NLP engineers, or researchers who need precise entity extraction for various analytical or operational tasks.
No commits in the last 6 months.
Use this if you need to extract specific types of information from text with high accuracy and are working with diverse or specialized datasets, such as those found in cybersecurity or biomedical research.
Not ideal if you primarily need general text understanding without specific entity categorization, or if your primary goal is rapid, large-scale processing where maximum precision isn't the top concern.
Stars
18
Forks
—
Language
Python
License
—
Category
Last pushed
Nov 07, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/c3sr/split-ner"
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