hertz-pj/BERT-BiLSTM-CRF-NER-pytorch
A BERT-based deep learning model combining BiLSTM and CRF layers for Chinese Named Entity Recognition.

Velocity · 7d
+0.2
★ / day
Trend
→steady
star history
This repository implements a BERT-BiLSTM-CRF architecture for sequence labeling in Named Entity Recognition tasks. It uses BERT as a feature extractor, BiLSTM to capture sequential dependencies, and a CRF layer to enforce valid tag sequences. The model processes text in BIO format and identifies entity spans across categories like names, addresses, companies, and organizations. Evaluation results on the CLUENER2020 Chinese dataset are provided in the README.