confidense's Stars
Yimi81/VLP2MSA
VLP2MSA [Knowledge-Based Systems]
hubufeng/joint-entity-and-relation-extraction
基于并联残差膨胀卷积网络的短文本实体关系联合抽取
BarryZM/NLP-Series-relation-extraction
NLP关系抽取:序列标注、层叠式指针网络、Multi-head Selection、Deep Biaffine Attention
swx-10/re-keras_bert
使用keras-bert,实现关系抽取
Lilydark/casrel_torch
基于torch的casrel关系抽取算法
SpringDuB/SpERT_RelationExaction
基于SpERT联合式抽取模型实现的关系抽取
case-smart-data-engineering/8.2.2-1
基于BERT-BiLSTM-Softmax的关系抽取
taishan1994/SpERT_chinese
基于论文SpERT: "Span-based Entity and Relation Transformer"的中文关系抽取,同时抽取实体、实体类别和关系类别。
Bureaux-Tao/chip2020_relation_extraction
CHIP 2020 中文医学文本实体关系抽取
ChocoWu/MRE-ISE
About Codes for ACL 2023 paper: Exploiting! Multimodal Relation Extraction with Feature Denoising and Multimodal Topic Modeling.
phos-phophy/creed
Relation extraction (RE) is the task of discovering entities' relations in weakly structured text. There are a lot of applications for RE. However, despite the increasing number of studies, there is a lack of cross-domain evaluation researches. The purpose of this work is to explore how models can be adapted to the changing types of entities
HesamFarjad/RelationExtraction
The primary NLP job of inferring semantic relationships between items from text is known as relation extraction (RE). In order to anticipate the link between tokens that make up entity spans, most supervised RE approaches use training modules to tag the tokens.
OdaiMohammad/pure-ere-reproduction
This repo contains a reproduction of the PURE system descriped in the research paper titled "A Frustratingly Easy Approach for Entity and Relation Extraction"
daviden1013/NLP_IE_Pipelines
This is a general Natural Language Processing (NLP) system that comprised of a Named Entity Recognition (NER) module and a Relation Extraction (RE) module.
as2407/biomedical-relation-extraction
Conducted in-depth research and created a pipeline integrating BiLSTM with CRF for Named Entity Recognition and Relation Extraction
CGCL-codes/E-2CNN
A cascaded pointer networks approach for financial hyper-relation extraction which models relationship as functions that map subjects to objects and takes into account the entity's type information
WY-Lan/IntelliMed
IntelliMed Nexus Toolchain is a plug-and-play model and can be used for medical entity recognition, medical relation extraction, and medical event extraction
ghostintheshellarise/BiomedicalText
Data sets I curated from Gold Standard to facilitate my work on Causal Relation Extraction between Biomedical Entities
PerfectQing/NER-RE-KG
A visual online named entity recognition(Relation extraction, Knowledge graph) website, currently only implements the function of NER.
susansjy/Relation-Extraction
A relation extraction model to extract the relation 'nationality' between a person and a geopolitical entity (GPE) from a dataset of text documents.
suolyer/PyTorch_BERT_MultiHead_RelationExtract
复现论文《Joint entity recognition and relation extraction as a multi-head selection problem》
yanzhh/JointERE
Source code of "An Empirical Study of Pipeline vs. Joint Approaches to Entity and Relation Extraction"
nafisa26091998/NLP-on-PUBMED-articles
Combination of fetching PUBMED articles, named entity recognition and relation extraction, to construct biomedical knowledge graphs.
shinhh9554/i2b2_end_to_end
End-to-End BioMedical Field Entity and Relation Extraction using Various Pre-trained Language Models
kosciukiewicz/similarity-based-memory-re
Official PyTorch implementation of the paper "Similarity-based Memory Enhanced Joint Entity and Relation Extraction" accepted on the International Conference on Computational Science 2023.
binbinbin666/RSRNeT
RSRNeT: A Novel Multi-modal Network Framework for Named Entity Recognition and Relation Extraction
miswi/PURE
"A Frustratingly Easy Approach for Entity and Relation Extraction",2021NAACAL论文复现
pavalucas/Bete
The official implementation for the paper "Bete: A Brazilian Portuguese Dataset for Named Entity Recognition and Relation Extraction in the Diabetes Healthcare Domain".
WeizheYang-SHIN/SGAN4RE
The code for a paper "Learning semantic patterns from scratch for entity relation extraction"
Joel4U/SpanIE
A span-based joint named entity recognition (NER) and relation extraction model with Roberta