onehaitao / Att-BLSTM-relation-extraction
Implementation of Attention-Based Bidirectional Long Short-Term Memory Networks for Relation Classification.
☆76Updated 3 years ago
Alternatives and similar repositories for Att-BLSTM-relation-extraction:
Users that are interested in Att-BLSTM-relation-extraction are comparing it to the libraries listed below
- ☆27Updated last year
- Pytorch进行长文本分类。这里用到的网络有:FastText、TextCNN、TextRNN、TextRCNN、Transformer☆46Updated 4 years ago
- Code for ACL 2021 paper. MECT: Multi-Metadata Embedding based Cross-Transformer for Chinese Named Entity Recognition.☆67Updated 3 years ago
- NER任务SOTA模型BERT_MRC☆60Updated 11 months ago
- ☆39Updated 2 years ago
- 论文复现《Named Entity Recognition as Dependency Parsing》☆129Updated 3 years ago
- PyTorch使用BERT进行英语多标签文本分类☆33Updated 2 years ago
- ☆41Updated 3 years ago
- 一个简单的中文事件抽取模型,触发词和实体联合标注识别,同时判定实体角色。☆72Updated 4 years ago
- bert pytorch模型微调用于的多标签文本分类☆128Updated 5 years ago
- 基于pytorch+bert的中文事件抽取☆70Updated 2 years ago
- 百度2021年语言与智能技术竞赛多形态信息抽取赛道关系抽取部分torch版baseline☆51Updated 3 years ago
- 多模型中文cnews新闻文本分类☆53Updated 4 years ago
- Relation Extraction 论文复现☆47Updated 5 years ago
- bert文本多分类(情感分析)、bert-bilstm-crf序列标注任务(快递地址的序列标注任务)☆31Updated 3 years ago
- 在原本BERT-BILSTM-CRF上融合GCN和词性标签等做NER任务☆26Updated 3 years ago
- pytorch implementation of multi-label text classification, includes kinds of models and pretrained. Especially for Chinese preprocessing.☆75Updated 5 years ago
- CMeEE/CBLUE/NER实体识别☆125Updated 2 years ago
- pytorch实现 基于Bert+BiLSTM+CRF的中文命名实体识别☆42Updated 3 years ago
- TPlinker for NER 中文/英文命名实体识别☆122Updated 3 years ago
- 使用基于Transformer的预训练模型在ACE2005数据集上进行事件抽取任务☆157Updated 4 years ago
- 篇章级事件抽取☆20Updated 4 years ago
- 基于Pytorch的命名实体识别框架,支持LSTM+CRF、Bert+CRF、RoBerta+CRF等框架☆82Updated last year
- 基于Pytorch实现的一些经典自然语言处理模型中文短文本分类任务,包含TextCNN,TextRCNN,FastText,BERT,ROBERT以及ERNIE☆52Updated 4 years ago
- GPLinker_pytorch☆80Updated 2 years ago
- Implementation of Relation Classification via Convolutional Deep Neural Network.☆19Updated 3 years ago
- 基于Pytorch+BERT+CRF的NLP序列标注模型,目前包括分词,词性标注,命名实体识别等☆58Updated 2 years ago
- 复现论文《Simplify the Usage of Lexicon in Chinese NER》☆42Updated 3 years ago
- 实体关系抽取,使用了百度比赛的数据集。使用pytorch实现MultiHeadJointEntityRelationExtraction,包含Bert、Albert、gru的使用,并且添加了对抗训练。最后使用Flask和Neo4j图数据库对模型进行了部署☆120Updated last year
- 百度2020语言与智能技术竞赛:事件抽取赛道方案代码☆53Updated 4 years ago