自然语言理解形式化句法理论.ppt
《自然语言理解形式化句法理论.ppt》由会员分享,可在线阅读,更多相关《自然语言理解形式化句法理论.ppt(60页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、自然语言理解形式化句法理论现在学习的是第1页,共60页内容提要n概述(语法和语言)n乔姆斯基(Chomsky)语法理论n基于合一(Unification)的语法理论n其它一些的语法理论(不基于上下文无关文法)现在学习的是第2页,共60页一、概述现在学习的是第3页,共60页什么是语法?nA mathematic systemnDefine a languagenGive syntax(structure)to a sentence(string)现在学习的是第4页,共60页人工语言及其语法n基于符号n无歧义或简单歧义n高效现在学习的是第5页,共60页从可计算角度分类n0,1,2,3Unrestr
2、icted GrammarTuring Machine?Context Sensitive GrammarTuring Machine?Context Free GrammarPushdown AutomatonO(n3)Regular ExpressionFinite State AutomatonO(n)现在学习的是第6页,共60页自然语言及其语法n复杂n歧义n多样现在学习的是第7页,共60页形式化语法理论的目标n判断一句句子是否合法n给出该句子唯一合法的结构n给出该句子中各成分(词)之间的关系现在学习的是第8页,共60页形式化语法理论应具备的特性nlinguistically adequ
3、aten准确描述自然语言nexpressiven对语言世界用数学方法描述ncomputational effectiven可计算,并且高效现在学习的是第9页,共60页主要流派n乔姆斯基语法理论n基于合一的语法理论n其它(不基于上下文无关文法)现在学习的是第10页,共60页二、乔姆斯基语法理论现在学习的是第11页,共60页Noam ChomskynAmerican linguist,writer,teacher,and political activist nPublicationsnSyntactic StructuresnAspects of the Theory of Syntax nAm
4、erican Power and the New Mandarins n Peace in the Middle East n Lectures on Government and Binding nThe Fateful Triangle n Deterring Democracy nThe Minimalist Program现在学习的是第12页,共60页发展过程n转换生成语法(1957)nSyntactic Structure.The Hague:Moutong&Co.n管辖与约束理论(1981)nLectures on Government and Binding.Foris,Dord
5、rechtn最简方案(1992)nA Minimalist Program for Linguistics Theory,MIT Occasional Papers in Linguistics,#1现在学习的是第13页,共60页GB之前SurfaceStructureDeepStructureRules&LexiconTransfor-mationsSemanticInterpretationUtterance现在学习的是第14页,共60页GB之后SurfaceStructureDeepStructureRules&LexiconLogical FormPhonologicalFormmov
6、e a aX-Bar-SyntaxSubcategorizationSelectional RestrictionsCase Theoryq-CriterionBinding Principle现在学习的是第15页,共60页短语结构phrasal structuren句子的结构是层次化的(hierarchical)nTreen范畴(Category)nCommon categorial membership is evidenced by intersubstitutivityn中心词(Head of a phrase)n决定短语行为的词nRecursiven某个类型可以包含在它自身中现在学习
7、的是第16页,共60页Intersubsitutivity and headLondon,the woman,the old man,the proud young child-is known to methe proud young childthe proud childthe young child -child is the head现在学习的是第17页,共60页X-Bar理论nVP V nVP V NPnVP AD VnVP V PPnX-BarnX2 X1nX1 X0 nN 的complements是形容词,specifier 是冠词nV 的complements是宾语,spec
8、ifier 是主语n这样,V0表示单个动词,V1 表示动词结构,V2表示句子n01,12现在学习的是第18页,共60页X-Bar理论(cont.)V1V1V0likeshis visitthis weekin ShanghaiN2N2P2V1现在学习的是第19页,共60页题元理论q-Criterion n题元理论研究各词项之间的题元关系,即传统语,即传统语法中用施事、受事、工具等术语表示的概念范畴题元理论以动词为中心,认为每一个题元角色都是由动词分配的。nagent:john reads a bookninstrument:the key opens the doornlocation:the
9、 book contains good ideasn句中的每一个成分都必须有一个题元角色(coherence),同时,中心动词的所有题元角色都已被分配(completeness)。现在学习的是第20页,共60页格理论(Case Theory)n与语言相关。n一般地,动词,介词赋格,名词N2接受格nX0 向 N2赋格现在学习的是第21页,共60页管辖GovernmentnC-Command:a c-commands b(a b)iffnevery branching node g,which dominates a,also dominates bna does not dominate bnE
10、xample:nY c-commands Z,C,D,EnZ c-commands A,BnA c-commands BnB c-commands AnC c-commands D,EXEDCBAZY现在学习的是第22页,共60页管辖GovernmentnM-Command:x m-command y iff neither of x and y dominates the other,and every maximal projection that dominates x also dominates y.nN0 dose not c-commands Detnbut m-commands
11、 DetXN0N1DetBAN2Y现在学习的是第23页,共60页管辖GovernmentnGovernment:nx governs y iffnx=X0nx m-commands y,and if ex.z m-commands y,z m-command x or y m-command z.nHead always govern their complements and specifiers.n动词管辖主语和宾语,但主语不管辖宾语现在学习的是第24页,共60页约束理论Binding Principlen解决问题:n指称关系nComplete Functional Complex(CFC
12、):nA constituent a is a CFC,if it is complete and coherent(q-criterion)n原则n照应词在CFC内受约束,即它的先行词必定在CFC内。n代名词在CFC内是自由的。n指称词总是自由的。n其中,n照应词:包括反身代词myself,yourself,相互代词each other等。n代名词:指传统语法中的人称代词,如he,him等。n指称词:就是通常所说的名词短语,如the man,john等。现在学习的是第25页,共60页约束理论Binding PrinciplenJohn wants Tom to criticize himse
13、lf.nhimself 只能是Tom,不可能是Johnn原则一nJohn wants Tom to criticize him.nhim 不能是Tom,但可能是Johnn原则二现在学习的是第26页,共60页TransformationnSentencenWhat did you give to John?nD-Structure:n?you Tense give what to JohnnS-StructurenWhati do+Tensej you tj give ti to John现在学习的是第27页,共60页转换类型nPassivizationnsurface structure:th
14、e book is given to linda by janndeep structure:jan gives the book to lindanAgent-Deletionnsurface structure:the book is given to lindandeep structure:someone gives the book to lindanEqui-NP-Deletionnsurface structure:jan promises linda to comendeep structure:jan promises linda that jan comes现在学习的是第2
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 自然语言 理解 形式化 句法 理论
限制150内