本项目用于展示三元组抽取后形成的知识图谱,包括几本小说的实体关系,以及README.md,介绍这方面的一篇文章。
☆203Apr 28, 2020Updated 5 years ago
Alternatives and similar repositories for knowledge_graph_demo
Users that are interested in knowledge_graph_demo are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 本项目是利用深度学习技术来构建知识图谱方向上的一次尝试,作为开放领域的关系抽取,算是笔者的一次创新,目前在这方面的文章和项目都很少。☆315May 25, 2023Updated 2 years ago
- 限定领域的三元组抽取的一次尝试,本文将会介绍笔者在2019语言与智能技术竞赛的三元组抽取比赛方面的一次尝试。☆133Mar 24, 2023Updated 2 years ago
- 知识图谱三元组抽取(实体-关系-实体,实体-属性-属性值)☆110Jul 26, 2021Updated 4 years ago
- 结合BERT+GRU+ATT模型,对自己收集的人物关系数据进行模型训练,用于人物关系抽取。☆324Mar 24, 2023Updated 2 years ago
- 基于BERT+Biaffine结构的关系抽取模型☆12Feb 23, 2022Updated 4 years ago
- 爬取去哪网热门景点信息,抽取三元组信息,构建中文知识图谱☆12Apr 27, 2021Updated 4 years ago
- ChinesePersonRelationGraph, person relationship extraction based on nlp methods.中文人物关系知识图谱项目,内容包括中文人物关系图谱构建,基于知识库的数据回标,基于远程监督与bootstrappi…☆929Dec 15, 2018Updated 7 years ago
- An experimental desktop client for using Claude Desktop's MCP with Novelcrafter codices.☆10Dec 3, 2024Updated last year
- 这段代码会根据用户定义的正则表达式规则从文本中抽取属性三元组,我用它完成知识图谱构建的一个环节,使用方法写在README中,欢迎交流和指正!☆11Apr 4, 2021Updated 4 years ago
- 依存句法实现关系三元组的自动抽取☆99Dec 6, 2021Updated 4 years ago
- 金庸的功夫流派、人物关系、江湖门派的分析案例,涉及到知识图谱、wordcloud词云图.☆16Jan 2, 2021Updated 5 years ago
- 爬取百度百科词条,抽取三元组,构建知识图谱☆36Sep 28, 2019Updated 6 years ago
- 知识图谱初探,关系抽取,实体抽取,基于kb的问答,基于es的 问答,知识图谱可视化☆60Jul 25, 2019Updated 6 years ago
- 中文关系抽取☆465Jun 12, 2023Updated 2 years ago
- 抽取中文三元组☆95Mar 24, 2023Updated 2 years ago
- NER and RE in medical insurance。用于医疗领域的知识图谱构建,通过DL中的相关算法,实现领域实体的命名实体识别和关系抽取。☆65Dec 1, 2019Updated 6 years ago
- 结构化信息抽取,知识构建。☆16Jun 20, 2019Updated 6 years ago
- A Comprehensive survey on business use cases of AI that help them thrive in the digital economy☆13Oct 7, 2020Updated 5 years ago
- 农业知识图谱(AgriKG) :农业领域的信息检索,命名实体识别,关系抽取,智能问答,辅助决策☆4,336Feb 11, 2025Updated last year
- 中文关系抽取☆95Oct 9, 2021Updated 4 years ago
- GlobalPoiner中文医疗文本嵌套与非嵌套医疗文本命名实体识别实验☆14May 7, 2022Updated 3 years ago
- An experiment and demo-level tool for text information extraction (event-triples extraction), which can be a route to the event chain an…☆932Nov 26, 2022Updated 3 years ago
- Entity and Relation Extraction Based on TensorFlow and BERT. 基于TensorFlow和BERT的管道式实体及关系抽取,2019语言与智能技术竞赛信息抽取任务解决方案。Schema based Knowledge …☆1,230Jun 1, 2020Updated 5 years ago
- 使用Bert完成实体之间关系抽取☆756Updated this week
- Consumer Event Cause Extraction Baseline Model☆16Aug 3, 2020Updated 5 years ago
- 基于pytorch的中文三元组提取(命名实体识别+关系抽取)☆362May 12, 2023Updated 2 years ago
- 中文实体关系抽取,pytorch,bilstm+attention☆769Nov 13, 2021Updated 4 years ago
- 使用R-BERT模型对人物关系模型进行分类,效果有显著提升。☆24Mar 22, 2023Updated 3 years ago
- 本项目使用大语言模型(LLM)进行开放领域三元组抽取。☆32Sep 29, 2023Updated 2 years ago
- 2019百度的关系抽取比赛,使用Pytorch实现苏神的模型,F1在dev集可达到0.75,联合关系抽取,Joint Relation Extraction.☆315Jul 4, 2020Updated 5 years ago
- CMeIE/CBLUE/CHIP/实体关系抽取/SPO抽取☆239Jun 15, 2022Updated 3 years ago
- 一个关于百度2019语言与智能技术竞赛信息抽取 (http://lic2019.ccf.org.cn/kg) 的简单Demo, 模型采用BERT+CNN ( https://github.com/Wangpeiyi9979/IE-Bert-CNN )。 Demo使用Fl…☆126May 14, 2019Updated 6 years ago
- Jiagu深度学习自然语言处理工具 知识图谱关系抽取 中文分词 词性标注 命名实体识别 情感分析 新词发现 关键词 文本摘要 文本聚类☆3,420May 7, 2022Updated 3 years ago
- 2020语言与智能技术竞赛:关系抽取任务(https://aistudio.baidu.com/aistudio/competition/detail/31?lang=zh_CN)☆24May 19, 2020Updated 5 years ago
- Code for http://lic2019.ccf.org.cn/kg 信息抽取。使用基于 BERT 的实体抽取和关系抽取的端到端的联合模型。☆288May 14, 2019Updated 6 years ago
- ☆14Apr 26, 2025Updated 10 months ago
- 基于远监督的中文关系抽取☆386May 13, 2021Updated 4 years ago
- Hello world demonstration for Weblate☆14Jan 20, 2026Updated 2 months ago
- Exploration: using technology to aid people who lack both the ability to speak and fine motor control.☆22Oct 24, 2024Updated last year