SlideShare a Scribd company logo
1 of 19
SEMENTIC INTERPRETATION -
AMBIGUITY AND DISAMBIGUITY
BY,
VIVEK KUMAR(vivek5505@gmail.com)
DEPT. OF COMPUTER ENGINEERING
1
2
SEMANTIC OVERVIEW
Semantics means the meaning and interpretation of words,
signs, and sentence structure.
Semantics largely determine our reading comprehension, how
we understand others, and even what decisions we make as a
result of our interpretations.
Semantics can also refer to the branch of study within linguistics
that deals with language and how we understand meaning.
Semantic example:
3
Above figure explain about the interpretation of word “I saw bats”. It means someone can
interpret same sentence by the two different meaning like either a cricket bat or mammal
bat.
4
One of the central issues with semantics is the distinction
between literal meaning and figurative meaning. With literal
meaning, we take concepts at face value. For example, if we said,
'Fall began with the turning of the leaves,' we would mean that
the season began to change when the leaves turned colours.
Figurative meaning utilizes similes and metaphors to represent
meaning and convey greater emotion. For example, 'I'm as
hungry as a bear' would be a simile and a comparison to show a
great need for sustenance.
SEMANTIC INTERPRETATION
 semantic interpretation is the process of mapping a syntactically
analyzed text of natural language to a representation of its
meaning.
it's the process of determining what a user said versus what they
meant. What the user meant is the semantic interpretation.
The goal of interpretation is binding the user expression to
concept, or something the system can understand.
5
6
• The semantic representation of an object is obtained from the
semantic interpretation of its components.
• The semantic interpretation process must be based in a theory,
not in an "ad-hoc" process. This theory must support:
• - lexical and syntactic ambiguity
• - complex phenomena: negation, quantification, inferences,
etc.
• An interface mechanism between sintax and semantic must be
defined.
For example Let's say you have a call router, a customer calls in and
asks to speak with technical service. A second customer calls in and
asks to speak with technical support. A third customer simply asks
for support. All three callers meant exactly the same thing, they are
trying to get to the exact same place. They all wanted technical
support, but they used three different phrases to get across the
same meaning. As humans we can do semantic interpretation very
well, computers require more explicit input. Semantic interpretation
will allow you take all three of those expression and return a single
result that can be predictable and useful by computer code.
7
8
USE OF SEMANTIC INTERPRETATION
semantic interpretation is used to control and format the kind of
output from the speech engine to some application.
Let's say you have a prompt that asks the caller for a PIN (a series of
digits), so the caller responds, "1, 2, 3, 4."
Well, the speech engine understands words and not really numbers.
It sees number as words and not digits. So it will return to you the
words "one, two, three," and the word " four." You could probably
perform transformations with the application so that you could
replace the word "one" with a digit.
9
However, using semantic interpretation you can go ahead and
turn those words into numbers before it even reaches the
application, which is quite handy because your application is
going to want to work with just digits
AMBIGUITY
 Ambiguity can bedefined as a word, phrase or sentence that
has more than one meaning or interpretation.
 In some cases, listener are consciously aware of ambiguity in an
expression.
 Ambiguity is a type of uncertainty of meaning in which several
interpretations are possible.
 The concept of ambiguity is generally contrasted with lack of
definition.
 Context may play a role in resolving ambiguity.
10
For Example: 11
 Light (not very dark) Light (not very heavy)
Types of ambiguity
 Structural ambiguity
 Lexical ambiguity
 Structural ambiguity:
 Structural ambiguity refers to the situation in which a sentence
may have different meanings because the words of a sentence
are related to each other in various ways, even though each
word is clear.
 syntactic ambiguity is the presence of two or more possible
meanings within a single sentence or sequence of words. Also
called structural ambiguity or grammatical ambiguity.
12
For Example:
 Small boys and girls are playing hide and seek.
 Explanation can show in the first sentence two ideas:
i. Small boys are playing with young girls.
ii. Small boys and all girls are playing.
 Distinct underlying interpretations that have to be represented
differently in deep structure is called Structural Ambiguity.
13
LEXICAL AMBIGUITY
 If a word has more than one interpretation and this same piece
of information may be ambiguous in one context and
unambiguous in another.
 It is also called semantic ambiguity.
 Examples:
