SlideShare a Scribd company logo
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

System Models in Software Engineering SE7
System Models in Software Engineering SE7System Models in Software Engineering SE7
System Models in Software Engineering SE7
koolkampus
 
Natural Language Processing
Natural Language ProcessingNatural Language Processing
Natural Language Processing
Mariana Soffer
 
Natural Language Processing
Natural Language ProcessingNatural Language Processing
Natural Language Processing
Yasir Khan
 
Adnan: Introduction to Natural Language Processing
Adnan: Introduction to Natural Language Processing Adnan: Introduction to Natural Language Processing
Adnan: Introduction to Natural Language Processing
Mustafa Jarrar
 
Knowledge Representation & Reasoning
Knowledge Representation & ReasoningKnowledge Representation & Reasoning
Knowledge Representation & Reasoning
Sajid Marwat
 

What's hot (20)

Stemming And Lemmatization Tutorial | Natural Language Processing (NLP) With ...
Stemming And Lemmatization Tutorial | Natural Language Processing (NLP) With ...Stemming And Lemmatization Tutorial | Natural Language Processing (NLP) With ...
Stemming And Lemmatization Tutorial | Natural Language Processing (NLP) With ...
 
message passing vs shared memory
message passing vs shared memorymessage passing vs shared memory
message passing vs shared memory
 
5. phase of nlp
5. phase of nlp5. phase of nlp
5. phase of nlp
 
Message passing in Distributed Computing Systems
Message passing in Distributed Computing SystemsMessage passing in Distributed Computing Systems
Message passing in Distributed Computing Systems
 
Knowledge representation
Knowledge representationKnowledge representation
Knowledge representation
 
Multi Head, Multi Tape Turing Machine
Multi Head, Multi Tape Turing MachineMulti Head, Multi Tape Turing Machine
Multi Head, Multi Tape Turing Machine
 
Text compression
Text compressionText compression
Text compression
 
Lecture 5 - Agent communication
Lecture 5 - Agent communicationLecture 5 - Agent communication
Lecture 5 - Agent communication
 
6 shallow parsing introduction
6 shallow parsing introduction6 shallow parsing introduction
6 shallow parsing introduction
 
Elements of dynamic programming
Elements of dynamic programmingElements of dynamic programming
Elements of dynamic programming
 
HCI Lecture 1
HCI Lecture 1HCI Lecture 1
HCI Lecture 1
 
Knowledge Representation in Artificial intelligence
Knowledge Representation in Artificial intelligence Knowledge Representation in Artificial intelligence
Knowledge Representation in Artificial intelligence
 
System Models in Software Engineering SE7
System Models in Software Engineering SE7System Models in Software Engineering SE7
System Models in Software Engineering SE7
 
Summary of Multilingual Natural Language Processing Applications: From Theory...
Summary of Multilingual Natural Language Processing Applications: From Theory...Summary of Multilingual Natural Language Processing Applications: From Theory...
Summary of Multilingual Natural Language Processing Applications: From Theory...
 
HCI - Chapter 6
HCI - Chapter 6HCI - Chapter 6
HCI - Chapter 6
 
Natural Language Processing
Natural Language ProcessingNatural Language Processing
Natural Language Processing
 
Specification-of-tokens
Specification-of-tokensSpecification-of-tokens
Specification-of-tokens
 
Natural Language Processing
Natural Language ProcessingNatural Language Processing
Natural Language Processing
 
Adnan: Introduction to Natural Language Processing
Adnan: Introduction to Natural Language Processing Adnan: Introduction to Natural Language Processing
Adnan: Introduction to Natural Language Processing
 
Knowledge Representation & Reasoning
Knowledge Representation & ReasoningKnowledge Representation & Reasoning
Knowledge Representation & Reasoning
 

Similar to Semantic interpretation

Discourse analysis-1225482185740463-9
Discourse analysis-1225482185740463-9Discourse analysis-1225482185740463-9
Discourse analysis-1225482185740463-9
Victor Canoy
 
Pragmaticspresentation 140705125246-phpapp02
Pragmaticspresentation 140705125246-phpapp02Pragmaticspresentation 140705125246-phpapp02
Pragmaticspresentation 140705125246-phpapp02
Muhammad Sajjad Raja
 
