All Projects → GaoQ1 → Chinese Relation Extraction

GaoQ1 / Chinese Relation Extraction

Relation Extraction 中文关系提取

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Chinese Relation Extraction

Open Entity Relation Extraction
Knowledge triples extraction and knowledge base construction based on dependency syntax for open domain text.
Stars: ✭ 350 (+514.04%)
Mutual labels:  relation-extraction
Lightnlp
基于Pytorch和torchtext的自然语言处理深度学习框架。
Stars: ✭ 739 (+1196.49%)
Mutual labels:  relation-extraction
Pytorch Nre
Neural Relation Extraction in Pytorch
Stars: ✭ 20 (-64.91%)
Mutual labels:  relation-extraction
Chinesenre
中文实体关系抽取,pytorch,bilstm+attention
Stars: ✭ 463 (+712.28%)
Mutual labels:  relation-extraction
Awesome Relation Extraction
📖 A curated list of awesome resources dedicated to Relation Extraction, one of the most important tasks in Natural Language Processing (NLP).
Stars: ✭ 656 (+1050.88%)
Mutual labels:  relation-extraction
Nre
Neural Relation Extraction, including CNN, PCNN, CNN+ATT, PCNN+ATT
Stars: ✭ 795 (+1294.74%)
Mutual labels:  relation-extraction
Aggcn
Attention Guided Graph Convolutional Networks for Relation Extraction (authors' PyTorch implementation for the ACL19 paper)
Stars: ✭ 318 (+457.89%)
Mutual labels:  relation-extraction
Bbw
Semantic annotator: Matching CSV to a Wikibase instance (e.g., Wikidata) via Meta-lookup
Stars: ✭ 42 (-26.32%)
Mutual labels:  relation-extraction
Nlp paper study
研读顶会论文,复现论文相关代码
Stars: ✭ 691 (+1112.28%)
Mutual labels:  relation-extraction
Knowledge Graphs
A collection of research on knowledge graphs
Stars: ✭ 845 (+1382.46%)
Mutual labels:  relation-extraction
Knowledge Graph Learning
A curated list of awesome knowledge graph tutorials, projects and communities.
Stars: ✭ 516 (+805.26%)
Mutual labels:  relation-extraction
Deepke
基于深度学习的开源中文关系抽取框架
Stars: ✭ 525 (+821.05%)
Mutual labels:  relation-extraction
Nrepapers
Must-read papers on neural relation extraction (NRE)
Stars: ✭ 831 (+1357.89%)
Mutual labels:  relation-extraction
Usc Ds Relationextraction
Distantly Supervised Relation Extraction
Stars: ✭ 378 (+563.16%)
Mutual labels:  relation-extraction
Rex
REx: Relation Extraction. Modernized re-write of the code in the master's thesis: "Relation Extraction using Distant Supervision, SVMs, and Probabalistic First-Order Logic"
Stars: ✭ 21 (-63.16%)
Mutual labels:  relation-extraction
Casrel
A Novel Cascade Binary Tagging Framework for Relational Triple Extraction. Accepted by ACL 2020.
Stars: ✭ 329 (+477.19%)
Mutual labels:  relation-extraction
Entity Relation Extraction
Entity and Relation Extraction Based on TensorFlow and BERT. 基于TensorFlow和BERT的管道式实体及关系抽取,2019语言与智能技术竞赛信息抽取任务解决方案。Schema based Knowledge Extraction, SKE 2019
Stars: ✭ 784 (+1275.44%)
Mutual labels:  relation-extraction
Exemplar
An open relation extraction system
Stars: ✭ 46 (-19.3%)
Mutual labels:  relation-extraction
Jointre
End-to-end neural relation extraction using deep biaffine attention (ECIR 2019)
Stars: ✭ 41 (-28.07%)
Mutual labels:  relation-extraction
Gigabert
Zero-shot Transfer Learning from English to Arabic
Stars: ✭ 23 (-59.65%)
Mutual labels:  relation-extraction

Chinese-relation-extraction

中文关系提取,这个仓库是在thunlp/Tensorflow-NRE基础上改的。原始项目是支持英文的,这个项目对原始代码做了些修改可以支持中文。

Overview

  • Embedding
    • Word embedding
    • Position embedding
  • Encoder
    • PCNN
    • CNN
    • RNN
    • Bidirection RNN
  • Selector
    • Attention
    • Maximum
    • Average
  • Classifier
    • Softmax Loss Function
    • Output

Requirements

  • Python (>=2.7)
  • Numpy (>=1.13.3)
  • TensorFlow (>=1.4.1)
    • CUDA (>=8.0) if you are using gpu
  • Matplotlib (>=2.0.0)
  • scikit-learn (>=0.18)

How to use and data

具体的用法参照原文,原文中数据转换比较麻烦,为了方便大家我将转换完的数据放在了云盘上,大家可自行下载。nyt,密码:pkas origindata,密码:3uyg

Reference

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].