GanjinZero/Triaffine-nested-ner
Fusing Heterogeneous Factors with Triaffine Mechanism for Nested Named Entity Recognition [ACL 2022 Findings]
This project helps natural language processing researchers extract complex, overlapping entities from text, such as medical terms or company names that contain other named entities. It takes raw text as input and outputs a structured list of identified nested entities. This tool is for NLP researchers and machine learning engineers who need to improve the accuracy of information extraction from specialized documents.
No commits in the last 6 months.
Use this if you are an NLP researcher working on named entity recognition and need to accurately identify entities that are embedded within other entities, a common challenge in domains like biomedicine or legal text.
Not ideal if you are looking for a simple, out-of-the-box solution for basic, non-overlapping named entity recognition without needing to engage with model training or complex data preparation.
Stars
45
Forks
5
Language
Python
License
—
Category
Last pushed
Feb 21, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/GanjinZero/Triaffine-nested-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