kyzhouhzau / NLPGNN
1. Use BERT, ALBERT and GPT2 as tensorflow2.0's layer. 2. Implement GCN, GAN, GIN and GraphSAGE based on message passing.
☆334Updated 8 months ago
Alternatives and similar repositories for NLPGNN
Users that are interested in NLPGNN are comparing it to the libraries listed below
Sorting:
- using bilstm-crf,bert and other methods to do sequence tagging task☆415Updated last year
- Source code for ACL 2019 paper "Chinese Relation Extraction with Multi-Grained Information and External Linguistic Knowledge"☆270Updated 5 years ago
- Implementation of our papers Joint entity recognition and relation extraction as a multi-head selection problem (Expert Syst. Appl, 2018)…☆416Updated 4 years ago
- distant supervised relation extraction models: PCNN MIL (Zeng 2015), PCNN+ATT(Lin 2016). 关系抽取☆502Updated 5 years ago
- Multiple-Relations-Extraction-Only-Look-Once. Just look at the sentence once and extract the multiple pairs of entities and their corresp…☆346Updated 5 years ago
- Hierarchically-Refined Label Attention Network for Sequence Labeling☆290Updated 4 years ago
- PyTorch solution of named entity recognition task Using Google AI's pre-trained BERT model.☆445Updated 2 years ago
- Neural Relation Extraction implemented in PyTorch☆219Updated 6 years ago
- Reject complicated operations for incorporating lexicon for Chinese NER.☆435Updated 3 years ago
- some baselines for lic2020 (http://lic2020.cipsc.org.cn/)☆218Updated 5 years ago
- The code of ACL 2019 paper: Matching Article Pairs with Graphical Decomposition and Convolutions☆236Updated 4 years ago
- This repo contains a PyTorch implementation of a BiLSTM-CRF model for named entity recognition task.☆120Updated 5 years ago
- Lstm-crf,Lattice-CRF,bert-ner及近年ner相关论文follow☆565Updated 6 years ago
- CCKS 2019 中文短文本实体链指比赛技术创新奖解决方案☆410Updated 2 years ago
- bert-bilstm-crf implemented in pytorch for named entity recognition.☆280Updated 3 years ago
- ☆345Updated 5 years ago
- Joint Extraction of Entities and Relations Based on cnn+rnn☆185Updated 3 years ago
- Named Recognition Entity based on BERT and CRF 基于BERT+CRF的中文命名实体识别☆183Updated 2 years ago
- baidu aistudio event extraction competition☆224Updated 2 years ago
- ☆278Updated 4 years ago
- Adversarial Transfer Learning for Chinese Named Entity Recognition with Self-Attention Mechanism☆199Updated 6 years ago
- USING BERT FOR Attribute Extraction in KnowledgeGraph. fine-tuning and feature extraction. …☆265Updated 6 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
- Code for http://lic2019.ccf.org.cn/kg 信息抽取。使用基于 BERT 的实体抽取和关系抽取的端到端的联合模型。☆287Updated 5 years ago
- Codes for "TENER: Adapting Transformer Encoder for Named Entity Recognition"☆375Updated 4 years ago
- Implementation of XLNet that can load pretrained checkpoints☆171Updated 3 years ago
- Text-Similarity Method in Pytorch☆470Updated 6 years ago
- albert + lstm + crf实体识别,pytorch实现。识别的主要实体是人名、地名、机构名和时间。albert + lstm + crf (named entity recognition)☆136Updated 2 years ago
- 2019百度的关系抽取比赛,使用Pytorch实现苏神的模型,F1在dev集可达到0.75,联合关系抽取,Joint Relation Extraction.☆314Updated 4 years ago
- 中文问题句子相似度计算比赛及方案汇总☆300Updated 4 years ago