crownpku/Information-Extraction-Chinese
Chinese Named Entity Recognition with IDCNN/biLSTM+CRF, and Relation Extraction with biGRU+2ATT 中文实体识别与关系提取
This project helps you automatically identify specific entities and the relationships between them in Chinese text, similar to how you might highlight names, places, or organizations and then draw lines connecting them. It takes raw Chinese sentences or documents as input and outputs structured information about who or what is mentioned and how they relate. This is ideal for data analysts, researchers, or anyone needing to extract key facts and connections from large volumes of Chinese-language content.
2,264 stars. No commits in the last 6 months.
Use this if you need to automatically identify and categorize specific items like names, locations, or organizations, and understand the connections between them within Chinese text.
Not ideal if your primary need is general text summarization or sentiment analysis, rather than the extraction of specific entities and their relationships.
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