JHWen / Chinese_ner_tensorflowLinks
A very simple BiLSTM-CRF model for Chinese Named Entity Recognition 中文命名实体识别 (TensorFlow)
☆17Updated 6 years ago
Alternatives and similar repositories for Chinese_ner_tensorflow
Users that are interested in Chinese_ner_tensorflow are comparing it to the libraries listed below
Sorting:
- 中文命名实体识别& 中文命名实体检测 python实现 基于字+ 词位 分别使用tensorflow IDCNN+CRF 及 BiLSTM+CRF 搭配词性标注实现中文命名实体识别及命名实体检测☆65Updated 6 years ago
- Chinese NER using BiLSTM/BERT + CRF☆64Updated 4 years ago
- 在bert模型的pre_training基础上进行text_cnn文本分类☆79Updated 5 years ago
- 实现了一下multi-head-selection联合关系实体抽取☆31Updated 6 years ago
- 实体识别和关系抽取的联合模型☆124Updated 6 years ago
- 关系抽取个人实战总结以及开源工具包使用☆56Updated 6 years ago
- albert + lstm + crf实体识别,pytorch实现。识别的主要实体是人名、地名、机构名和时间。albert + lstm + crf (named entity recognition)☆137Updated 3 years ago
- pytorch实现TextCNN、TextRNN、TextRCNN、Attention+RNN、DPCNN进行文本分类☆15Updated 4 years ago
- bert实现中文关系抽取☆17Updated 2 years ago
- 限定领域的三元组抽取的一次尝试,本文将会介绍笔者在2019语言与智能技术竞赛的三元组抽取比赛方面的一次尝试。☆134Updated 2 years ago
- Tensorflow 1.x solution for chinese NER task, using ALBERT-LSTM-CRF model☆17Updated 5 years ago
- Named Recognition Entity based on BERT and CRF 基于BERT+CRF的中文命名实体识别☆185Updated 2 years ago
- 实体链接demo☆65Updated 6 years ago
- 中文关系抽取☆137Updated 6 years ago
- bilstm _Attention_crf☆38Updated 6 years ago
- 2020语言与智能技术竞赛:关系抽取任务☆65Updated 5 years ago
- 基于知识库的问答系统。其中使用带注意力机制的对抗迁移学习做中文命名实体识别,使用BERT模型做句子相似度分析。☆37Updated 6 years ago
- 微调预训练语言模型,解决多标签分类任务(可加载BERT、Roberta、Bert-wwm以及albert等知名开源tf格式的模型)☆141Updated 5 years ago
- The word2vec-BiLSTM-CRF model for CCKS2019 Chinese clinical named entity recognition.☆75Updated 6 years ago
- code for ACL2020:《FLAT: Chinese NER Using Flat-Lattice Transformer》 我注释&修改&添加了部分源码,使得大家更容易复现这个代码。☆56Updated 5 years ago
- NLP关系抽取:序列标注、层叠式指针网络、Multi-head Selection、Deep Biaffine Attention☆101Updated 4 years ago
- 事件抽取相关算法汇总☆126Updated 6 years ago
- pytorch implementation of multi-label text classification, includes kinds of models and pretrained. Especially for Chinese preprocessing.☆78Updated 5 years ago
- 迭代膨胀卷积命名实体抽取☆44Updated 6 years ago
- Relation Extraction 中文关系提取☆74Updated 7 years ago
- ☆92Updated 7 years ago
- Keras solution of simple Knowledge-Based QA task with Pretrained Language Model: supporting BERT/RoBERTa/ALBERT☆22Updated 2 years ago
- Keras solution of Chinese NER task using BiLSTM-CRF/BiGRU-CRF/IDCNN-CRF model with Pretrained Language Model: supporting BERT/RoBERTa/ALB…☆13Updated 2 years ago
- Pytorch-BERT-CRF-NER;Chinese-Named-Entity-Recognition☆47Updated 4 years ago
- 本项目是NLP领域一些任务的基准模型实现,包括文本分类、命名实体识别、实体关系抽取、NL2SQL、CKBQA以及BERT的各种下游任务应用。☆48Updated 4 years ago