SlideShare a Scribd company logo
1 of 24
CS 4705
Lecture 16
Representations of Meaning
What do we mean by ‘meaning’?
• So far, we have focused on the structure of
language – not on what things mean
• Now, look at meaning representations --
representations that link linguistic forms to
knowledge of the world.
Representing Meaning
• What requirements do we have for meaning
representations?
• Some candidates: their strengths and weaknesses
• Linguistic concepts we want to capture
– Categories
– Events
– Time
– Aspect
– BDI
What Can Serve as a Meaning
Representation?
• Anything that serves the core practical purposes of
a program that is doing semantic processing ...
– Answer questions (What is the tallest building in the
world?)
– Determining truth (Is the blue block on the red block?)
– Drawing inferences (If the blue block is on the red
block and the red block is on the tallest building in the
world, then the blue block is on the tallest building in
the world)
Common Meaning Representations
• FOPC:
• Semantic Net:
having
haver had-thing
speaker car
• Conceptual Dependency Diagram:
Car
 Poss-By
Speaker
)
(
)
,
(
)
,
(
)
(
, y
Car
x
y
HadThing
x
S
Haver
x
yHaving
x 



• Frame
Having
Haver: S
HadThing: Car
• All represent ‘linguistic meaning’ of I have a car
and state of affairs in some world
• All consist of structures, composed of symbols
representing objects and relations among them
What requirements must meaning
representations fulfill?
• Verifiability: The system should allow us to
compare representations to facts in a Knowledge
Base (KB)
– Cat(Huey)
• Ambiguity: The system should allow us to
represent meanings unambiguously
– German teachers has 2 representations
• Vagueness: The system should allow us to
represent vagueness
– He lives somewhere in the south of France.
Initial Simplifying Assumptions
• Focus on literal meaning
– Conventional meanings of words
– Ignore context
Canonical Form
• Inputs that mean the same thing have the same
representation.
– Huey eats kibble.
– Kibble, Huey will eat.
– What Huey eats is kibble.
– It’s kibble that Huey eats.
• Alternatives
– Four different semantic representations
– Store all possible meaning representations in KB
Inference
• Draw valid conclusions based on the meaning
representation of inputs and its store of
background knowledge.
Does Huey eat kibble?
thing(kibble)
Eat(Huey,x) ^ thing(x)
Expressiveness
• Must accommodate wide variety of meanings
Predicate-Argument Structure
• Represents concepts and relationships among
them
– Nouns as concepts or arguments (red(ball))
– Adjectives, adverbs, verbs as predicates (red(ball))
• Subcategorization (or, argument) frames specify
number, position, and syntactic category of
arguments
– NP likes NP
– NP likes Inf-VP
– NP likes NP Inf-VP
Semantic (Thematic) Roles
• Subcat frames link arguments in surface structure
with their semantic roles
– Agent: George hit Bill. Bill was hit by George.
– Patient: George hit Bill. Bill was hit by George.
• Selectional Restrictions: constraints on the types
of arguments verbs take
George assassinated the senator.
*The spider assassinated the fly.
assassinate: intentional (political?) killing
First Order Predicate Calculus
• Not ideal as a meaning representation and doesn't
do everything we want -- but close
– Supports the determination of truth
– Supports compositionality of meaning
– Supports question-answering (via variables)
– Supports inference
FOPC Syntax
• Terms: constants, functions, variables
– Constants: objects in the world, e.g. Huey
– Functions: concepts, e.g. sisterof(Huey)
– Variables: x, e.g. sisterof(x)
• Predicates: symbols that refer to relations that hold
among objects in some domain or properties that
hold of some object in a domain
likes(Huey, kibble)
cat(Huey)
• Logical connectives permit compositionality of
meaning
kibble(x)  likes(Huey,x)
cat(Vera) ^ weird(Vera)
sleeping(Huey) v eating(Huey)
• Sentences in FOPC can be assigned truth values, T
or F, based on whether the propositions they
represent are T or F in the world
– Atomic formulae are T or F based on their presence or
absence in a DB (Closed World Assumption?)
– Composed meanings are inferred from DB and meaning
of logical connectives
– cat(Huey)
– sibling(Huey,Vera)
– sibling(x,y) ^ cat(x)  cat(y)
– cat(Vera)??
• Limitations:
– Do ‘and’ and ‘or’ in natural language really mean ‘^’
and ‘v’?
Mary got married and had a baby.
Your money or your life!
She was happy but ignorant.
– Does ‘’ mean ‘if’?
I’ll go if you promise to wear a tutu.
• Quantifiers:
– Existential quantification: There is a unicorn in my
garden. Some unicorn is in my garden.
– Universal quantification: The unicorn is a mythical
beast. Unicorns are mythical beasts.
• Inference:
– Modus ponens:
rich(Harry)
rich(x)  happy(x)
happy(Harry)
• Production systems:
– Forward and backward chaining

,

Temporal Representations
• How do we represent time and temporal
relationships between events?
Last year Martha Stewart was happy but soon she will be
sad.
• Where do we get temporal information?
– Verb tense
– Temporal expressions
– Sequence of presentation
• Linear representations: Reichenbach ‘47
– Utterance time: when the utterance occurs
– Reference time: the temporal point-of-view of the
utterance
– Event time: when events described in the utterance
occur
George had intended to eat a sandwich.
E – R – U 
George is eating a sandwich.
-- E,R,U 
George had better eat a sandwich soon.
--R,U – E 
Verbs and Event Types: Aspect
– Statives: states or properties of objects at
a particular point in time
Mary needs sleep.
*Mary is needing sleep. *Need sleep. *Mary
needs sleep in a week.
– Activities: events with no clear endpoint
Harry drives a Porsche. *Harry drives a
Porsche in a week.
• Accomplishments: events with durations
and endpoints that result in some change of
state
Marlon filled out the form. Marlon stopped filling out the
form (Marlon did not fill out the form) vs. Harry
stopped driving a Porsche (Harry still drove a Porsche
…for a while)
• Achievements: events that change state but have
no particular duration
Larry reached the top. *Larry stopped reaching the top.
*Larry reached the top for a few minutes.
Beliefs, Desires and Intentions
• How do we represent internal speaker states like
believing, knowing, wanting, assuming,
imagining..?
– Not well modeled by a simple DB lookup approach
– Truth in the world vs. truth in some possible world
George imagined that he could dance.
Geroge believed that he could dance.
• Augment FOPC with special modal operators that
take logical formulae as arguments, e.g. believe,
know
Believes(George, dance(George))
• Mutual belief: I believe you believe I believe….
– Practical importance: modeling belief in dialogue

More Related Content

Similar to 13521860 (2).ppt

- Logic - Module 1B - Logic and Propositions course lactur .pdf
- Logic - Module 1B - Logic and Propositions course lactur .pdf- Logic - Module 1B - Logic and Propositions course lactur .pdf
- Logic - Module 1B - Logic and Propositions course lactur .pdfMehdiHassan67
 
Knnowledge representation and logic lec 11 to lec 15
Knnowledge representation and logic lec 11 to lec 15Knnowledge representation and logic lec 11 to lec 15
Knnowledge representation and logic lec 11 to lec 15Subash Chandra Pakhrin
 
12. ku gr.sem 2013: Syntactic processes and relations
12. ku gr.sem 2013: Syntactic processes and relations12. ku gr.sem 2013: Syntactic processes and relations
12. ku gr.sem 2013: Syntactic processes and relationsTikaram Poudel
 
Narrative theory 2
Narrative theory 2Narrative theory 2
Narrative theory 2Vicky Casson
 
Explanation of discourse analysis
Explanation of discourse analysisExplanation of discourse analysis
Explanation of discourse analysisEika Matari
 
Generative Theory on Language
Generative Theory on LanguageGenerative Theory on Language
Generative Theory on LanguageRyan Gan
 
Patrick Hanks - Why lexicographers should take more notice of phraseology, co...
Patrick Hanks - Why lexicographers should take more notice of phraseology, co...Patrick Hanks - Why lexicographers should take more notice of phraseology, co...
Patrick Hanks - Why lexicographers should take more notice of phraseology, co...Scottish Language Dictionaries
 
lect4-morphology.ppt
lect4-morphology.pptlect4-morphology.ppt
lect4-morphology.pptKrismalita
 
lect4-morphology.pptx
lect4-morphology.pptxlect4-morphology.pptx
lect4-morphology.pptxSahilAli23165
 
Semantics: The Meaning of Language
Semantics: The Meaning of LanguageSemantics: The Meaning of Language
Semantics: The Meaning of LanguageJeffren Miguel
 
ANTH1007 Language, Thought and Culture
ANTH1007 Language, Thought and CultureANTH1007 Language, Thought and Culture
ANTH1007 Language, Thought and CultureJeffMillar6
 
Cognition and Mental Abilities7Enduring Issues in Cognit.docx
Cognition and Mental Abilities7Enduring Issues in Cognit.docxCognition and Mental Abilities7Enduring Issues in Cognit.docx
Cognition and Mental Abilities7Enduring Issues in Cognit.docxmonicafrancis71118
 
Presentation semantic klmpok 7
Presentation semantic klmpok 7Presentation semantic klmpok 7
Presentation semantic klmpok 7Madalia
 
語言學概論Syntax
語言學概論Syntax語言學概論Syntax
語言學概論Syntax棠貝 白
 
Natural Language Processing
Natural Language ProcessingNatural Language Processing
Natural Language ProcessingYasir Khan
 

Similar to 13521860 (2).ppt (20)

- Logic - Module 1B - Logic and Propositions course lactur .pdf
- Logic - Module 1B - Logic and Propositions course lactur .pdf- Logic - Module 1B - Logic and Propositions course lactur .pdf
- Logic - Module 1B - Logic and Propositions course lactur .pdf
 
Knnowledge representation and logic lec 11 to lec 15
Knnowledge representation and logic lec 11 to lec 15Knnowledge representation and logic lec 11 to lec 15
Knnowledge representation and logic lec 11 to lec 15
 
syntax.ppt.pdf
syntax.ppt.pdfsyntax.ppt.pdf
syntax.ppt.pdf
 
syntax
 syntax syntax
syntax
 
[RELO] Teaching Vocabulary
[RELO] Teaching Vocabulary[RELO] Teaching Vocabulary
[RELO] Teaching Vocabulary
 
12. ku gr.sem 2013: Syntactic processes and relations
12. ku gr.sem 2013: Syntactic processes and relations12. ku gr.sem 2013: Syntactic processes and relations
12. ku gr.sem 2013: Syntactic processes and relations
 
Narrative theory 2
Narrative theory 2Narrative theory 2
Narrative theory 2
 
Lec 3.pdf
Lec 3.pdfLec 3.pdf
Lec 3.pdf
 
Explanation of discourse analysis
Explanation of discourse analysisExplanation of discourse analysis
Explanation of discourse analysis
 
Generative Theory on Language
Generative Theory on LanguageGenerative Theory on Language
Generative Theory on Language
 
Patrick Hanks - Why lexicographers should take more notice of phraseology, co...
Patrick Hanks - Why lexicographers should take more notice of phraseology, co...Patrick Hanks - Why lexicographers should take more notice of phraseology, co...
Patrick Hanks - Why lexicographers should take more notice of phraseology, co...
 
lect4-morphology.ppt
lect4-morphology.pptlect4-morphology.ppt
lect4-morphology.ppt
 
lect4-morphology.ppt
lect4-morphology.pptlect4-morphology.ppt
lect4-morphology.ppt
 
lect4-morphology.pptx
lect4-morphology.pptxlect4-morphology.pptx
lect4-morphology.pptx
 
Semantics: The Meaning of Language
Semantics: The Meaning of LanguageSemantics: The Meaning of Language
Semantics: The Meaning of Language
 
ANTH1007 Language, Thought and Culture
ANTH1007 Language, Thought and CultureANTH1007 Language, Thought and Culture
ANTH1007 Language, Thought and Culture
 
Cognition and Mental Abilities7Enduring Issues in Cognit.docx
Cognition and Mental Abilities7Enduring Issues in Cognit.docxCognition and Mental Abilities7Enduring Issues in Cognit.docx
Cognition and Mental Abilities7Enduring Issues in Cognit.docx
 
Presentation semantic klmpok 7
Presentation semantic klmpok 7Presentation semantic klmpok 7
Presentation semantic klmpok 7
 
語言學概論Syntax
語言學概論Syntax語言學概論Syntax
語言學概論Syntax
 
Natural Language Processing
Natural Language ProcessingNatural Language Processing
Natural Language Processing
 

More from SyedNadeemAbbas6

Language Programs and Policies in Multilingual Societies.pptx
Language Programs and Policies in Multilingual Societies.pptxLanguage Programs and Policies in Multilingual Societies.pptx
Language Programs and Policies in Multilingual Societies.pptxSyedNadeemAbbas6
 
1606983314-connected-speech.ppt
1606983314-connected-speech.ppt1606983314-connected-speech.ppt
1606983314-connected-speech.pptSyedNadeemAbbas6
 
Teaching Receptive and Productive Skills.pptx
Teaching Receptive and Productive Skills.pptxTeaching Receptive and Productive Skills.pptx
Teaching Receptive and Productive Skills.pptxSyedNadeemAbbas6
 
Teaching Receptive and Productive Skills.pptx
Teaching Receptive and Productive Skills.pptxTeaching Receptive and Productive Skills.pptx
Teaching Receptive and Productive Skills.pptxSyedNadeemAbbas6
 
vdocuments.mx_language-comprehension.ppt
vdocuments.mx_language-comprehension.pptvdocuments.mx_language-comprehension.ppt
vdocuments.mx_language-comprehension.pptSyedNadeemAbbas6
 
1. Phonetics & phonology.pptx
1. Phonetics & phonology.pptx1. Phonetics & phonology.pptx
1. Phonetics & phonology.pptxSyedNadeemAbbas6
 
dokumen.tips_vowels-diphthongs-56a6087239fdc.ppt
dokumen.tips_vowels-diphthongs-56a6087239fdc.pptdokumen.tips_vowels-diphthongs-56a6087239fdc.ppt
dokumen.tips_vowels-diphthongs-56a6087239fdc.pptSyedNadeemAbbas6
 
typesofsyllabusdesign-190728190707.pptx
typesofsyllabusdesign-190728190707.pptxtypesofsyllabusdesign-190728190707.pptx
typesofsyllabusdesign-190728190707.pptxSyedNadeemAbbas6
 
jazz_presentation_22022022.pptx
jazz_presentation_22022022.pptxjazz_presentation_22022022.pptx
jazz_presentation_22022022.pptxSyedNadeemAbbas6
 
Sentence Structure Types.pptx
Sentence Structure Types.pptxSentence Structure Types.pptx
Sentence Structure Types.pptxSyedNadeemAbbas6
 
Chapter 6 Slides-Language & cultural identity (1).pptx
Chapter 6 Slides-Language & cultural identity (1).pptxChapter 6 Slides-Language & cultural identity (1).pptx
Chapter 6 Slides-Language & cultural identity (1).pptxSyedNadeemAbbas6
 
Learner-centered-syllabus-development-for-student-success.pptx
Learner-centered-syllabus-development-for-student-success.pptxLearner-centered-syllabus-development-for-student-success.pptx
Learner-centered-syllabus-development-for-student-success.pptxSyedNadeemAbbas6
 

More from SyedNadeemAbbas6 (20)

Language Programs and Policies in Multilingual Societies.pptx
Language Programs and Policies in Multilingual Societies.pptxLanguage Programs and Policies in Multilingual Societies.pptx
Language Programs and Policies in Multilingual Societies.pptx
 
1606983314-connected-speech.ppt
1606983314-connected-speech.ppt1606983314-connected-speech.ppt
1606983314-connected-speech.ppt
 
Teaching Receptive and Productive Skills.pptx
Teaching Receptive and Productive Skills.pptxTeaching Receptive and Productive Skills.pptx
Teaching Receptive and Productive Skills.pptx
 
Hafta7 (1).pptx
Hafta7 (1).pptxHafta7 (1).pptx
Hafta7 (1).pptx
 
Teaching Receptive and Productive Skills.pptx
Teaching Receptive and Productive Skills.pptxTeaching Receptive and Productive Skills.pptx
Teaching Receptive and Productive Skills.pptx
 
vdocuments.mx_language-comprehension.ppt
vdocuments.mx_language-comprehension.pptvdocuments.mx_language-comprehension.ppt
vdocuments.mx_language-comprehension.ppt
 
310-13-student.ppt
310-13-student.ppt310-13-student.ppt
310-13-student.ppt
 
Stress.ppt
Stress.pptStress.ppt
Stress.ppt
 
1. Phonetics & phonology.pptx
1. Phonetics & phonology.pptx1. Phonetics & phonology.pptx
1. Phonetics & phonology.pptx
 
dokumen.tips_vowels-diphthongs-56a6087239fdc.ppt
dokumen.tips_vowels-diphthongs-56a6087239fdc.pptdokumen.tips_vowels-diphthongs-56a6087239fdc.ppt
dokumen.tips_vowels-diphthongs-56a6087239fdc.ppt
 
typesofsyllabusdesign-190728190707.pptx
typesofsyllabusdesign-190728190707.pptxtypesofsyllabusdesign-190728190707.pptx
typesofsyllabusdesign-190728190707.pptx
 
cAUSES OF ERRORS.pptx
cAUSES OF ERRORS.pptxcAUSES OF ERRORS.pptx
cAUSES OF ERRORS.pptx
 
Hafta12 (1).pptx
Hafta12 (1).pptxHafta12 (1).pptx
Hafta12 (1).pptx
 
Women Welfare2.pptx
Women Welfare2.pptxWomen Welfare2.pptx
Women Welfare2.pptx
 
jazz_presentation_22022022.pptx
jazz_presentation_22022022.pptxjazz_presentation_22022022.pptx
jazz_presentation_22022022.pptx
 
Sentence Structure Types.pptx
Sentence Structure Types.pptxSentence Structure Types.pptx
Sentence Structure Types.pptx
 
Word Formation.ppt
Word Formation.pptWord Formation.ppt
Word Formation.ppt
 
Chapter 6 Slides-Language & cultural identity (1).pptx
Chapter 6 Slides-Language & cultural identity (1).pptxChapter 6 Slides-Language & cultural identity (1).pptx
Chapter 6 Slides-Language & cultural identity (1).pptx
 
seltpresentation.ppt
seltpresentation.pptseltpresentation.ppt
seltpresentation.ppt
 
Learner-centered-syllabus-development-for-student-success.pptx
Learner-centered-syllabus-development-for-student-success.pptxLearner-centered-syllabus-development-for-student-success.pptx
Learner-centered-syllabus-development-for-student-success.pptx
 

Recently uploaded

POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptxPoojaSen20
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 

Recently uploaded (20)

POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptx
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 

13521860 (2).ppt

  • 2. What do we mean by ‘meaning’? • So far, we have focused on the structure of language – not on what things mean • Now, look at meaning representations -- representations that link linguistic forms to knowledge of the world.
  • 3. Representing Meaning • What requirements do we have for meaning representations? • Some candidates: their strengths and weaknesses • Linguistic concepts we want to capture – Categories – Events – Time – Aspect – BDI
  • 4. What Can Serve as a Meaning Representation? • Anything that serves the core practical purposes of a program that is doing semantic processing ... – Answer questions (What is the tallest building in the world?) – Determining truth (Is the blue block on the red block?) – Drawing inferences (If the blue block is on the red block and the red block is on the tallest building in the world, then the blue block is on the tallest building in the world)
  • 5. Common Meaning Representations • FOPC: • Semantic Net: having haver had-thing speaker car • Conceptual Dependency Diagram: Car  Poss-By Speaker ) ( ) , ( ) , ( ) ( , y Car x y HadThing x S Haver x yHaving x    
  • 6. • Frame Having Haver: S HadThing: Car • All represent ‘linguistic meaning’ of I have a car and state of affairs in some world • All consist of structures, composed of symbols representing objects and relations among them
  • 7. What requirements must meaning representations fulfill? • Verifiability: The system should allow us to compare representations to facts in a Knowledge Base (KB) – Cat(Huey) • Ambiguity: The system should allow us to represent meanings unambiguously – German teachers has 2 representations • Vagueness: The system should allow us to represent vagueness – He lives somewhere in the south of France.
  • 8. Initial Simplifying Assumptions • Focus on literal meaning – Conventional meanings of words – Ignore context
  • 9. Canonical Form • Inputs that mean the same thing have the same representation. – Huey eats kibble. – Kibble, Huey will eat. – What Huey eats is kibble. – It’s kibble that Huey eats. • Alternatives – Four different semantic representations – Store all possible meaning representations in KB
  • 10. Inference • Draw valid conclusions based on the meaning representation of inputs and its store of background knowledge. Does Huey eat kibble? thing(kibble) Eat(Huey,x) ^ thing(x)
  • 11. Expressiveness • Must accommodate wide variety of meanings
  • 12. Predicate-Argument Structure • Represents concepts and relationships among them – Nouns as concepts or arguments (red(ball)) – Adjectives, adverbs, verbs as predicates (red(ball)) • Subcategorization (or, argument) frames specify number, position, and syntactic category of arguments – NP likes NP – NP likes Inf-VP – NP likes NP Inf-VP
  • 13. Semantic (Thematic) Roles • Subcat frames link arguments in surface structure with their semantic roles – Agent: George hit Bill. Bill was hit by George. – Patient: George hit Bill. Bill was hit by George. • Selectional Restrictions: constraints on the types of arguments verbs take George assassinated the senator. *The spider assassinated the fly. assassinate: intentional (political?) killing
  • 14. First Order Predicate Calculus • Not ideal as a meaning representation and doesn't do everything we want -- but close – Supports the determination of truth – Supports compositionality of meaning – Supports question-answering (via variables) – Supports inference
  • 15. FOPC Syntax • Terms: constants, functions, variables – Constants: objects in the world, e.g. Huey – Functions: concepts, e.g. sisterof(Huey) – Variables: x, e.g. sisterof(x) • Predicates: symbols that refer to relations that hold among objects in some domain or properties that hold of some object in a domain likes(Huey, kibble) cat(Huey)
  • 16. • Logical connectives permit compositionality of meaning kibble(x)  likes(Huey,x) cat(Vera) ^ weird(Vera) sleeping(Huey) v eating(Huey) • Sentences in FOPC can be assigned truth values, T or F, based on whether the propositions they represent are T or F in the world – Atomic formulae are T or F based on their presence or absence in a DB (Closed World Assumption?) – Composed meanings are inferred from DB and meaning of logical connectives
  • 17. – cat(Huey) – sibling(Huey,Vera) – sibling(x,y) ^ cat(x)  cat(y) – cat(Vera)?? • Limitations: – Do ‘and’ and ‘or’ in natural language really mean ‘^’ and ‘v’? Mary got married and had a baby. Your money or your life! She was happy but ignorant. – Does ‘’ mean ‘if’? I’ll go if you promise to wear a tutu.
  • 18. • Quantifiers: – Existential quantification: There is a unicorn in my garden. Some unicorn is in my garden. – Universal quantification: The unicorn is a mythical beast. Unicorns are mythical beasts. • Inference: – Modus ponens: rich(Harry) rich(x)  happy(x) happy(Harry) • Production systems: – Forward and backward chaining  , 
  • 19. Temporal Representations • How do we represent time and temporal relationships between events? Last year Martha Stewart was happy but soon she will be sad. • Where do we get temporal information? – Verb tense – Temporal expressions – Sequence of presentation • Linear representations: Reichenbach ‘47
  • 20. – Utterance time: when the utterance occurs – Reference time: the temporal point-of-view of the utterance – Event time: when events described in the utterance occur George had intended to eat a sandwich. E – R – U  George is eating a sandwich. -- E,R,U  George had better eat a sandwich soon. --R,U – E 
  • 21. Verbs and Event Types: Aspect – Statives: states or properties of objects at a particular point in time Mary needs sleep. *Mary is needing sleep. *Need sleep. *Mary needs sleep in a week. – Activities: events with no clear endpoint Harry drives a Porsche. *Harry drives a Porsche in a week.
  • 22. • Accomplishments: events with durations and endpoints that result in some change of state Marlon filled out the form. Marlon stopped filling out the form (Marlon did not fill out the form) vs. Harry stopped driving a Porsche (Harry still drove a Porsche …for a while) • Achievements: events that change state but have no particular duration Larry reached the top. *Larry stopped reaching the top. *Larry reached the top for a few minutes.
  • 23. Beliefs, Desires and Intentions • How do we represent internal speaker states like believing, knowing, wanting, assuming, imagining..? – Not well modeled by a simple DB lookup approach – Truth in the world vs. truth in some possible world George imagined that he could dance. Geroge believed that he could dance. • Augment FOPC with special modal operators that take logical formulae as arguments, e.g. believe, know
  • 24. Believes(George, dance(George)) • Mutual belief: I believe you believe I believe…. – Practical importance: modeling belief in dialogue