zhengyima/kg-baseline-pytorch
2019百度的关系抽取比赛,使用Pytorch实现苏神的模型,F1在dev集可达到0.75,联合关系抽取,Joint Relation Extraction.
This project helps AI developers and researchers extract structured facts from unstructured Chinese text. It takes raw text as input and identifies subject-predicate-object relationships, outputting a list of these extracted relationships. This is specifically designed for those working with information extraction tasks in natural language processing using PyTorch.
315 stars. No commits in the last 6 months.
Use this if you are a PyTorch developer building a system to automatically identify and extract relationships between entities from Chinese text.
Not ideal if you are not a developer, if you need to extract information from languages other than Chinese, or if you are not using PyTorch.
Stars
315
Forks
55
Language
Python
License
—
Category
Last pushed
Jul 04, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/zhengyima/kg-baseline-pytorch"
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