• “Young” can be interpreted as young (age) or inexpert.
• “Bank” can also be interpreted as the slope side of a river or the
financial institution.
14
OTHER TYPES OF AMBIGUITY
Metonymy: It is a figure of speech in which one object is used to
stand for another.
To handle the semantics of metonymy , we need to introduce a
new level of ambiguity . For semantic interpretation of every
phrase in the sentence, we provide two objects : one for literal
reference and one for metonymic references. Then establish
relation between the two references.
Metaphor: Another Figure Of Speech , a phrase with one literal
meaning is used to suggest a different meaning by way of
analogy.
15
DISAMBIGUATION MODELS
 To do Disambiguation properly, we need to combine four
models:
A. The World Model: likelihood that a proposition occurs in the
world.
 Speaker: “I am Dead.”
 The above sentence could mean that “I am in big trouble.” rather
than “My life ended, and yet I can still a talk”.
B. The Mental World: likelihood that the speaker forms the
intention of communicating a certain fact to the hearer . In other
words, this approach combines models of what the speaker
believes, what the speaker believes the hearer believes , and so on.
16
DISAMBIGUATION MODELS
C. The Language model: likelihood that a certain strings of words
will be chosen, given that the speaker has the intention of
communicating a certain fact.
D. The Acoustic Model: likelihood that a particular sequence of
sounds will be generated , given that the speaker has chosen a
given string if words(speech recognition).
17
References
 https://en.wikipedia.org/wiki/Syntactic_ambiguity
 https://www.google.co.in/search?safe=active&client=firefox-b-
ab&dcr=0&q=types+of+ambiguity&sa=X&ved=0ahUKEwie2_Hxp63XAhUI
wI8KHTauBiEQ1QIIiQEoAw&biw=1366&bih=635
 http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.307.1757&rep=r
ep1&type=pdf
 Artificial intelligence – A modern approach by stuart Russell,peter Norving.
18
Thank You...
19

More Related Content

What's hot

natural language processing
natural language processing natural language processing
natural language processing sunanthakrishnan
 
Introduction to Natural Language Processing
Introduction to Natural Language ProcessingIntroduction to Natural Language Processing
Introduction to Natural Language ProcessingPranav Gupta
 
Fundamentals of Language Processing
Fundamentals of Language ProcessingFundamentals of Language Processing
Fundamentals of Language ProcessingHemant Sharma
 
Syntactic analysis in NLP
Syntactic analysis in NLPSyntactic analysis in NLP
Syntactic analysis in NLPkartikaVashisht
 
NLP_KASHK:Finite-State Morphological Parsing
NLP_KASHK:Finite-State Morphological ParsingNLP_KASHK:Finite-State Morphological Parsing
NLP_KASHK:Finite-State Morphological ParsingHemantha Kulathilake
 
Lexical analyzer generator lex
Lexical analyzer generator lexLexical analyzer generator lex
Lexical analyzer generator lexAnusuya123
 
Natural language processing
Natural language processingNatural language processing
Natural language processingHansi Thenuwara
 
Artificial Intelligence Notes Unit 4
Artificial Intelligence Notes Unit 4Artificial Intelligence Notes Unit 4
Artificial Intelligence Notes Unit 4DigiGurukul
 
Natural Language Processing
Natural Language ProcessingNatural Language Processing
Natural Language ProcessingYasir Khan
 
Natural Language Processing seminar review
Natural Language Processing seminar review Natural Language Processing seminar review
Natural Language Processing seminar review Jayneel Vora
 
Knowledge representation In Artificial Intelligence
Knowledge representation In Artificial IntelligenceKnowledge representation In Artificial Intelligence
Knowledge representation In Artificial IntelligenceRamla Sheikh
 
natural language processing help at myassignmenthelp.net
natural language processing  help at myassignmenthelp.netnatural language processing  help at myassignmenthelp.net
natural language processing help at myassignmenthelp.netwww.myassignmenthelp.net
 
NLP_KASHK:Parsing with Context-Free Grammar
NLP_KASHK:Parsing with Context-Free Grammar NLP_KASHK:Parsing with Context-Free Grammar
NLP_KASHK:Parsing with Context-Free Grammar Hemantha Kulathilake
 
Attribute grammer
Attribute grammerAttribute grammer
Attribute grammerahmed51236
 
Semantic nets in artificial intelligence
Semantic nets in artificial intelligenceSemantic nets in artificial intelligence
Semantic nets in artificial intelligenceharshita virwani
 
Theory of Automata
Theory of AutomataTheory of Automata
Theory of AutomataFarooq Mian
 
