speedcell4/nersted
Official implementation of "Nested Named Entity Recognition via Explicitly Excluding the Influence of the Best Path" (ACL'21)
This project helps natural language processing researchers evaluate and compare different strategies for identifying complex, overlapping entities within text. You provide annotated text datasets like ACE2004, ACE2005, or GENIA, and it outputs performance metrics for nested named entity recognition. It's designed for researchers focused on advancing methods for more precise information extraction from unstructured text.
No commits in the last 6 months.
Use this if you are an NLP researcher working on advanced named entity recognition and want to experiment with different decoding strategies for nested entities.
Not ideal if you are looking for an out-of-the-box solution to extract simple, non-overlapping entities from text or if you are not comfortable working with command-line Python scripts and data preprocessing.
Stars
9
Forks
—
Language
Python
License
—
Category
Last pushed
Sep 13, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/speedcell4/nersted"
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