crownpku/Information-Extraction-Chinese
Chinese Named Entity Recognition with IDCNN/biLSTM+CRF, and Relation Extraction with biGRU+2ATT 中文实体识别与关系提取
Implements both character-level and sentence-level attention mechanisms for relation extraction, with modular sub-tasks including Chinese word segmentation via dilated convolutions. Built on TensorFlow with CRF output layers for structured prediction in NER, enabling end-to-end information extraction pipelines for Chinese text processing.
2,264 stars. No commits in the last 6 months.
Stars
2,264
Forks
804
Language
Python
License
—
Category
Last pushed
Feb 01, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/crownpku/Information-Extraction-Chinese"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
davidsbatista/BREDS
"Bootstrapping Relationship Extractors with Distributional Semantics" (Batista et al., 2015) in...
davidsbatista/Snowball
Implementation with some extensions of the paper "Snowball: Extracting Relations from Large...
nicolay-r/AREkit
Document level Attitude and Relation Extraction toolkit (AREkit) for sampling and processing...
plkmo/BERT-Relation-Extraction
PyTorch implementation for "Matching the Blanks: Distributional Similarity for Relation Learning" paper
thunlp/FewRel
A Large-Scale Few-Shot Relation Extraction Dataset