Skip to content
View zhanghaok's full-sized avatar
😹
多喝板蓝根
😹
多喝板蓝根

Block or report zhanghaok

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. BERT-MRC-NER BERT-MRC-NER Public

    基于BERT-MRC(阅读理解)的命名实体识别模型

    Python 20 2

  2. BERT-CRF-NER BERT-CRF-NER Public

    基于BERT-CRF的命名实体识别模型

    Python 13 1

  3. PolicyKG PolicyKG Public

    SX省财政厅财政政策知识图谱构建与应用

    JavaScript

  4. XJTU-ServerYou-TaxLawKnowledge XJTU-ServerYou-TaxLawKnowledge Public

    XJTU-税友 税收优惠知识图谱构建

    Python

  5. Relation-Extraction-Baseline Relation-Extraction-Baseline Public

    整体是由两个部分组成,首先BERT+CRF抽取Subject和Object,构成统一标签B-{SUB,OBJ,BOTH},I-{SUB,OBJ,BOTH}以及O;然后重用bert的编码向量序列,借鉴R-BERT思路,将[CLS], Subject, Object的向量表征拼接在一起预测关系标签。

    Python

  6. NLP-LSTMGeneratePoem NLP-LSTMGeneratePoem Public

    LSTM生成古诗。当前词预测下一个词

    Python