#88 · Primary category: NLP Tools & Text Processing
Information-Extraction-Chinese
Chinese Named Entity Recognition with IDCNN/biLSTM+CRF, and Relation Extraction with biGRU+2ATT 中文实体识别与关系提取
Project last updated:02/01/24
GitHub Stars
2.3K
Forks
798
Contributors
7
License
Other
Why we included this project
For anyone doing information extraction on Chinese text, this repo gives you two working deep learning pipelines: a named entity recognizer that combines IDCNN or biLSTM with a CRF layer, and a relation extractor built on biGRU with character and sentence level attention. You get runnable code, not just architecture diagrams, so it is a practical base for teams that need to pull entities like people, organizations, and locations out of documents and link them into typed relations. Each subtask has its own README that walks through data preparation, training, and inference, which helps when you want to adapt the models to your own domain data. It also works well as a teaching reference for how classic sequence labeling and attention behave on Chinese input, especially if you are not using large pretrained language models.
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 上百种预训练中文词向量