Collected molecules will appear here. Add from search or explore.
Chinese Named Entity Recognition (NER) and Relation Extraction (RE) using deep learning architectures (IDCNN, BiLSTM-CRF, BiGRU+Attention).
Defensibility
stars
15
forks
4
This project is a historical artifact of the 2017-2018 NLP era. It implements then-popular architectures like IDCNN (Iterated Dilated Convolutional Neural Networks) and BiLSTM-CRF for Chinese sequence labeling tasks. With only 15 stars and zero activity for several years, it has no community traction or defensibility. The entire approach has been superseded twice: first by Transformer-based models (BERT-base-Chinese, RoBERTa-wwm) and more recently by Large Language Models (LLMs) which perform NER and Relation Extraction via zero-shot or few-shot prompting with higher accuracy and less manual feature engineering. Modern alternatives like HanLP, Baidu's PaddleNLP, or Hugging Face's transformers library provide significantly more robust, pre-trained, and maintained solutions for Chinese NLP. There is no technical moat or unique dataset present here to justify investment or use over modern frameworks.
TECH STACK
INTEGRATION
reference_implementation
READINESS