#88 · Primary category: NLP Tools & Text Processing

Information-Extraction-Chinese

chinese-nlp information-extraction named-entity-recognition nlp relation-extraction

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