Git Product home page Git Product logo

bert-kbqa's Introduction

bert-kbqa

基于bert的kbqa系统

预训练模型太大了,无法上传。放在百度网盘了 链接:https://pan.baidu.com/s/1EK-TGghfmj-0HbWl_xe3zg 提取码:jqeg 下载下来放在./bert-kbqa/input/config目录

构造数据集 通过 1_split_data.py 切分数据

通过 2-construct_dataset_ner.py 构造命名实体识别的数据集

通过 3-construct_dataset_attribute.py 构造属性相似度的数据集

通过 4-print-seq-len.py 看看句子的长度

通过 5-triple_clean.py 构造干净的三元组

通过 6-load_dbdata.py 通过创建数据库 和 上传数据

CRF_Model.py 条件随机场模型

BERT_CRF.py bert+条件随机场

NER_main.py 训练命令实体识别的模型

SIM_main.py 训练属性相似度的模型

test_NER.py 测试命令实体识别

test_SIM.py 测试属性相似度

test_pro.py 测试整个项目

主要依赖版本:

torch.version 1.2.0

transformers.version 2.0.0

带有命令运行的py文件的命令都在 该py文件的最上方

bert-kbqa's People

Contributors

997261095 avatar

Watchers

James Cloos 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.