semantics for languages natural formal and programming
play

Semantics for Languages (Natural, Formal and Programming) - PowerPoint PPT Presentation

Recipe for a Semantic Definition Logical Representations Commonsense Mapping Semantic Composition for NL Semantics for Languages (Natural, Formal and Programming) Informatics 2A: Lecture 21 John Longley (slides by Bonnie Webber) School of


  1. Recipe for a Semantic Definition Logical Representations Commonsense Mapping Semantic Composition for NL Semantics for Languages (Natural, Formal and Programming) Informatics 2A: Lecture 21 John Longley (slides by Bonnie Webber) School of Informatics University of Edinburgh 16 November 2010 Informatics 2A: Lecture 21 Semantics for Languages (Natural, Formal and Programming)1

  2. Syntax and Semantics Recipe for a Semantic Definition Compositionality Logical Representations Exceptions Commonsense Mapping Meaning Representations Semantic Composition for NL Desiderata for Meaning Representation Syntax and Semantics Semantics is concerned with how expressions in a language map to a world – both their denotation (literal meaning) connotation (other associations) When we say (in everyday usage) that a sentence is ambiguous, we usually mean it has more than one (literal) meaning. Some ambiguity comes from words having more than one sense, some from sentences having more than one parse tree (syntactic analysis) with respect to a grammar, and some from a property called scope . Informatics 2A: Lecture 21 Semantics for Languages (Natural, Formal and Programming)2

  3. Syntax and Semantics Recipe for a Semantic Definition Compositionality Logical Representations Exceptions Commonsense Mapping Meaning Representations Semantic Composition for NL Desiderata for Meaning Representation Syntax and Semantics A possible ‘meaning’ for a sentence should take account of both the intended senses of its words and its intended syntactic analysis. We saw this in our canonical example: I made her duck I caused her to drop and avert her head. ( duck as action) I created the duck that she owns. ( duck as individual) I cooked a/some duck for her. ( duck as mass) Informatics 2A: Lecture 21 Semantics for Languages (Natural, Formal and Programming)3

  4. Syntax and Semantics Recipe for a Semantic Definition Compositionality Logical Representations Exceptions Commonsense Mapping Meaning Representations Semantic Composition for NL Desiderata for Meaning Representation Syntax and Semantics Providing a semantics for a language (natural, programming or formal) involves giving a systematic mapping from the structure underlying a string to its ‘meaning’. While the kinds of meaning conveyed by NLs are generally much more complex than those conveyed by PLs, NL and PL typically semantics share two things in common: ◦ compositionality ◦ exceptions Informatics 2A: Lecture 21 Semantics for Languages (Natural, Formal and Programming)4

  5. Syntax and Semantics Recipe for a Semantic Definition Compositionality Logical Representations Exceptions Commonsense Mapping Meaning Representations Semantic Composition for NL Desiderata for Meaning Representation Compositionality Compositionality provides a systematic mapping between structures of the language and (literal) meaning. Principle of Compositionality : The meaning of a complex expression is a function of the meaning of its parts and of the rules by which they are combined. While PLs are designed for compositionality, it is surprising how often the literal meaning of NL utterances can be derived compositionally as well. We will look at both strictly compositional and less compositional aspects of the mapping between NL utterances and their literal meaning. Informatics 2A: Lecture 21 Semantics for Languages (Natural, Formal and Programming)5

  6. Syntax and Semantics Recipe for a Semantic Definition Compositionality Logical Representations Exceptions Commonsense Mapping Meaning Representations Semantic Composition for NL Desiderata for Meaning Representation Exceptions: Referential Failure NLs and PLs share a concept of referents, referring expressions and referential failure. the Director of Teaching in Informatics the previous slide Referential failure occurs when a referring expression fails to have a referent in what the hearer takes to be its intended model. In such cases, an exception handling mechanism is needed: (1) To assess a truth value: The present king of England is bald. (2) To decide what to do: Turn right at the McDonald Building. Informatics 2A: Lecture 21 Semantics for Languages (Natural, Formal and Programming)6

  7. Syntax and Semantics Recipe for a Semantic Definition Compositionality Logical Representations Exceptions Commonsense Mapping Meaning Representations Semantic Composition for NL Desiderata for Meaning Representation Exceptions: Presupposition Failure Many sentences we use every day convey additional assumptions about the world, besides the existence of referents for its referring expressions. These are called presuppositions. Unlock the door. ⇒ the door is locked. Do you regret getting drunk on Friday? ⇒ you got drunk on Friday. John stopped drinking milk. ⇒ John used to drink milk. A presupposition failure occurs when a sentence conveys a false assumption about the world. An exception handling mechanism is needed in order to assess the truth value of a sentence containing a false assumption. (3) Do you regret getting drunk on Friday? Informatics 2A: Lecture 21 Semantics for Languages (Natural, Formal and Programming)7

  8. Syntax and Semantics Recipe for a Semantic Definition Compositionality Logical Representations Exceptions Commonsense Mapping Meaning Representations Semantic Composition for NL Desiderata for Meaning Representation Meaning Representations What are these mysterious things called ‘meanings’? E.g. in NL, what is the ’meaning’ of a noun phrase? You might think it would be the ‘thing in the world’ that the phrase refers to: e.g. the meaning of the noun phrase ‘Barack Obama’ is Barack Obama himself. But there are difficulties with this. Consider the sentence: Both the morning star and the evening star are the planet Venus. Such a sentence might well be used to inform someone of something they didn’t previously know. How does this work? Better to consider ‘meanings’ as something intermediate between NL phrases and their real world referents: a kind of ‘understanding in our minds’. We’d like to model such ‘meanings’ in a formal way. Informatics 2A: Lecture 21 Semantics for Languages (Natural, Formal and Programming)8

  9. Syntax and Semantics Recipe for a Semantic Definition Compositionality Logical Representations Exceptions Commonsense Mapping Meaning Representations Semantic Composition for NL Desiderata for Meaning Representation Verifiability A meaning representation requires four properties for effective use: 1. It should be verifiable: One must be able to use the meaning representation of a sentence to determine whether the sentence is true with respect to some given model of the world. E.g. given an exhaustive table of ‘who loves whom’ (a world model), the meaning of a sentence like ‘Everybody loves Mary’, whatever it is, should be something that it’s possible to check against this world model. Informatics 2A: Lecture 21 Semantics for Languages (Natural, Formal and Programming)9

  10. Syntax and Semantics Recipe for a Semantic Definition Compositionality Logical Representations Exceptions Commonsense Mapping Meaning Representations Semantic Composition for NL Desiderata for Meaning Representation Unambiguous 2. A meaning representation should be unambiguous, with one and only one interpretation. If a sentence is ambiguous, there should be a different meaning representation for each sense. (4) I made her duck. Each interpretation of this sentence should have a distinct meaning representation. Informatics 2A: Lecture 21 Semantics for Languages (Natural, Formal and Programming)10

  11. Syntax and Semantics Recipe for a Semantic Definition Compositionality Logical Representations Exceptions Commonsense Mapping Meaning Representations Semantic Composition for NL Desiderata for Meaning Representation Canonical Form 3. A meaning representation should have a canonical form: The meaning representations for sentences with the same meaning should both be convertible into the same canonical form, that shows their equivalence. [I filled the room with balloons] ≡ [I put enough balloons in the room to fill it from floor to ceiling] Relationships other than identity should be derivable by entailment and other forms of inference. [I filled the room with balloons] ⇒ [I put at least one balloon in the room] Informatics 2A: Lecture 21 Semantics for Languages (Natural, Formal and Programming)11

  12. Syntax and Semantics Recipe for a Semantic Definition Compositionality Logical Representations Exceptions Commonsense Mapping Meaning Representations Semantic Composition for NL Desiderata for Meaning Representation Expressivity: Predicate-Argument Structure 4. A meaning representation should be expressive, allowing a wide range of meanings to be expressed in a natural and revealing way, including relationships between the words in a sentence – eg, Restrictions on the concept denoted by the head of a phrase. brown cow (How is brown related to cow ?) man who came to dinner (or man related to came to dinner ?) walk briskly (or walk related to briskly ?) Predicate-argument relations specifying the participants in an event or situation associated with the head of a phrase: Fred eats lentils (NP V NP): an eating event, with Fred doing the eating ( agent ), and lentils being eaten ( theme ); Fred eats lentils with a fork (NP V NP with NP): the same, but with a fork as the instrument used for eating the lentils. Informatics 2A: Lecture 21 Semantics for Languages (Natural, Formal and Programming)12

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend