Honourwei's Stars
percent4/people_relation_extract
结合BERT+GRU+ATT模型,对自己收集的人物关系数据进行模型训练,用于人物关系抽取。
jadore801120/attention-is-all-you-need-pytorch
A PyTorch implementation of the Transformer model in "Attention is All You Need".
ShomyLiu/pytorch-relation-extraction
distant supervised relation extraction models: PCNN MIL (Zeng 2015), PCNN+ATT(Lin 2016). 关系抽取
zjunlp/DeepKE
[EMNLP 2022] An Open Toolkit for Knowledge Graph Extraction and Construction
thunlp/NREPapers
Must-read papers on neural relation extraction (NRE)
lvjianxin/Relationship-extraction
中文关系抽取
coderGray1296/Relation-extraction
关系抽取的个人实战总结和相关论文开源工具的使用
buppt/ChineseNRE
中文实体关系抽取,pytorch,bilstm+attention
smilelight/lightNLP
基于Pytorch和torchtext的自然语言处理深度学习框架。
MorvanZhou/Tensorflow-Tutorial
Tensorflow tutorial from basic to hard, 莫烦Python 中文AI教学
thunlp/DIAG-NRE
Source code for ACL 2019 paper "DIAG-NRE: A Neural Pattern Diagnosis Framework for Distantly Supervised Neural Relation Extraction".
Wangpeiyi9979/IE-Bert-CNN
一个关于百度2019语言与智能技术竞赛信息抽取 (http://lic2019.ccf.org.cn/kg) 模型, 模型采用BERT+CNN。DEMO地址 https://github.com/Wangpeiyi9979/InformationExtractionDemo
fighting41love/cocoNLP
A Chinese information extraction tool.
lixiang0/WEB_KG
爬取百度百科中文页面,抽取三元组信息,构建中文知识图谱
gabrielStanovsky/qamr
Question-Answer Meaning Representation
ningshixian/NER-CONLL2003
Entity recognition of CONLL2003 corpus using Keras