Discourse analysis
Discourse analysisDiscourse analysis
Discourse analysis
fzoratti
 
Pragmatic Equivalence In Translation
Pragmatic Equivalence In TranslationPragmatic Equivalence In Translation
Pragmatic Equivalence In Translation
Dawn Robertson
 
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

Industrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training ReportIndustrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training Report
Avinash Rai
 

Recently uploaded (20)

[GDSC YCCE] Build with AI Online Presentation
[GDSC YCCE] Build with AI Online Presentation[GDSC YCCE] Build with AI Online Presentation
[GDSC YCCE] Build with AI Online Presentation
 
How to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS ModuleHow to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS Module
 
Introduction to Quality Improvement Essentials
Introduction to Quality Improvement EssentialsIntroduction to Quality Improvement Essentials
Introduction to Quality Improvement Essentials
 
Basic Civil Engg Notes_Chapter-6_Environment Pollution & Engineering
Basic Civil Engg Notes_Chapter-6_Environment Pollution & EngineeringBasic Civil Engg Notes_Chapter-6_Environment Pollution & Engineering
Basic Civil Engg Notes_Chapter-6_Environment Pollution & Engineering
 
2024_Student Session 2_ Set Plan Preparation.pptx
2024_Student Session 2_ Set Plan Preparation.pptx2024_Student Session 2_ Set Plan Preparation.pptx
2024_Student Session 2_ Set Plan Preparation.pptx
 
UNIT – IV_PCI Complaints: Complaints and evaluation of complaints, Handling o...
UNIT – IV_PCI Complaints: Complaints and evaluation of complaints, Handling o...UNIT – IV_PCI Complaints: Complaints and evaluation of complaints, Handling o...
UNIT – IV_PCI Complaints: Complaints and evaluation of complaints, Handling o...
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 
Salient features of Environment protection Act 1986.pptx
Salient features of Environment protection Act 1986.pptxSalient features of Environment protection Act 1986.pptx
Salient features of Environment protection Act 1986.pptx
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
 
How to Break the cycle of negative Thoughts
How to Break the cycle of negative ThoughtsHow to Break the cycle of negative Thoughts
How to Break the cycle of negative Thoughts
 
Fish and Chips - have they had their chips
Fish and Chips - have they had their chipsFish and Chips - have they had their chips
Fish and Chips - have they had their chips
 
Benefits and Challenges of Using Open Educational Resources
Benefits and Challenges of Using Open Educational ResourcesBenefits and Challenges of Using Open Educational Resources
Benefits and Challenges of Using Open Educational Resources
 
Application of Matrices in real life. Presentation on application of matrices
Application of Matrices in real life. Presentation on application of matricesApplication of Matrices in real life. Presentation on application of matrices
Application of Matrices in real life. Presentation on application of matrices
 
Sectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdfSectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdf
 
B.ed spl. HI pdusu exam paper-2023-24.pdf
B.ed spl. HI pdusu exam paper-2023-24.pdfB.ed spl. HI pdusu exam paper-2023-24.pdf
B.ed spl. HI pdusu exam paper-2023-24.pdf
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
 
Solid waste management & Types of Basic civil Engineering notes by DJ Sir.pptx
Solid waste management & Types of Basic civil Engineering notes by DJ Sir.pptxSolid waste management & Types of Basic civil Engineering notes by DJ Sir.pptx
Solid waste management & Types of Basic civil Engineering notes by DJ Sir.pptx
 
Danh sách HSG Bộ môn cấp trường - Cấp THPT.pdf
Danh sách HSG Bộ môn cấp trường - Cấp THPT.pdfDanh sách HSG Bộ môn cấp trường - Cấp THPT.pdf
Danh sách HSG Bộ môn cấp trường - Cấp THPT.pdf
 
Basic_QTL_Marker-assisted_Selection_Sourabh.ppt
Basic_QTL_Marker-assisted_Selection_Sourabh.pptBasic_QTL_Marker-assisted_Selection_Sourabh.ppt
Basic_QTL_Marker-assisted_Selection_Sourabh.ppt
 
Industrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training ReportIndustrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training Report
 

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