当前位置: 首页 > news >正文

知识图谱学习笔记——(五)知识图谱推理

一、知识学习

声明:知识学习中本文主体按照浙江大学陈华钧教授的《知识图谱》公开课讲义进行介绍,并个别地方加入了自己的注释和思考,希望大家尊重陈华钧教授的知识产权,在使用时加上出处。感谢陈华钧教授。

(一)B站 《浙大知识图谱完整版》——5

学识时间:2023年5月16日15:32:30

5、知识图谱推理

在这里插入图片描述

5.1什么是推理

在这里插入图片描述

5.1.1 Deductive Reasoning——演绎推理

Top-down logic

(1)Modus ponens(肯定前件假言推理)
mode that affirms by affirming(通过确认来确认的模式)

推理举例
P一> Q (conditional statement,环境设定)If today is Tuesday, then John will go to work
P (hypothesis stated,假设设定)Today is Tuesday
Q(conclusion deduced,结论推理)Therefore, John will go to work

(2)Modus tollens(否定后件假言推理)
mode that denies by denying(通过否定来否定的模式)

推理举例
P一> QIf it is raining, then there are clouds in the sky
QThere are no clouds in the sky.
Therefor ,we can conclude that PThus, it is not raining.

(3)Law of syllogism(三段论)

推理举例
P一> QIf Larry is sick, then he will be absent.
Q一>RIf Larry is absent, then he will miss his classwork.
Therefor , P一>RTherefore, if Larry is sick, then he will miss his classwork
5.1.2 Inductive Reasoning——归纳推理

Bottom-up logic
The derivation of general principles from specific observations, for example, if all swans that we have observed so far are white, we may induce that the possibility that all swans are white is reasonable.
将来自特定观测值当做广泛的通用原则,例如,如果到目前为止,我们观测到的所有的天鹅都是白色的,我们很可能得出这种结论,即所有的天鹅都是白色是合理的。

(1)Inductive Generalization(归纳概括)

The proportion Q of the sample has attribute A.
Therefore:
The proportion Q of the population has attribute A.
如果样本的比例Q具有属性A,那么,所有的比例Q都具有属性A

There are 20 balls—either black or white—in an urn. To estimate their respective numbers,you draw a sample of four balls and find that three are black and one is white. A good inductive generalization would be that there are 15 black and five white balls in the urn。
一个盒子里有20个球,非黑即白。为了估计他们各自的数目,你做了一个4个球的取样,发现有3个黑的一个白的。那么比较好的归纳概括结果是,在盒子里共有15个黑的和5个白的球。

(2)Statistical syllogism(统计三段论)
A proportion Q of population P has attribute A.
An individual X is a member of P.
Therefore:
There is a probability which corresponds to Q that X has A.

如果所有的P的比例Q有属性A,且独立样本X是P的成员,那么,很可能X也有A属性。

90% of graduates from Excelsior Preparatory school go on to University.Bob is a graduate of Excelsior Preparatory school.Bob will go on to University.
从卓越预科学校毕业的学生有90%的人接着上了大学。Bob是从卓越预科学校毕业的。bob也将继续上大学。

5.1.3 Abductive Reasoning——溯因推理

Inference to the best explanation(最佳解释推理)
a form of logical inference which starts with an observation or set of observations then seeks to find the simplest and most likely explanation for the observations。
逻辑推理的一种形式,此方法从一个或一组观察结果开始,然后试图找到对此观测结果最简单、最可能的解释。
For E to be an explanation of O (Observation) according to T (Theory), it should satisfy two conditions:O follows from E and T;E is consistent with T.
对于E是根据理论T得出的针对观察O的一个解释,这需要满足两个条件:一个是观测O是跟随解释E和理论T产生的;另一个是解释E是与理论T一致的。

5.2 知识图谱推理简介

5.3基于符号逻辑的知识图谱推理

5.3.1 基于Ontology的推理
5.3.2 规则的推理

5.4基于表示学习的知识图谱推理

5.4.1基于嵌入学习的知识图谱推理
5.4.2基于规则学习的知识图谱推理
5.4.3Ontology Embedding—本体概念层推理






★☆●◆□◇▲△■

6、知识图谱融合

6.1知识图谱融合概述

6.2概念层融合——本体匹配

6.3实例层的融合——实体对齐

6.4知识融合技术前沿

7、知识图谱问答

7.1 智能问答系统概述

7.2基于查询模版的知识图谱问答

7.3基于语义解析的知识图谱问答

7.4基于检索排序的知识图谱问答

7.5基于深度学习的知识图谱问答

8、图算法与图数据分析

8.1图的基本知识

8.2基础图算法

8.3图神经网络与图表示学习

8.4图神经网络与知识图谱

9、知识图谱技术发展

9.1 多模态知识图谱

9.2 知识图谱与语言预训练

9.3 事理知识图谱

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

http://www.lryc.cn/news/68766.html

相关文章:

  • 用vs2010编译和调试多个arx版本的arx项目
  • 安全相关词汇
  • 最新入河排污口设置论证、水质影响预测与模拟、污水处理工艺分析及典型建设项目入河排污口方案报告书
  • 2023年认证杯二阶段C题数据合并python以及matlab多途径实现代码
  • Win11校园网不弹出登录页面怎么回事?
  • S32K144低功耗休眠与唤醒实践总结
  • 一文吃透 Vue 框架教程(上)
  • 堆排序与取topK java实现
  • https通信流程通俗理解
  • 银行零售业务转型方法论:打造数字化的“有机体”
  • 【STM32】STM32使用RFID读卡器
  • spring集成mybatis的原理
  • 限速神器RateLimiter源码解析 | 京东云技术团队
  • spring中怎样优化第三方bean?
  • 8分钟的面试,我直呼太变态了......
  • 别去外包,干了3年,彻底废了......
  • ipa如何安装到iphone
  • 照片从安卓手机中消失了?让他们恢复回来的几个方法请收好
  • 哪个年龄段人群喜欢养宠物?18-25岁占比最高,达31%
  • 使用Apache POI数据导出及EasyExcel进行十万、百万的数据导出
  • 八种故障排障思路
  • JavaScript全解析——this指向
  • MySQL中ON DUPLICATE KEY UPDATE和REPLACE INTO区别
  • 37本国产SCI期刊推荐!涵盖9大领域,建议收藏!②
  • 掌握无缝云迁移方法的数据集成
  • unity 3种办法实现血条效果并实现3d世界血条一直看向摄像机
  • Jenkins流水线整合k8s实现代码自动集成和部署
  • @PulsarConsumer注解2
  • AIGC 综述 2023:A History of Generative AI from GAN to ChatGPT
  • 【JOSEF约瑟 JDZS-1202B 可调断电延时中间继电器 精度高、延时宽、】