GithubHelp home page GithubHelp logo

yueyedeai / knowledgegraph_ner Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pumpkinduo/knowledgegraph_ner

0.0 0.0 0.0 1.62 MB

中文医学知识图谱命名实体识别,包括bi-LSTM+CRF,transformer+CRF等模型

Python 100.00%

knowledgegraph_ner's Introduction

medical_NER

本项目数据集来自ccks2017任务二,任务是中文病例的命名实体识别

数据处理后主要类标

"O" "B-body" "I-body" "E-body" "B-symp" "I-symp" "E-symp" "B-dise" "I-dise" "E-dise" "B-chec" "I-chec" "E-chec" "B-cure" "I-cure" "E-cure"

模型结构

采用bi-LSTM+CRF/transformer+CRF,此后会对模型进行优化,数据根据需求处理。
1.dataset文件夹 原始数据
2.LSTM_CRF.py bi-LSTM模型
3.data_util.py 数据处理
4.train.py main
5.transformer_CRF transformer模型

Requirements

python 3
tensorflow 1.12

评价指标

microF1 打分函数precision_recall_fscore_support

knowledgegraph_ner's People

Contributors

pumpkinduo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.