from tree adjoining grammars to higher order
play

From Tree Adjoining Grammars to Higher Order Representations of - PowerPoint PPT Presentation

From Tree Adjoining Grammars to Higher Order Representations of Abstract Meaning Representations via Abstract Categorial Grammars Rasmus Blanck, Aleksandre Maskharashvili Centre for Linguistic Theory and Studies in Probability, University of


  1. From Tree Adjoining Grammars to Higher Order Representations of Abstract Meaning Representations via Abstract Categorial Grammars Rasmus Blanck, Aleksandre Maskharashvili Centre for Linguistic Theory and Studies in Probability, University of G¨ oteborg 29 August 2018 Symposium on Logic and Algorithms in Computational Linguistics Stockholm, Sweden

  2. Motivation Abstract Meaning Representation (AMR) (Banarescu et al., 2013) 2

  3. Motivation Abstract Meaning Representation (AMR) (Banarescu et al., 2013) ◮ semantic treebank ◮ de-languagized (still biased towards English) ◮ used for semantic parsing (Artzi, Lee, and Zettlemoyer, 2015) and generation (Flanigan et al., 2016) ◮ limitations: (universal) quantification, negation 2

  4. Motivation Abstract Meaning Representation (AMR) (Banarescu et al., 2013) ◮ semantic treebank ◮ de-languagized (still biased towards English) ◮ used for semantic parsing (Artzi, Lee, and Zettlemoyer, 2015) and generation (Flanigan et al., 2016) ◮ limitations: (universal) quantification, negation ◮ recent developments: AMRs were transformed as FOL formulas (Bos, 2016) AMRs were transformed as HOL formulas modeling event semantics (Stabler, 2018) problems of quantification, negation were overcome . . . 2

  5. Motivation Abstract Meaning Representation (AMR) (Banarescu et al., 2013) ◮ semantic treebank ◮ de-languagized (still biased towards English) ◮ used for semantic parsing (Artzi, Lee, and Zettlemoyer, 2015) and generation (Flanigan et al., 2016) ◮ limitations: (universal) quantification, negation ◮ recent developments: AMRs were transformed as FOL formulas (Bos, 2016) AMRs were transformed as HOL formulas modeling event semantics (Stabler, 2018) problems of quantification, negation were overcome . . . Tree Adjoining Grammars (TAGs) (Joshi, Levy, and Takahashi, 1975) 2

  6. Motivation Abstract Meaning Representation (AMR) (Banarescu et al., 2013) ◮ semantic treebank ◮ de-languagized (still biased towards English) ◮ used for semantic parsing (Artzi, Lee, and Zettlemoyer, 2015) and generation (Flanigan et al., 2016) ◮ limitations: (universal) quantification, negation ◮ recent developments: AMRs were transformed as FOL formulas (Bos, 2016) AMRs were transformed as HOL formulas modeling event semantics (Stabler, 2018) problems of quantification, negation were overcome . . . Tree Adjoining Grammars (TAGs) (Joshi, Levy, and Takahashi, 1975) ◮ more expressive than context-free grammars (CFGs) ◮ (arguably) capable of modeling syntax of natural languages ◮ polynomial parsing algorithms (like CFGs) ◮ used for generation 2

  7. Motivation Abstract Meaning Representation (AMR) (Banarescu et al., 2013) ◮ semantic treebank ◮ de-languagized (still biased towards English) ◮ used for semantic parsing (Artzi, Lee, and Zettlemoyer, 2015) and generation (Flanigan et al., 2016) ◮ limitations: (universal) quantification, negation ◮ recent developments: AMRs were transformed as FOL formulas (Bos, 2016) AMRs were transformed as HOL formulas modeling event semantics (Stabler, 2018) problems of quantification, negation were overcome . . . Tree Adjoining Grammars (TAGs) (Joshi, Levy, and Takahashi, 1975) ◮ more expressive than context-free grammars (CFGs) ◮ (arguably) capable of modeling syntax of natural languages ◮ polynomial parsing algorithms (like CFGs) ◮ used for generation Abstract Categorial Grammars (ACGs) (De Groote, 2001) ◮ type-logical grammatical framework ◮ encodes grammatical formalisms, including TAG ◮ ACG encoding of TAG enjoys polynomial parsing and generation algorithms ◮ embodies Curry’s tecto/pheno level distinctions ◮ inspired by Montague’s translation from syntax to semantics (HOL formulas) 2

  8. Motivation Abstract Meaning Representation (AMR) (Banarescu et al., 2013) ◮ semantic treebank ◮ de-languagized (still biased towards English) ◮ used for semantic parsing (Artzi, Lee, and Zettlemoyer, 2015) and generation (Flanigan et al., 2016) ◮ limitations: (universal) quantification, negation ◮ recent developments: AMRs were transformed as FOL formulas (Bos, 2016) AMRs were transformed as HOL formulas modeling event semantics (Stabler, 2018) problems of quantification, negation were overcome . . . Tree Adjoining Grammars (TAGs) (Joshi, Levy, and Takahashi, 1975) ◮ more expressive than context-free grammars (CFGs) ◮ (arguably) capable of modeling syntax of natural languages ◮ polynomial parsing algorithms (like CFGs) ◮ used for generation Abstract Categorial Grammars (ACGs) (De Groote, 2001) ◮ type-logical grammatical framework ◮ encodes grammatical formalisms, including TAG ◮ ACG encoding of TAG enjoys polynomial parsing and generation algorithms ◮ embodies Curry’s tecto/pheno level distinctions ◮ inspired by Montague’s translation from syntax to semantics (HOL formulas) 2

  9. AMR Based on frames Uniquely rooted directed acyclic graph (DAG) with labeled edges and nodes ◮ graph nodes encode entities and events (neo-Davidsonian) ◮ edges represent relations among entities, events, etc. Capable of expressing various phenomena (e.g. coreference) 3

  10. AMR Based on frames Uniquely rooted directed acyclic graph (DAG) with labeled edges and nodes ◮ graph nodes encode entities and events (neo-Davidsonian) ◮ edges represent relations among entities, events, etc. Capable of expressing various phenomena (e.g. coreference) Problem with expressing universal quantification in DAG (maybe Hilbert’s ǫ -terms?) Example A boy wants to go / All boys want to / The boy wants to go / . . . - all have same AMR semantics: ( w / want 01 : arg 0 ( b / boy ) : arg 1 ( g / go 01 : arg 0 b )) – AMR in PENMAN notation ∃ w ∃ g ∃ b ( instance ( w , want 01 ) ∧ instance ( g , w ) ∧ instance ( b , boy ) ∧ arg 0 ( w , b ) ∧ arg 1 ( w , g ) ∧ arg 0 ( g , b )) – AMR in FOL notation 3

  11. AMR Based on frames Uniquely rooted directed acyclic graph (DAG) with labeled edges and nodes ◮ graph nodes encode entities and events (neo-Davidsonian) ◮ edges represent relations among entities, events, etc. Capable of expressing various phenomena (e.g. coreference) Problem with expressing universal quantification in DAG (maybe Hilbert’s ǫ -terms?) Stabler (2018): AAMR ◮ transform AMR DAG into tree ◮ use tree transducers to obtain HOL formulas with events Example A boy wants to go / All boys want to / The boy wants to go / . . . - all have same AMR semantics: ( w / want 01 : arg 0 ( b / boy ) : arg 1 ( g / go 01 : arg 0 b )) – AMR in PENMAN notation ∃ w ∃ g ∃ b ( instance ( w , want 01 ) ∧ instance ( g , w ) ∧ instance ( b , boy ) ∧ arg 0 ( w , b ) ∧ arg 1 ( w , g ) ∧ arg 0 ( g , b )) – AMR in FOL notation most ( boy.pl , λ b ∃ w ( walk 01 . pres ( w ) ∧ : arg 0 ( w , b ))) – Stabler’s HOL encoding 3

  12. AMR Based on frames Uniquely rooted directed acyclic graph (DAG) with labeled edges and nodes ◮ graph nodes encode entities and events (neo-Davidsonian) ◮ edges represent relations among entities, events, etc. Capable of expressing various phenomena (e.g. coreference) Problem with expressing universal quantification in DAG (maybe Hilbert’s ǫ -terms?) Stabler (2018): AAMR ◮ transform AMR DAG into tree ◮ use tree transducers to obtain HOL formulas with events ◮ drawback: coreference is lost Example A boy wants to go / All boys want to / The boy wants to go / . . . - all have same AMR semantics: ( w / want 01 : arg 0 ( b / boy ) : arg 1 ( g / go 01 : arg 0 b )) – AMR in PENMAN notation ∃ w ∃ g ∃ b ( instance ( w , want 01 ) ∧ instance ( g , w ) ∧ instance ( b , boy ) ∧ arg 0 ( w , b ) ∧ arg 1 ( w , g ) ∧ arg 0 ( g , b )) – AMR in FOL notation most ( boy.pl , λ b ∃ w ( walk 01 . pres ( w ) ∧ : arg 0 ( w , b ))) – Stabler’s HOL encoding 3

  13. Tree-Adjoining Grammar (TAG) (Joshi, Levy, and Takahashi, 1975) Elementary trees – Operations on trees – Generated structures – 4

  14. Tree-Adjoining Grammar (TAG) (Joshi, Levy, and Takahashi, 1975) Elementary trees – ◮ Initial trees : domain of locality Operations on trees – Generated structures – Example NP S Fred NP ↓ VP VP V Adv VP ∗ laughs loudly 4

  15. Tree-Adjoining Grammar (TAG) (Joshi, Levy, and Takahashi, 1975) Elementary trees – ◮ Initial trees : domain of locality Operations on trees – substitution Generated structures – Example NP S Fred NP ↓ VP VP V Adv VP ∗ laughs loudly 4

  16. Tree-Adjoining Grammar (TAG) (Joshi, Levy, and Takahashi, 1975) Elementary trees – ◮ Initial trees: domain of locality ◮ Auxiliary trees : recursion Operations on trees – substitution Generated structures – Example NP S Fred NP ↓ VP VP V VP ∗ laughs Adv loudly 4

  17. Tree-Adjoining Grammar (TAG) (Joshi, Levy, and Takahashi, 1975) Elementary trees – ◮ Initial trees: domain of locality ◮ Auxiliary trees: recursion Operations on trees – substitution and adjunction Generated structures – Example NP S Fred NP ↓ VP VP V VP ∗ laughs Adv loudly 4

  18. Tree-Adjoining Grammar (TAG) (Joshi, Levy, and Takahashi, 1975) Elementary trees – ◮ Initial trees: domain of locality ◮ Auxiliary trees: recursion Operations on trees – substitution and adjunction Generated structures – derived trees. Example S NP S NP VP Fred NP ↓ VP Fred Adv VP VP V loudly V VP ∗ laughs Adv laughs loudly 4

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