版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報或認(rèn)領(lǐng)
文檔簡介
X.Firstorderlogic(FOL)
Autumn2012Instructor:WangXiaolongHarbinInstituteofTechnology,ShenzhenGraduateSchoolIntelligentComputationResearchCenter(HITSGSICRC)X.Firstorderlogic(FOL)AOutlineWhyFOL?SyntaxandsemanticsofFOLUsingFOLWumpusworldinFOLKnowledgeengineeringinFOLOutlineWhyFOL?ProsandconsofpropositionallogicPropositionallogicisdeclarativePropositionallogicallowspartial/disjunctive/negatedinformation(unlikemostdatastructuresanddatabases)Propositionallogiciscompositional:meaningofB1,1
P1,2isderivedfrommeaningofB1,1andofP1,2Meaninginpropositionallogiciscontext-independent(unlikenaturallanguage,wheremeaningdependsoncontext)Propositionallogichasverylimitedexpressivepower(unlikenaturallanguage)E.g.,cannotsay"pitscausebreezesinadjacentsquares“exceptbywritingonesentenceforeachsquareProsandconsofpropositionalFirst-orderlogicWhereaspropositionallogicassumestheworldcontainsfactsFirst-orderlogic(likenaturallanguage)assumesacarcontainsObjects:people,houses,numbers,colors,baseballgames,wars,…Relations:red,round,prime,brotherof,biggerthan,partof,comesbetween,…Functions:fatherof,bestfriend,onemorethan,plus,…First-orderlogicWhereaspropoExamples:“Oneplustwoequalsthree” Objects: Relations: Properties: Functions:“SquaresneighboringtheWumpusaresmelly” Objects: Relations: Properties: Functions:Examples:“OneplustwoequalsExamples:“Oneplustwoequalsthree” Objects: one,two,three,oneplustwo Relations: equals Properties: -- Functions: plus(“oneplustwo”isthenameoftheobject obtainedbyapplyingfunctionplustooneandtwo; threeisanothernameforthisobject)“SquaresneighboringtheWumpusaresmelly” Objects: Wumpus,square Relations: neighboring Properties: smelly Functions: --Examples:“OneplustwoequalsSemanticsthereisacorrespondencebetweenfunctions,whichreturnvaluespredicates,whicharetrueorfalseFunction:father_of(Mary)=BillPredicate:father_of(Mary,Bill)SemanticsthereisacorrespondSyntaxofFOL:BasicelementsConstants KingJohn,2,HIT,...Predicates Brother,>,...Functions Sqrt,LeftLegOf,...Variables x,y,a,b,...Connectives ,,,,Equality =Quantifiers ,
SyntaxofFOL:BasicelementsCAtomicsentencesAtomicsentence= predicate(term1,...,termn) orterm1=term2Term = function(term1,...,termn) orconstantorvariable
E.g.,Brother(KingJohn,RichardTheLionheart)>(Length(LeftLegOf(Richard)),Length(LeftLegOf(KingJohn)))AtomicsentencesAtomicsentencComplexsentencesComplexsentencesaremadefromatomicsentencesusingconnectivesS,S1
S2,S1S2,S1
S2,S1
S2,E.g.Sibling(KingJohn,Richard)Sibling(Richard,KingJohn)
>(1,2)≤(1,2)>(1,2)
>(1,2)ComplexsentencesComplexsenteTruthinfirst-orderlogicSentencesaretruewithrespecttoamodelandaninterpretationModelcontainsobjects(domain
elements)andrelationsamongthemInterpretationspecifiesreferentsforconstant
symbols
→
objectspredicate
symbols → relationsfunction
symbols → functionalrelationsAnatomicsentencepredicate(term1,...,termn)istrue ifftheobjectsreferredtobyterm1,...,termn areintherelationreferredtobypredicateTruthinfirst-orderlogicSentModelsforFOL:ExampleModelsforFOL:ExampleUniversalquantification<variables><sentence>EveryoneatHITissmart:xAt(x,HIT)Smart(x)xPistrueinamodelmiffPistruewithxbeingeachpossibleobjectinthemodelRoughlyspeaking,equivalenttotheconjunctionofinstantiationsofP At(KingJohn,HIT)Smart(KingJohn) At(Richard,HIT)Smart(Richard) At(HIT,HIT)Smart(HIT) ...Universalquantification<variAcommonmistaketoavoidTypically,isthemainconnectivewithCommonmistake:usingasthemainconnectivewith:xAt(x,HIT)Smart(x)means“EveryoneisatHITandeveryoneissmart”AcommonmistaketoavoidTypicExistentialquantification<variables><sentence>SomeoneatHITissmart:xAt(x,HIT)Smart(x)x
PistrueinamodelmiffPistruewithxbeingsomepossibleobjectinthemodelRoughlyspeaking,equivalenttothedisjunctionofinstantiationsofP At(KingJohn,HIT)Smart(KingJohn) At(Richard,HIT)Smart(Richard) At(HIT,HIT)Smart(HIT)...Existentialquantification<vaAnothercommonmistaketoavoidTypically,isthemainconnectivewithCommonmistake:usingasthemainconnectivewith:xAt(x,HIT)Smart(x) istrueifthereisanyonewhoisnotatHIT!AnothercommonmistaketoavoiPropertiesofquantifiersxyisthesameasy
xxyisthesameasy
x
xyisnotthesameasy
xxyLoves(x,y)“Thereisapersonwholoveseveryoneintheworld”y
xLoves(x,y)“Everyoneintheworldislovedbyatleastoneperson”Quantifierduality:eachcanbeexpressedusingtheotherxLikes(x,IceCream) xLikes(x,IceCream)xLikes(x,Broccoli) x
Likes(x,Broccoli)PropertiesofquantifiersxyEqualityterm1=term2
istrueunderagiveninterpretationifandonlyifterm1
andterm2
refertothesameobjectE.g.,definitionofSiblingintermsofParent:x,y
Sibling(x,y)[(x=y)
m,f(m=f)Parent(m,x)Parent(f,x)Parent(m,y)Parent(f,y)]Equalityterm1=term2istrueUsingFOLThekinshipdomain:Brothersaresiblingsx,yBrother(x,y)
Sibling(x,y)One'smotherisone'sfemaleparentm,cMother(c)=m
(Female(m)
Parent(m,c))“Sibling”issymmetricx,ySibling(x,y)
Sibling(y,x)UsingFOLThekinshipdomain:UsingFOLThesetdomain:sSet(s)(s={})(x,s2Set(s2)s={x|s2})x,s{x|s}={}x,sxss={x|s}x,sxs[y,s2}(s={y|s2}(x=yxs2))]s1,s2s1
s2
(xxs1
xs2)s1,s2(s1=s2)(s1
s2
s2
s1)x,s1,s2x(s1
s2)(xs1
xs2)x,s1,s2x(s1
s2)(xs1
xs2)UsingFOLThesetdomain:InteractingwithFOLKBsSupposeawumpus-worldagentisusinganFOLKBandperceivesasmellandabreeze(butnoglitter)att=5:Tell(KB,Percept([Smell,Breeze,None],5))Ask(KB,aBestAction(a,5))I.e.,doestheKBentailsomebestactionatt=5?Answer:Yes,{a/Shoot} ←substitution(bindinglist)GivenasentenceSandasubstitutionσ,SσdenotestheresultofpluggingσintoS;e.g.,S=Smarter(x,y)σ={x/Hillary,y/Bill}Sσ=Smarter(Hillary,Bill)Ask(KB,S)returnssome/allσsuchthatKB╞σ
InteractingwithFOLKBsSupposKnowledgebaseforthewumpusworldPerceptiont,s,bPercept([s,b,Glitter],t)Glitter(t)ReflextGlitter(t)BestAction(Grab,t)KnowledgebaseforthewumpusDeducinghiddenpropertiesx,y,a,bAdjacent([x,y],[a,b])
[a,b]{[x+1,y],[x-1,y],[x,y+1],[x,y-1]}Propertiesofsquares:s,tAt(Agent,s,t)Breeze(t)Breezy(s)Squaresarebreezynearapit:Diagnosticrule---infercausefromeffectsBreezy(s)
rAdjacent(r,s)Pit(r)Causalrule---infereffectfromcauserPit(r)[sAdjacent(r,s)Breezy(s)]Deducinghiddenpropertiesx,yKnowledgeengineeringinFOLIdentifythetaskAssembletherelevantknowledgeDecideonavocabularyofpredicates,functions,andconstantsEncodegeneralknowledgeaboutthedomainEncodeadescriptionofthespecificprobleminstancePosequeriestotheinferenceprocedureandgetanswersDebugtheknowledgebaseKnowledgeengineeringinFOLIdTheelectroniccircuitsdomainOne-bitfulladderTheelectroniccircuitsdomainTheelectroniccircuitsdomainIdentifythetaskDoesthecircuitactuallyaddproperly?(circuitverification)AssembletherelevantknowledgeComposedofwiresandgates;Typesofgates(AND,OR,XOR,NOT)Irrelevant:size,shape,color,costofgatesDecideonavocabularyAlternatives:Type(X1)=XORType(X1,XOR)XOR(X1)TheelectroniccircuitsdomainTheelectroniccircuitsdomainEncodegeneralknowledgeofthedomaint1,t2Connected(t1,t2)Signal(t1)=Signal(t2)tSignal(t)=1Signal(t)=01≠0t1,t2Connected(t1,t2)Connected(t2,t1)gType(g)=ORSignal(Out(1,g))=1
nSignal(In(n,g))=1gType(g)=ANDSignal(Out(1,g))=0
nSignal(In(n,g))=0gType(g)=XORSignal(Out(1,g))=1Signal(In(1,g))≠Signal(In(2,g))gType(g)=NOTSignal(Out(1,g))≠Signal(In(1,g))TheelectroniccircuitsdomainTheelectroniccircuitsdomainEncodethespecificprobleminstanceType(X1)=XOR Type(X2)=XORType(A1)=AND Type(A2)=ANDType(O1)=ORConnected(Out(1,X1),In(1,X2)) Connected(In(1,C1),In(1,X1))Connected(Out(1,X1),In(2,A2)) Connected(In(1,C1),In(1,A1))Connected(Out(1,A2),In(1,O1)) Connected(In(2,C1),In(2,X1))Connected(Out(1,A1),In(2,O1)) Connected(In(2,C1),In(2,A1))Connected(Out(1,X2),Out(1,C1)) Connected(In(3,C1),In(2,X2))Connected(Out(1,O1),Out(2,C1)) Connected(In(3,C1),In(1,A2))TheelectroniccircuitsdomainTheelectroniccircuitsdomainPosequeriestotheinferenceprocedureWhatarethepossiblesetsofvaluesofalltheterminalsfortheaddercircuit? i1,i2,i3,o1,o2Signal(In(1,C1))=i1
Signal(In(2,C1))=i2
Signal(In(3,C1))=i3
Signal(Out(1,C1))=o1
Signal(Out(2,C1))=o2DebugtheknowledgebaseMayhaveomittedassertionslike1≠0TheelectroniccircuitsdomainSummaryFirst-orderlogic:objectsandrelationsaresemanticprimitivessyntax:constants,functions,predicates,equality,quantifiersIncreasedexpressivepower:sufficienttodefinewumpusworldSummaryFirst-orderlogic:AssignmentsEx8.3,8.15AssignmentsEx8.3,8.15X.Firstorderlogic(FOL)
Autumn2012Instructor:WangXiaolongHarbinInstituteofTechnology,ShenzhenGraduateSchoolIntelligentComputationResearchCenter(HITSGSICRC)X.Firstorderlogic(FOL)AOutlineWhyFOL?SyntaxandsemanticsofFOLUsingFOLWumpusworldinFOLKnowledgeengineeringinFOLOutlineWhyFOL?ProsandconsofpropositionallogicPropositionallogicisdeclarativePropositionallogicallowspartial/disjunctive/negatedinformation(unlikemostdatastructuresanddatabases)Propositionallogiciscompositional:meaningofB1,1
P1,2isderivedfrommeaningofB1,1andofP1,2Meaninginpropositionallogiciscontext-independent(unlikenaturallanguage,wheremeaningdependsoncontext)Propositionallogichasverylimitedexpressivepower(unlikenaturallanguage)E.g.,cannotsay"pitscausebreezesinadjacentsquares“exceptbywritingonesentenceforeachsquareProsandconsofpropositionalFirst-orderlogicWhereaspropositionallogicassumestheworldcontainsfactsFirst-orderlogic(likenaturallanguage)assumesacarcontainsObjects:people,houses,numbers,colors,baseballgames,wars,…Relations:red,round,prime,brotherof,biggerthan,partof,comesbetween,…Functions:fatherof,bestfriend,onemorethan,plus,…First-orderlogicWhereaspropoExamples:“Oneplustwoequalsthree” Objects: Relations: Properties: Functions:“SquaresneighboringtheWumpusaresmelly” Objects: Relations: Properties: Functions:Examples:“OneplustwoequalsExamples:“Oneplustwoequalsthree” Objects: one,two,three,oneplustwo Relations: equals Properties: -- Functions: plus(“oneplustwo”isthenameoftheobject obtainedbyapplyingfunctionplustooneandtwo; threeisanothernameforthisobject)“SquaresneighboringtheWumpusaresmelly” Objects: Wumpus,square Relations: neighboring Properties: smelly Functions: --Examples:“OneplustwoequalsSemanticsthereisacorrespondencebetweenfunctions,whichreturnvaluespredicates,whicharetrueorfalseFunction:father_of(Mary)=BillPredicate:father_of(Mary,Bill)SemanticsthereisacorrespondSyntaxofFOL:BasicelementsConstants KingJohn,2,HIT,...Predicates Brother,>,...Functions Sqrt,LeftLegOf,...Variables x,y,a,b,...Connectives ,,,,Equality =Quantifiers ,
SyntaxofFOL:BasicelementsCAtomicsentencesAtomicsentence= predicate(term1,...,termn) orterm1=term2Term = function(term1,...,termn) orconstantorvariable
E.g.,Brother(KingJohn,RichardTheLionheart)>(Length(LeftLegOf(Richard)),Length(LeftLegOf(KingJohn)))AtomicsentencesAtomicsentencComplexsentencesComplexsentencesaremadefromatomicsentencesusingconnectivesS,S1
S2,S1S2,S1
S2,S1
S2,E.g.Sibling(KingJohn,Richard)Sibling(Richard,KingJohn)
>(1,2)≤(1,2)>(1,2)
>(1,2)ComplexsentencesComplexsenteTruthinfirst-orderlogicSentencesaretruewithrespecttoamodelandaninterpretationModelcontainsobjects(domain
elements)andrelationsamongthemInterpretationspecifiesreferentsforconstant
symbols
→
objectspredicate
symbols → relationsfunction
symbols → functionalrelationsAnatomicsentencepredicate(term1,...,termn)istrue ifftheobjectsreferredtobyterm1,...,termn areintherelationreferredtobypredicateTruthinfirst-orderlogicSentModelsforFOL:ExampleModelsforFOL:ExampleUniversalquantification<variables><sentence>EveryoneatHITissmart:xAt(x,HIT)Smart(x)xPistrueinamodelmiffPistruewithxbeingeachpossibleobjectinthemodelRoughlyspeaking,equivalenttotheconjunctionofinstantiationsofP At(KingJohn,HIT)Smart(KingJohn) At(Richard,HIT)Smart(Richard) At(HIT,HIT)Smart(HIT) ...Universalquantification<variAcommonmistaketoavoidTypically,isthemainconnectivewithCommonmistake:usingasthemainconnectivewith:xAt(x,HIT)Smart(x)means“EveryoneisatHITandeveryoneissmart”AcommonmistaketoavoidTypicExistentialquantification<variables><sentence>SomeoneatHITissmart:xAt(x,HIT)Smart(x)x
PistrueinamodelmiffPistruewithxbeingsomepossibleobjectinthemodelRoughlyspeaking,equivalenttothedisjunctionofinstantiationsofP At(KingJohn,HIT)Smart(KingJohn) At(Richard,HIT)Smart(Richard) At(HIT,HIT)Smart(HIT)...Existentialquantification<vaAnothercommonmistaketoavoidTypically,isthemainconnectivewithCommonmistake:usingasthemainconnectivewith:xAt(x,HIT)Smart(x) istrueifthereisanyonewhoisnotatHIT!AnothercommonmistaketoavoiPropertiesofquantifiersxyisthesameasy
xxyisthesameasy
x
xyisnotthesameasy
xxyLoves(x,y)“Thereisapersonwholoveseveryoneintheworld”y
xLoves(x,y)“Everyoneintheworldislovedbyatleastoneperson”Quantifierduality:eachcanbeexpressedusingtheotherxLikes(x,IceCream) xLikes(x,IceCream)xLikes(x,Broccoli) x
Likes(x,Broccoli)PropertiesofquantifiersxyEqualityterm1=term2
istrueunderagiveninterpretationifandonlyifterm1
andterm2
refertothesameobjectE.g.,definitionofSiblingintermsofParent:x,y
Sibling(x,y)[(x=y)
m,f(m=f)Parent(m,x)Parent(f,x)Parent(m,y)Parent(f,y)]Equalityterm1=term2istrueUsingFOLThekinshipdomain:Brothersaresiblingsx,yBrother(x,y)
Sibling(x,y)One'smotherisone'sfemaleparentm,cMother(c)=m
(Female(m)
Parent(m,c))“Sibling”issymmetricx,ySibling(x,y)
Sibling(y,x)UsingFOLThekinshipdomain:UsingFOLThesetdomain:sSet(s)(s={})(x,s2Set(s2)s={x|s2})x,s{x|s}={}x,sxss={x|s}x,sxs[y,s2}(s={y|s2}(x=yxs2))]s1,s2s1
s2
(xxs1
xs2)s1,s2(s1=s2)(s1
s2
s2
s1)x,s1,s2x(s1
s2)(xs1
xs2)x,s1,s2x(s1
s2)(xs1
xs2)UsingFOLThesetdomain:InteractingwithFOLKBsSupposeawumpus-worldagentisusinganFOLKBandperceivesasmellandabreeze(butnoglitter)att=5:Tell(KB,Percept([Smell,Breeze,None],5))Ask(KB,aBestAction(a,5))I.e.,doestheKBentailsomebestactionatt=5?Answer:Yes,{a/Shoot} ←substitution(bindinglist)GivenasentenceSandasubstitutionσ,SσdenotestheresultofpluggingσintoS;e.g.,S=Smarter(x,y)σ={x/Hillary,y/Bill}Sσ=Smarter(Hillary,Bill)Ask(KB,S)returnssome/allσsuchthatKB╞σ
InteractingwithFOLKBsSupposKnowledgebaseforthewumpusworldPerceptiont,s,bPercept([s,b,Glitter],t)Glitter(t)ReflextGlitter(t)BestAction(Grab,t)KnowledgebaseforthewumpusDeducinghiddenpropertiesx,y,a,bAdjacent([x,y],[a,b])
[a,b]{[x+1,y],[x-1,y],[x,y+1],[x,y-1]}Propertiesofsquares:s,tAt(Agent,s,t)Breeze(t)Breezy(s)Squaresarebreezynearapit:Diagnosticrule---infercausefromeffectsBreezy(s)
rAdjacent(r,s)Pit(r)Causalrule---infereffectfromcauserPit(r)[sAdjacent(r,s)Breezy(s)]Deducinghiddenpropertiesx,yKnowledgeengineeringinFOLIdentifythetaskAssembletherelevantknowledgeDecideonavocabularyofpredicates,functions,andconstantsEncodegeneralknowledgeaboutthedomainEncodeadescriptionofthespecificprobleminstancePosequeriestotheinferenceprocedureandgetanswersDebugtheknowledgebaseKnowledgeengineeringinFOLIdTheelectroniccircuitsdomainOne-bitfulladderTheelectroniccircuitsdomainTheelectroniccircuitsdomainIdentifythetaskDoesthecircuitactuallyaddproperly?(circuitverification)Assembletherelevantkn
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 2025年醫(yī)學(xué)整形美容服務(wù)協(xié)議
- 2025年員工福利和解合同
- 2025年在線教育運營合同
- 2025年公司融資投資人增資協(xié)議
- 2025年代理合作簽約協(xié)議
- 二零二五年度嬰幼兒奶粉產(chǎn)品追溯系統(tǒng)建設(shè)合作協(xié)議3篇
- 2025年項目建議書編制委托人工智能+大數(shù)據(jù)合同模板2篇
- 2025年度健康養(yǎng)生產(chǎn)品居間營銷合同模板4篇
- 跟著2025年新番走:《動漫欣賞》課件帶你領(lǐng)略動漫魅力2篇
- 2025年度智能牧場羊代放牧與物聯(lián)網(wǎng)服務(wù)合同
- 反騷擾政策程序
- 運動技能學(xué)習(xí)與控制課件第十一章運動技能的練習(xí)
- 射頻在疼痛治療中的應(yīng)用
- 四年級數(shù)學(xué)豎式計算100道文檔
- “新零售”模式下生鮮電商的營銷策略研究-以盒馬鮮生為例
- 項痹病辨證施護(hù)
- 職業(yè)安全健康工作總結(jié)(2篇)
- 懷化市數(shù)字經(jīng)濟(jì)產(chǎn)業(yè)發(fā)展概況及未來投資可行性研究報告
- 07FD02 防空地下室電氣設(shè)備安裝
- 教師高中化學(xué)大單元教學(xué)培訓(xùn)心得體會
- 彈簧分離問題經(jīng)典題目
評論
0/150
提交評論