lixuanhng / NLP_related_projectsLinks
Mark and summarize the NLP project has been through
☆135Updated 3 years ago
Alternatives and similar repositories for NLP_related_projects
Users that are interested in NLP_related_projects are comparing it to the libraries listed below
Sorting:
- 阿里天池赛:CCKS2021 运营商知识图谱推理问答☆49Updated 3 years ago
- 自然语言处理的基础知识,术语抽取与关键词提取、知识图谱与图嵌入、检索与推荐等☆44Updated 2 years ago
- Chinese-Text-Classification Project including bert-classification, textCNN and so on.☆157Updated 2 years ago
- 中文关系抽取☆94Updated 3 years ago
- 中文命名实体识别NER。用keras实现BILSTM+CRF、IDCNN+CRF、BERT+BILSTM+CRF进行实体识别。结果当然是BERT+BILSTM+CRF最好啦。☆292Updated 5 years ago
- A solution to 2021-CCKS-QA-Task(https://tianchi.aliyun.com/competition/entrance/531904/introduction)☆49Updated 3 years ago
- 本项目采用Keras和Keras-bert实现中文序列标注,对BERT进行微调,并在多个命名实体识别数据集上进行测试。☆48Updated 4 years ago
- 利用指针网络进行信息抽取,包含命名实体识别、关系抽取、事件抽取。☆126Updated 2 years ago
- 事件知识图谱构建相关的论文, 包含事件抽取、事件关系识别等任务☆82Updated 2 years ago
- 使用TensorFlow实现对知识图谱的表征学习,包括transe\transd\transh\transr☆105Updated 4 years ago
- Reimplement CasRel model in PyTorch.使用PyTorch对吉林大学CasRel模型进行复现,并在百度关系抽取数据集上训练测试。☆192Updated 2 years ago
- 本项目用于展示三元组抽取后形成的知识图谱,包括几本小说的实体关系,以及README.md,介绍这方面的一篇文章。☆198Updated 5 years ago
- Using BERT+Bi-LSTM+CRF☆139Updated 3 years ago
- multi-label-classification-4-event-type☆136Updated 2 years ago
- 基于CNN、RNN、GCN、BERT的中文文本分类☆43Updated last year
- ☆34Updated 4 years ago
- 知识图谱三元组抽取(实体-关系-实体,实体-属性-属性值)☆106Updated 3 years ago
- 中文wiki百科QA阅读理解问答系统,使用了CCKS2016数据的NER模型和CMRC2018的阅读理解模型,还有W2V词向量搜索,使用torchserve部署☆91Updated 4 years ago
- OneRel在中文关系抽取中的使用☆126Updated last year
- 在某公司参与的知识图谱相关项目-代码与数据集☆40Updated 5 years ago
- 实体关系抽取,使用了百度比赛的数据集。使用pytorch实现MultiHeadJointEntityRelationExtraction,包含Bert、Albert、gru的使用,并且添加了对抗训练。最后使用Flask和Neo4j图数据库对模型进行了部署☆123Updated 2 years ago
- 中文NER的那些事儿☆318Updated last year
- transE算法 简单python实现 FB15k☆194Updated last year
- 利用bert和textcnn解决多标签文本分类的demo。☆33Updated 2 years ago
- Bert预训练模型fine-tune计算文本相似度☆105Updated 2 years ago
- bert pytorch模型微调用于的多标签文本分类☆133Updated 5 years ago
- 基于BERT+BiLSTM+CRF实现中文命名实体识别☆146Updated 5 years ago
- 有关多任务学习的基于知识图谱的推荐系统和图谱补全(嵌入)联合训练的几篇论文复现☆49Updated 4 years ago
- ☆42Updated 2 years ago
- Pytorch进行长文本分类。这里用到的网络有:FastText、TextCNN、TextRNN、TextRCNN、Transformer☆48Updated 5 years ago