Xie-Minghui/MultiHeadJointEntityRelationExtraction_simple
实体关系抽取,使用了百度比赛的数据集。使用pytorch实现MultiHeadJointEntityRelationExtraction,包含Bert、Albert、gru的使用,并且添加了对抗训练。最后使用Flask和Neo4j图数据库对模型进行了部署
This project helps you automatically identify key entities (like people, organizations, or locations) and the relationships between them from Chinese text. You provide raw Chinese text, and it outputs a structured knowledge graph showing 'who did what to whom' or 'what is related to what'. This is useful for anyone working with large volumes of Chinese text who needs to extract factual information and understand connections, such as data analysts, researchers, or intelligence specialists.
125 stars. No commits in the last 6 months.
Use this if you need to extract structured facts and relationships from unstructured Chinese text, transforming it into an easily searchable knowledge graph.
Not ideal if your primary need is general text summarization, sentiment analysis, or working with languages other than Chinese.
Stars
125
Forks
12
Language
Python
License
—
Category
Last pushed
Apr 22, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/Xie-Minghui/MultiHeadJointEntityRelationExtraction_simple"
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