kyzhouhzau / NLPGNN
1. Use BERT, ALBERT and GPT2 as tensorflow2.0's layer. 2. Implement GCN, GAN, GIN and GraphSAGE based on message passing.
☆333Updated 5 months ago
Alternatives and similar repositories for NLPGNN:
Users that are interested in NLPGNN are comparing it to the libraries listed below
- using bilstm-crf,bert and other methods to do sequence tagging task☆414Updated last year
- Source code for ACL 2019 paper "Chinese Relation Extraction with Multi-Grained Information and External Linguistic Knowledge"☆268Updated 4 years ago
- Implementation of our papers Joint entity recognition and relation extraction as a multi-head selection problem (Expert Syst. Appl, 2018)…☆414Updated 3 years ago
- some baselines for lic2020 (http://lic2020.cipsc.org.cn/)☆218Updated 4 years ago
- Reject complicated operations for incorporating lexicon for Chinese NER.☆436Updated 2 years ago
- Joint Extraction of Entities and Relations Based on cnn+rnn☆186Updated 3 years ago
- PyTorch solution of named entity recognition task Using Google AI's pre-trained BERT model.☆442Updated last year
- The code of ACL 2019 paper: Matching Article Pairs with Graphical Decomposition and Convolutions☆236Updated 4 years ago
- Lstm-crf,Lattice-CRF,bert-ner及近年ner相关论文follow☆567Updated 6 years ago
- ☆345Updated 4 years ago
- distant supervised relation extraction models: PCNN MIL (Zeng 2015), PCNN+ATT(Lin 2016). 关系抽取☆500Updated 4 years ago
- Multiple-Relations-Extraction-Only-Look-Once. Just look at the sentence once and extract the multiple pairs of entities and their corresp…☆347Updated 5 years ago
- Codes for "TENER: Adapting Transformer Encoder for Named Entity Recognition"☆373Updated 4 years ago
- bert-bilstm-crf implemented in pytorch for named entity recognition.☆275Updated 3 years ago
- 使用预训练语言模型ALBERT做中文NER☆468Updated 4 years ago
- 以词为基本单位的中文BERT☆463Updated 3 years ago
- Neural Relation Extraction implemented in PyTorch☆219Updated 6 years ago
- ☆453Updated 3 years ago
- Code for ACL 2020 paper `A Unified MRC Framework for Named Entity Recognition`☆666Updated last year
- Adversarial Transfer Learning for Chinese Named Entity Recognition with Self-Attention Mechanism☆201Updated 6 years ago
- ☆279Updated 4 years ago
- Hierarchically-Refined Label Attention Network for Sequence Labeling☆289Updated 3 years ago
- Keras solution of Chinese NER task using BiLSTM-CRF/BiGRU-CRF/IDCNN-CRF model with Pretrained Language Model: supporting BERT/RoBERTa/ALB…☆12Updated last year
- 2019百度的关系抽取比赛,使用Pytorch实现苏神的模型,F1在dev集可达到0.75,联合关系抽取,Joint Relation Extraction.☆314Updated 4 years ago
- transform multi-label classification as sentence pair task, with more training data and information☆179Updated 5 years ago
- 使用谷歌预训练bert做字嵌入的BiLSTM-CRF序列标注模型☆473Updated 5 years ago
- implementation several deep text match (text similarly) models for keras . cdssm, arc-ii,match_pyramid, mvlstm ,esim, drcn ,bimpm, bert, …☆291Updated 4 years ago
- 中文问题句子相似度计算比赛及方案汇总☆297Updated 4 years ago
- Pytorch BERT-BiLSTM-CRF For NER☆408Updated 4 years ago