Natural language processing in artificial intelligence
Natural language processing in artificial intelligenceNatural language processing in artificial intelligence
Natural language processing in artificial intelligenceAbdul Rafay
 

What's hot (20)

natural language processing
natural language processing natural language processing
natural language processing
 
Introduction to Natural Language Processing
Introduction to Natural Language ProcessingIntroduction to Natural Language Processing
Introduction to Natural Language Processing
 
Fundamentals of Language Processing
Fundamentals of Language ProcessingFundamentals of Language Processing
Fundamentals of Language Processing
 
Syntactic analysis in NLP
Syntactic analysis in NLPSyntactic analysis in NLP
Syntactic analysis in NLP
 
NLP_KASHK:Finite-State Morphological Parsing
NLP_KASHK:Finite-State Morphological ParsingNLP_KASHK:Finite-State Morphological Parsing
NLP_KASHK:Finite-State Morphological Parsing
 
Lexical analyzer generator lex
Lexical analyzer generator lexLexical analyzer generator lex
Lexical analyzer generator lex
 
Natural language processing
Natural language processingNatural language processing
Natural language processing
 
Artificial Intelligence Notes Unit 4
Artificial Intelligence Notes Unit 4Artificial Intelligence Notes Unit 4
Artificial Intelligence Notes Unit 4
 
Computational linguistics
Computational linguisticsComputational linguistics
Computational linguistics
 
Natural Language Processing
Natural Language ProcessingNatural Language Processing
Natural Language Processing
 
NLP
NLPNLP
NLP
 
Natural Language Processing seminar review
Natural Language Processing seminar review Natural Language Processing seminar review
Natural Language Processing seminar review
 
Knowledge representation In Artificial Intelligence
Knowledge representation In Artificial IntelligenceKnowledge representation In Artificial Intelligence
Knowledge representation In Artificial Intelligence
 
Machine Translation
Machine TranslationMachine Translation
Machine Translation
 
natural language processing help at myassignmenthelp.net
natural language processing  help at myassignmenthelp.netnatural language processing  help at myassignmenthelp.net
natural language processing help at myassignmenthelp.net
 
NLP_KASHK:Parsing with Context-Free Grammar
NLP_KASHK:Parsing with Context-Free Grammar NLP_KASHK:Parsing with Context-Free Grammar
NLP_KASHK:Parsing with Context-Free Grammar
 
Attribute grammer
Attribute grammerAttribute grammer
Attribute grammer
 
Semantic nets in artificial intelligence
Semantic nets in artificial intelligenceSemantic nets in artificial intelligence
Semantic nets in artificial intelligence
 
Theory of Automata
Theory of AutomataTheory of Automata
Theory of Automata
 
Natural language processing in artificial intelligence
Natural language processing in artificial intelligenceNatural language processing in artificial intelligence
Natural language processing in artificial intelligence
 

Similar to Semantic interpretation

Discourse analysis-1225482185740463-9
Discourse analysis-1225482185740463-9Discourse analysis-1225482185740463-9
Discourse analysis-1225482185740463-9Victor Canoy
 
Pragmaticspresentation 140705125246-phpapp02
Pragmaticspresentation 140705125246-phpapp02Pragmaticspresentation 140705125246-phpapp02
Pragmaticspresentation 140705125246-phpapp02Muhammad Sajjad Raja
 
Discourse analysis
Discourse analysisDiscourse analysis
Discourse analysisAyesha Mir
 
Essay On Pragmatic Track
Essay On Pragmatic TrackEssay On Pragmatic Track
Essay On Pragmatic TrackAmber Wheeler
 
Discourse analysis
Discourse analysisDiscourse analysis
Discourse analysisfzoratti
 
Pragmatic Equivalence In Translation
Pragmatic Equivalence In TranslationPragmatic Equivalence In Translation
Pragmatic Equivalence In TranslationDawn Robertson
 
Barriers in communication xovex.in
Barriers in communication xovex.inBarriers in communication xovex.in
Barriers in communication xovex.inShishir Gupta
 
1 introduction to the study of language (1)
1  introduction to the study of language (1)1  introduction to the study of language (1)
1 introduction to the study of language (1)Adriana Rodriguez
 
1 introduction to the study of language (1)
1  introduction to the study of language (1)1  introduction to the study of language (1)
1 introduction to the study of language (1)Adriana Rodriguez
 
1 introduction to the study of language (1)
1  introduction to the study of language (1)1  introduction to the study of language (1)
1 introduction to the study of language (1)Adriana Rodriguez
 

Similar to Semantic interpretation (20)

