Pinned Repositories
-
the first try to the world!
12306
12306智能刷票,订票
ace2005parser
ACE2005事件抽取数据预处理
Agriculture_KnowledgeGraph
农业知识图谱(AgriKG):农业领域的信息检索,命名实体识别,关系抽取,智能问答,辅助决策
AT4ChineseNER
Adversarial Transfer Learning for Chinese Named Entity Recognition with Self-Attention Mechanism
awesome-Biomedical-EntityLinking-papers
The awesome papers for biomedical entitiy linking/entity alignment/NEL
BERT-BiLSTM-CRF-NER
Tensorflow solution of NER task Using BiLSTM-CRF model with Google BERT Fine-tuning And private server services
Bert_sentence_similarity
Bert预训练模型fine-tune计算文本相似度
Celan
This repository includes the source code for Entity Linking on Chinese Microblogs via Deep Neural Network
Schema-based-Knowledge-Extraction
Code for http://lic2019.ccf.org.cn/kg 信息抽取。使用基于 BERT 的实体抽取和关系抽取的端到端的联合模型。
feileyu's Repositories
feileyu/Schema-based-Knowledge-Extraction
Code for http://lic2019.ccf.org.cn/kg 信息抽取。使用基于 BERT 的实体抽取和关系抽取的端到端的联合模型。
feileyu/12306
12306智能刷票,订票
feileyu/ace2005parser
ACE2005事件抽取数据预处理
feileyu/awesome-Biomedical-EntityLinking-papers
The awesome papers for biomedical entitiy linking/entity alignment/NEL
feileyu/Bert_sentence_similarity
Bert预训练模型fine-tune计算文本相似度
feileyu/CCKS-2018-NER
CCKS 2018 面向中文电子病历的命名实体识别
feileyu/CCW-NER
The source code of Chinese Character-Word NER.
feileyu/Chinese_NER_with_Attention
feileyu/Chinese_NRE
Source code for ACL 2019 paper "Chinese Relation Extraction with Multi-Grained Information and External Linguistic Knowledge"
feileyu/cudnn10.2
feileyu/DSNER
Distantly Supervised NER with Partial Annotation Learning and Reinforcement Learning
feileyu/el-2019-baseline
2019年百度的实体链指比赛(ccks2019),一个baseline
feileyu/ELMoNER
基于ELMo, tensorflow的中文命名实体标注 Chinese Named Entity Recognition Based on ELMo
feileyu/embedding_study
中文预训练模型生成字向量学习,测试BERT,ELMO的中文效果
feileyu/IE-Bert-CNN
一个关于百度2019语言与智能技术竞赛信息抽取 (http://lic2019.ccf.org.cn/kg) 模型, 模型采用BERT+CNN。DEMO地址 https://github.com/Wangpeiyi9979/InformationExtractionDemo
feileyu/Information-Extraction-Chinese
Chinese Named Entity Recognition with IDCNN/biLSTM+CRF, and Relation Extraction with biGRU+2ATT 中文实体识别与关系提取
feileyu/keras_bert_classification
keras for text classification with bert features.
feileyu/kg-baseline-pytorch
2019百度的关系抽取比赛,使用Pytorch实现苏神的模型,F1在dev集可达到0.75,联合关系抽取,Joint Relation Extraction.
feileyu/lightKG
基于Pytorch和torchtext的知识图谱深度学习框架,包含知识表示学习、实体识别与链接、实体关系抽取、事件检测与抽取、知识存储与查询、知识推理六大功能模块,已实现了命名实体识别、关系抽取、事件抽取、表示学习等功能。框架功能丰富,开箱可用,极易上手!基本都是学习他人实现然后自己修改融合到框架中,没有细致调参,且有不少Bug~
feileyu/Medical-named-entity-recognition
本项目是针对医疗数据,进行命名实体识别。项目中有600份标注好的电子病历文本,共需识别含解剖部位、独立症状、症状描述、手术和药物五类实体。该领域的命名实体识别问题是自然语言处理中经典的序列标注问题。
feileyu/named_entity_recognition
中文命名实体识别(包括多种模型:HMM,CRF,BiLSTM,BiLSTM+CRF的具体实现)
feileyu/NER_project
Electronic medical record NER project using idCNN + CRF.
feileyu/nlp-competitions-list-review
复盘所有NLP比赛的TOP方案,只关注NLP比赛,持续更新中!
feileyu/nlp-journey
nlp相关的一些论文及代码, 包括主题模型、词向量(Word Embedding)、命名实体识别(NER)、文本分类(Text Classificatin)、文本生成(Text Generation)、文本相似性(Text Similarity)计算等,涉及到各种与nlp相关的算法,基于keras和tensorflow。
feileyu/nndl.github.io
《神经网络与深度学习》 Neural Network and Deep Learning
feileyu/pytorch-transformers
👾 A library of state-of-the-art pretrained models for Natural Language Processing (NLP)
feileyu/pytorch_multi_head_selection_re
reproduce "Joint entity recognition and relation extraction as a multi-head selection problem" for Chinese IE
feileyu/sohu_baseline
基于BERT的中文命名实体识别(pytorch)
feileyu/starsem2018-entity-linking
Accompanying code for our *SEM 2018 @ NAACL 2018 paper "Mixing Context Granularities for Improved Entity Linking on Question Answering Data across Entity Categories"
feileyu/transformer-xl-chinese
transformer xl在中文文本生成上的尝试(效果意外的好,可写小说、古诗)(transformer xl for text generation of chinese)