semantic analysis and semantic roles
play

Semantic Analysis and Semantic Roles Ling 571 Deep Processing - PowerPoint PPT Presentation

Semantic Analysis and Semantic Roles Ling 571 Deep Processing Techniques for NLP February 10, 2016 Roadmap Semantic Analysis Semantic attachments Extended example Quantifier scope Earley Parsing and Semantics


  1. Semantic Analysis and Semantic Roles Ling 571 Deep Processing Techniques for NLP February 10, 2016

  2. Roadmap — Semantic Analysis — Semantic attachments — Extended example — Quantifier scope — Earley Parsing and Semantics — Semantic role labeling (SRL): — Motivation: — Between deep semantics and slot-filling — Thematic roles — Thematic role resources — PropBank, FrameNet — Automatic SRL approaches

  3. NP Attachments — Noun à restaurant { λ x.Restaurant(x)} — Nom à Noun { Noun.sem } — Det à Every { } λ P . λ Q . ∀ xP ( x ) ⇒ Q ( x ) — NP à Det Nom { Det.sem(Nom.sem) } λ Q . ∀ x Re staurant ( x ) ⇒ Q ( x )

  4. Simple VP Representation — Verb à close { } λ x . ∃ eClosed ( e ) ∧ ClosedThing ( e , x ) — VP à Verb { Verb.sem } — S à NP VP { NP .sem(VP .sem) } λ Q . ∀ x Re staurant ( x ) ⇒ Q ( x )( λ y . ∃ eClosed ( e ) ∧ ClosedThing ( e , y )) ∀ x Re staurant ( x ) ⇒ ∃ eClosed ( e ) ∧ ClosedThing ( e , x )

  5. Extending Attachments — ProperNoun à Maharani — What should semantics look like in this style? — Needs to produce correct form when applied to VP .sem — As in “Maharani closed” è ∃ eClosed ( e ) ∧ ClosedThing ( e , Maharani ) — Correct form: λ x.x(Maharani) — Applies predicate to Maharani

  6. More Attachments — Determiner λ P . λ Q . ∃ xP ( x ) ∧ Q ( x ) — Det à a { } — a restaurant λ Q . ∃ x Re staurant ( x ) ∧ Q ( x ) — Transitive verb: — VP à Verb NP { Verb.sem(NP .sem) } — Verb à opened λ w . λ z . w ( λ x . ∃ eOpened ( e ) ∧ Opener ( e , z ) ∧ OpenedThing ( e , x ))

  7. Strategy for Semantic Attachments — General approach: — Create complex lambda expressions with lexical items — Introduce quantifiers, predicates, terms — Percolate up semantics from child if non-branching — Apply semantics of one child to other through lambda — Combine elements, but don’t introduce new

  8. Matthew opened a restaurant — Proper_Noun à Matthew { λ x.x(Matthew)) — VP à Verb NP {Verb.sem(NP .sem)} λ w . λ z . w ( λ x . ∃ eOpened ( e ) ∧ Opener ( e , z ) ∧ OpenedThing ( e , x )) — ( ) λ Q . ∃ y Re staurant ( y ) ∧ Q ( y ) λ z .( λ Q . ∃ y Re staurant ( y ) ∧ Q ( y ) ( λ x . ∃ eOpened ( e ) ∧ Opener ( e , z ) ∧ OpenedThing ( e , x ))) λ z . ∃ y Re staurant ( y ) ∧ ∃ eOpened ( e ) ∧ Opener ( e , z ) ∧ OpenedThing ( e , y )

  9. Matthew opened a restaurant — Proper_Noun à Matthew { λ x.x(Matthew)} — S à NP VP {NP .sem(VP .sem)} — λ x.x(Matthew) ( λ z . ∃ y Re staurant ( y ) ∧ ∃ eOpened ( e ) ∧ Opener ( e , z ) ∧ OpenedThing ( e , y )) ( λ z . ∃ y Re staurant ( y ) ∧ ∃ eOpened ( e ) ∧ Opener ( e , z ) ∧ OpenedThing ( e , y ))( Matthew )

  10. Matthew opened a restaurant ( λ z . ∃ y Re staurant ( y ) ∧ ∃ eOpened ( e ) ∧ Opener ( e , z ) ∧ OpenedThing ( e , y ))( Matthew ) ∃ y Re staurant ( y ) ∧ ∃ eOpened ( e ) ∧ Opener ( e , Matthew ) ∧ OpenedThing ( e , y )

  11. Sample Attachments

  12. Semantics Learning — Zettlemoyer & Collins, 2005, 2007, etc; Mooney 2007 — Given semantic representation and corpus of parsed sentences — Learn mapping from sentences to logical form — Structured perceptron — Applied to ATIS corpus sentences — Similar approaches to: learning instructions from computer manuals, game play from walkthroughs, robocup/soccer play from commentary

  13. Quantifier Scope — Ambiguity: — Every restaurant has a menu ∀ x Re staurant ( x ) ⇒ ∃ y ( Menu ( y ) ∧ ( ∃ eHaving ( e ) ∧ Haver ( e , x ) ∧ Had ( e , y ))) — Readings: — all have a menu; — all have same menu — Only derived one ∃ yMenu ( y ) ∧∀ x (Re staurant ( x ) ⇒ ∃ eHaving ( e ) ∧ Haver ( e , x ) ∧ Had ( e , y ))) — Potentially O(n!) scopings (n=# quantifiers) — There are approaches to describe ambiguity efficiently and recover all alternatives.

  14. Earley Parsing with Semantics — Implement semantic analysis — In parallel with syntactic parsing — Enabled by compositional approach — Required modifications — Augment grammar rules with semantic field — Augment chart states with meaning expression — Completer computes semantics — Can also fail — Blocks semantically invalid parses — Can impose extra work

  15. Semantic Analysis — Applies principle of compositionality — Rule-to-rule hypothesis — Links semantic attachments to syntactic rules — Incrementally ties semantics to parse processing — Lambda calculus meaning representations — Most complexity pushed into lexical items — Non-terminal rules largely lambda applications

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