Discourse analysis-1225482185740463-9
Discourse analysis-1225482185740463-9Discourse analysis-1225482185740463-9
Discourse analysis-1225482185740463-9
 
Pragmaticspresentation 140705125246-phpapp02
Pragmaticspresentation 140705125246-phpapp02Pragmaticspresentation 140705125246-phpapp02
Pragmaticspresentation 140705125246-phpapp02
 
Discourse analysis
Discourse analysisDiscourse analysis
Discourse analysis
 
A Contrastive Study of Interpretations of Metaphor from Pragmatic Perspective
A Contrastive Study of Interpretations of Metaphor from Pragmatic PerspectiveA Contrastive Study of Interpretations of Metaphor from Pragmatic Perspective
A Contrastive Study of Interpretations of Metaphor from Pragmatic Perspective
 
Essay On Pragmatic Track
Essay On Pragmatic TrackEssay On Pragmatic Track
Essay On Pragmatic Track
 
Discourse Analysis
Discourse AnalysisDiscourse Analysis
Discourse Analysis
 
Discourse analysis
Discourse analysisDiscourse analysis
Discourse analysis
 
Semantics dasri
Semantics dasriSemantics dasri
Semantics dasri
 
Semantics dasri
Semantics dasriSemantics dasri
Semantics dasri
 
Semantics lecture 2
Semantics   lecture 2Semantics   lecture 2
Semantics lecture 2
 
Pragmatic Equivalence In Translation
Pragmatic Equivalence In TranslationPragmatic Equivalence In Translation
Pragmatic Equivalence In Translation
 
Rhetorical devices
Rhetorical devicesRhetorical devices
Rhetorical devices
 
Semantics
SemanticsSemantics
Semantics
 
Week 4 semantics
Week 4 semanticsWeek 4 semantics
Week 4 semantics
 
Pragmatics
PragmaticsPragmatics
Pragmatics
 
Barriers in communication xovex.in
Barriers in communication xovex.inBarriers in communication xovex.in
Barriers in communication xovex.in
 
1 introduction to the study of language (1)
1  introduction to the study of language (1)1  introduction to the study of language (1)
1 introduction to the study of language (1)
 
1 introduction to the study of language (1)
1  introduction to the study of language (1)1  introduction to the study of language (1)
1 introduction to the study of language (1)
 
1 introduction to the study of language (1)
1  introduction to the study of language (1)1  introduction to the study of language (1)
1 introduction to the study of language (1)
 
Week 4.1 semantics student copy
Week 4.1 semantics   student copyWeek 4.1 semantics   student copy
Week 4.1 semantics student copy
 

Recently uploaded

Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
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
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
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
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
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
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
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
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 
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
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptxPoojaSen20
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
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
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 

Recently uploaded (20)

Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
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
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
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
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
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 ...
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
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
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
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
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.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🔝
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
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
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 

