semantics and pragmatics of nlp drt constructing lfs and
play

Semantics and Pragmatics of NLP DRT: Constructing LFs and - PowerPoint PPT Presentation

Constructing DRSs Pronouns and Presuppositions Semantics and Pragmatics of NLP DRT: Constructing LFs and Presuppositions Alex Lascarides School of Informatics University of Edinburgh university-logo Alex Lascarides SPNLP: Presuppositions


  1. Constructing DRSs Pronouns and Presuppositions Semantics and Pragmatics of NLP DRT: Constructing LFs and Presuppositions Alex Lascarides School of Informatics University of Edinburgh university-logo Alex Lascarides SPNLP: Presuppositions

  2. Constructing DRSs Pronouns and Presuppositions Outline Constructing DRSs for Discourse 1 Pronouns and Presuppositions 2 university-logo Alex Lascarides SPNLP: Presuppositions

  3. Constructing DRSs Pronouns and Presuppositions Building DRSs with Lambdas: λ -DRT Add λ and @ operators and a merge operator ⊕ . Use these operators to build representations compositionally , but the pronouns aren’t resolved at this stage, so Then we resolve the underspecified condition given by the pronoun, according to certain heuristics. university-logo Alex Lascarides SPNLP: Presuppositions

  4. Constructing DRSs Pronouns and Presuppositions The General Picture x john(x) y ¬ car(y), own(x,y) Context x,z x,z john(x) john(x) y y ¬ car(y), ¬ car(y), own(x,y) own(x,y) z=?, unhappy(z) z=x, unhappy(z) z Current syntax z=?, Got with ⊕ z is accessible; university-logo sentence and λ s y is not unhappy(z) Alex Lascarides SPNLP: Presuppositions

  5. Constructing DRSs Pronouns and Presuppositions Merging DRS1 ⊕ DRS2 = DRS3, where: DRS3’s discourse referents is the set union of DRS1’s and 1 DRS2’s discourse referents. DRS3’s conditions is the set union DRS1’s and DRS2’s 2 conditions. x,z x john(x) john(x) z y y ⊕ z=?, = car(y), ¬ ¬ car(y), unhappy(z) own(x,y) own(x,y) z=?, unhappy(z) university-logo Alex Lascarides SPNLP: Presuppositions

  6. Constructing DRSs Pronouns and Presuppositions Lexical Items: Nouns and Intransitive Verbs boxer: λ y boxer(y) woman: λ y woman(y) dances: λ y dance(y) Do pronouns later, since they’re different from what we had before. . . university-logo Alex Lascarides SPNLP: Presuppositions

  7. Constructing DRSs Pronouns and Presuppositions Determiners and Proper Names z a: λ P λ Q ⊕ P@z ⊕ Q@z z every: λ P λ Q ⊕ P@z ⇒ Q@z x Mia: λ P ⊕ P@x mia(x) Will change proper names a bit later. . . university-logo Alex Lascarides SPNLP: Presuppositions

  8. Constructing DRSs Pronouns and Presuppositions DRS Construction Every woman dances (S) z ⇒ woman(z) dance(z) Every woman (NP) dances (VP) λ Q z λ y dance(y) woman(z) ⇒ Q@z every (DET) woman (N) dances (IV) λ P λ Q z λ x woman(x) λ y dance(y) ⊕ P@z ⇒ Q@z university-logo Alex Lascarides SPNLP: Presuppositions

  9. Constructing DRSs Pronouns and Presuppositions DRSs in NLTK y x ⇒ bicycle(y), man(x) owns(x,y) DRS([],[(DRS([x],[(man x)]) implies DRS([y],[(bicycle y),(owns y x)]))]) toFol() : Converts DRSs to FoL. draw() : Draws a DRS in ‘box’ notation (currently works only for Windows). NLTK grammar adapts lambda abstracts so that their bodies are DRSs rather than FoL expressions. university-logo Alex Lascarides SPNLP: Presuppositions

  10. Constructing DRSs Pronouns and Presuppositions More on Anaphora Presuppositions Are a way of conveying information as if it’s taken for granted; Are different from entailments because they survive under negation: John loves his wife → John loves someone → John has a wife. John doesn’t love his wife �→ John loves someone → John has a wife. Behave a bit like pronouns; anaphora . . . university-logo Alex Lascarides SPNLP: Presuppositions

  11. Constructing DRSs Pronouns and Presuppositions Presupposition Triggers Presuppositions are triggered by certain words and phrases: the , manage , her , regret , know , again , proper names, possessive marker, . . . comparatives: John is a better linguist than Bill it-clefts: It was Fred who ate the beans To Test whether you’re dealing with a presupposition: Negate the sentence or stick a modality (e.g., might ) in it. Does the inference survive? If so, it’s a presupposition. university-logo Alex Lascarides SPNLP: Presuppositions

  12. Constructing DRSs Pronouns and Presuppositions The Projection Problem When there’s a presupposition trigger in a complex sentence, is the (potential) presupposition it triggers a presupposition of the whole sentence? (1) a. If baldness is hereditary, John’s son is bald. yes; presupposition semantically outscopes conditional b. If John has a son, then John’s son is bald. no; presupposition doesn’t semantically outscope conditional university-logo Challenge: Interpreting presuppositions depends on: Alex Lascarides SPNLP: Presuppositions Logical structure, the discourse context, . . .

  13. Constructing DRSs Pronouns and Presuppositions Presuppositions as Anaphora Indefinite Antecedents (2) a. Theo has a little rabbit, and his rabbit is grey. b. Theo has a little rabbit, and it is grey. (3) a. If Theo has a rabbit, his rabbit is grey. b. If Theo has a rabbit, it is grey. Presupposition ‘cancelled’. Conjecture: Presupposition cancellation like binding anaphora. university-logo Alex Lascarides SPNLP: Presuppositions

  14. Constructing DRSs Pronouns and Presuppositions Presuppositions are Anaphora with Semantic Content Van der Sandt she : female His wife : she’s married, female, human, adult,... Presupposition binds to antecedent if it can: (4) If John has a wife, then his wife will be happy. Otherwise it’s accommodated : The presupposition is added to the context. The process of binding and accommodating determines the semantic scope of the presupposition and so solves the Projection Problem. university-logo Alex Lascarides SPNLP: Presuppositions

  15. Constructing DRSs Pronouns and Presuppositions The Details of the Story Three tasks: Identify presupposition triggers in the lexicon; and 1 Indicate what they presuppose (separating it from the rest 2 of their content, since presuppositions are interpreted differently); Implement the process of binding and accommodation for 3 presuppositions university-logo Alex Lascarides SPNLP: Presuppositions

  16. Constructing DRSs Pronouns and Presuppositions Tasks 1 and 2 Triggers (Task 1): the , possessive constructions, proper names, . . . DRS-representation (Task 2): Extend the DRS language with an α operator. This separates DRSs representing presupposed information from DRSs which aren’t presupposed. x the waitress : λ P ⊕ P@x α waitress(x) university-logo Alex Lascarides SPNLP: Presuppositions

  17. Constructing DRSs Pronouns and Presuppositions Representing More Presupposition triggers (including pronouns!) x Mia: λ P ⊕ P@x α mia(x) x he: λ P ⊕ P@x α male(x) x y his: λ P λ Q ⊕ P@x α (( ⊕ Q@x) α ) own(y,x) male(y) university-logo Alex Lascarides SPNLP: Presuppositions

  18. Constructing DRSs Pronouns and Presuppositions A Clearer Notation: α -bits to double-lined boxes x x Mia: λ P ⊕ P@x he: λ P ⊕ P@x mia(x) male(x) x own(y,x) his: λ P λ Q ⊕ P@x ⊕ Q@x y male(y) university-logo Alex Lascarides SPNLP: Presuppositions

  19. Constructing DRSs Pronouns and Presuppositions DRS Construction The waitress smiles (S) smile(x) x waitress(x) The waitress (NP) smiles (VP) x λ P ⊕ P@x λ y smile(y) waitress(x) The (DET) waitress (N) x λ Q λ P ⊕ Q@x ⊕ P@x λ z waitress(z) university-logo Alex Lascarides SPNLP: Presuppositions

  20. Constructing DRSs Pronouns and Presuppositions The Presupposition Resolution Algorithm Create a DRS for the input sentence with all 1 presuppositions marked with α . Merge this DRS with the DRS for the discourse so far (using ⊕ ). Go to step 2. Traverse the DRS, and on encountering an α -marked DRS 2 try to: link the presupposed information to an accessible 1 antecedent with the same content. Go to step 2. otherwise, accommodate it in the highest accessible site, 2 subject to it being consistent and informative . Go to step 2. otherwise, return presupposition failure . 3 otherwise, go to step 3. Reduce any merges appearing in the DRS. 3 university-logo Alex Lascarides SPNLP: Presuppositions

  21. Constructing DRSs Pronouns and Presuppositions Consistency After adding the presupposed material, the resulting DRS must be satisfiable . (5) John hasn’t got a wife. He loves his wife. no! (6) John hasn’t got a mistress. He loves his wife. yes! university-logo Alex Lascarides SPNLP: Presuppositions

  22. Constructing DRSs Pronouns and Presuppositions Informativeness Adding the presupposed material should not render any of the asserted material redundant. (7) Either there is no bathroom or the bathroom is in a funny place. global site local site funny-place(y) x ∨ ¬ y bathroom(x) bathroom(y) university-logo Note binding isn’t possible (because x isn’t accessible) Alex Lascarides SPNLP: Presuppositions

  23. Constructing DRSs Pronouns and Presuppositions Accommodating the bathroom Global accommodation gives p ∧ ( ¬ p ∨ q ) , which is equivalent to p ∧ q , and so violates informativeness . Local accommodation gives ¬ p ∨ ( p ∧ q ) , and this satisfies informativeness . y x bathroom(y) ∨ ¬ funny-place(y) bathroom(x) university-logo Alex Lascarides SPNLP: Presuppositions

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