#102 · Primary category: NLP Tools & Text Processing
BERT-NER-Pytorch
Chinese NER(Named Entity Recognition) using BERT(Softmax, CRF, Span)
Project last updated:03/11/23
GitHub Stars
2.2K
Forks
433
Contributors
1
License
MIT
Why we included this project
For anyone building Chinese named entity recognition with BERT, this repo is a rare complete starting point. It bundles softmax, CRF, and span-based decoding in one codebase, so you can compare all three approaches on the same data and see where CRF or span tagging beats a plain classifier. The included training recipes and per-epoch F1 tables for CLUENER and CNER give you concrete baselines to sanity-check your own pipeline before you swap in your own corpus. Practitioners with annotated Chinese text who want a reference implementation to extend will find this far easier to adapt than starting from a raw transformer library. Treat it as a research example rather than a maintained service: you'll integrate it into your own training flow, not drop it in as a turnkey tool.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
flair
A very simple framework for state-of-the-art Natural Language Processing (NLP)
compromise
modest natural-language processing
tokenizers
💥 Fast State-of-the-Art Tokenizers optimized for Research and Production
CoreNLP
CoreNLP: A Java suite of core NLP tools for tokenization, sentence segmentation, NER, parsing, coreference, sentiment analysis, etc.
Chinese-Word-Vectors
100+ Chinese Word Vectors 上百种预训练中文词向量