Semantic interpretation

  • 1. SEMENTIC INTERPRETATION - AMBIGUITY AND DISAMBIGUITY BY, VIVEK KUMAR(vivek5505@gmail.com) DEPT. OF COMPUTER ENGINEERING 1
  • 2. 2 SEMANTIC OVERVIEW Semantics means the meaning and interpretation of words, signs, and sentence structure. Semantics largely determine our reading comprehension, how we understand others, and even what decisions we make as a result of our interpretations. Semantics can also refer to the branch of study within linguistics that deals with language and how we understand meaning.
  • 3. Semantic example: 3 Above figure explain about the interpretation of word “I saw bats”. It means someone can interpret same sentence by the two different meaning like either a cricket bat or mammal bat.
  • 4. 4 One of the central issues with semantics is the distinction between literal meaning and figurative meaning. With literal meaning, we take concepts at face value. For example, if we said, 'Fall began with the turning of the leaves,' we would mean that the season began to change when the leaves turned colours. Figurative meaning utilizes similes and metaphors to represent meaning and convey greater emotion. For example, 'I'm as hungry as a bear' would be a simile and a comparison to show a great need for sustenance.
  • 5. SEMANTIC INTERPRETATION  semantic interpretation is the process of mapping a syntactically analyzed text of natural language to a representation of its meaning. it's the process of determining what a user said versus what they meant. What the user meant is the semantic interpretation. The goal of interpretation is binding the user expression to concept, or something the system can understand. 5
  • 6. 6 • The semantic representation of an object is obtained from the semantic interpretation of its components. • The semantic interpretation process must be based in a theory, not in an "ad-hoc" process. This theory must support: • - lexical and syntactic ambiguity • - complex phenomena: negation, quantification, inferences, etc. • An interface mechanism between sintax and semantic must be defined.
  • 7. For example Let's say you have a call router, a customer calls in and asks to speak with technical service. A second customer calls in and asks to speak with technical support. A third customer simply asks for support. All three callers meant exactly the same thing, they are trying to get to the exact same place. They all wanted technical support, but they used three different phrases to get across the same meaning. As humans we can do semantic interpretation very well, computers require more explicit input. Semantic interpretation will allow you take all three of those expression and return a single result that can be predictable and useful by computer code. 7
  • 8. 8 USE OF SEMANTIC INTERPRETATION semantic interpretation is used to control and format the kind of output from the speech engine to some application. Let's say you have a prompt that asks the caller for a PIN (a series of digits), so the caller responds, "1, 2, 3, 4." Well, the speech engine understands words and not really numbers. It sees number as words and not digits. So it will return to you the words "one, two, three," and the word " four." You could probably perform transformations with the application so that you could replace the word "one" with a digit.
  • 9. 9 However, using semantic interpretation you can go ahead and turn those words into numbers before it even reaches the application, which is quite handy because your application is going to want to work with just digits
  • 10. AMBIGUITY  Ambiguity can bedefined as a word, phrase or sentence that has more than one meaning or interpretation.  In some cases, listener are consciously aware of ambiguity in an expression.  Ambiguity is a type of uncertainty of meaning in which several interpretations are possible.  The concept of ambiguity is generally contrasted with lack of definition.  Context may play a role in resolving ambiguity. 10
  • 11. For Example: 11  Light (not very dark) Light (not very heavy)
  • 12. Types of ambiguity  Structural ambiguity  Lexical ambiguity  Structural ambiguity:  Structural ambiguity refers to the situation in which a sentence may have different meanings because the words of a sentence are related to each other in various ways, even though each word is clear.  syntactic ambiguity is the presence of two or more possible meanings within a single sentence or sequence of words. Also called structural ambiguity or grammatical ambiguity. 12
  • 13. For Example:  Small boys and girls are playing hide and seek.  Explanation can show in the first sentence two ideas: i. Small boys are playing with young girls. ii. Small boys and all girls are playing.  Distinct underlying interpretations that have to be represented differently in deep structure is called Structural Ambiguity. 13
  • 14. LEXICAL AMBIGUITY  If a word has more than one interpretation and this same piece of information may be ambiguous in one context and unambiguous in another.  It is also called semantic ambiguity.  Examples: • “Young” can be interpreted as young (age) or inexpert. • “Bank” can also be interpreted as the slope side of a river or the financial institution. 14
  • 15. OTHER TYPES OF AMBIGUITY Metonymy: It is a figure of speech in which one object is used to stand for another. To handle the semantics of metonymy , we need to introduce a new level of ambiguity . For semantic interpretation of every phrase in the sentence, we provide two objects : one for literal reference and one for metonymic references. Then establish relation between the two references. Metaphor: Another Figure Of Speech , a phrase with one literal meaning is used to suggest a different meaning by way of analogy. 15
  • 16. DISAMBIGUATION MODELS  To do Disambiguation properly, we need to combine four models: A. The World Model: likelihood that a proposition occurs in the world.  Speaker: “I am Dead.”  The above sentence could mean that “I am in big trouble.” rather than “My life ended, and yet I can still a talk”. B. The Mental World: likelihood that the speaker forms the intention of communicating a certain fact to the hearer . In other words, this approach combines models of what the speaker believes, what the speaker believes the hearer believes , and so on. 16
  • 17. DISAMBIGUATION MODELS C. The Language model: likelihood that a certain strings of words will be chosen, given that the speaker has the intention of communicating a certain fact. D. The Acoustic Model: likelihood that a particular sequence of sounds will be generated , given that the speaker has chosen a given string if words(speech recognition). 17
  • 18. References  https://en.wikipedia.org/wiki/Syntactic_ambiguity  https://www.google.co.in/search?safe=active&client=firefox-b- ab&dcr=0&q=types+of+ambiguity&sa=X&ved=0ahUKEwie2_Hxp63XAhUI wI8KHTauBiEQ1QIIiQEoAw&biw=1366&bih=635  http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.307.1757&rep=r ep1&type=pdf  Artificial intelligence – A modern approach by stuart Russell,peter Norving. 18