semantic modeling with frames
play

Semantic Modeling with Frames Rainer Osswald & Wiebke Petersen - PowerPoint PPT Presentation

Semantic Modeling with Frames Rainer Osswald & Wiebke Petersen Department of Linguistics and Information Science Heinrich-Heine-Universit at D usseldorf ESSLLI 2018 Introductory Course Sofia University 06. 08. 10. 08. 2018 SFB


  1. Semantic Modeling with Frames Rainer Osswald & Wiebke Petersen Department of Linguistics and Information Science Heinrich-Heine-Universit¨ at D¨ usseldorf ESSLLI 2018 Introductory Course Sofia University 06. 08. – 10. 08. 2018 SFB 991

  2. Part 3 A model of the syntax-semantics interface R. Osswald & W. Petersen Semantic Modeling with Frames | Part 3 | ESSLLI 2018 | Sofia 1

  3. Topics Overview of the approach Lexicalized Tree Adjoining Grammars (LTAG) Feature structures based TAG (FTAG) Tree families and factorization in the metagrammar Elementary construction = elementary tree + semantic frame Applications (directed motion constructions, ...) Outlook: Factorization of constructions R. Osswald & W. Petersen Semantic Modeling with Frames | Part 3 | ESSLLI 2018 | Sofia 2

  4. Introduction Example (1) Adam ate an apple.   S   eating     e actor x     NP [I= x ]   theme y VP [I= e ]   NP [I= y ] V ‘ate’ R. Osswald & W. Petersen Semantic Modeling with Frames | Part 3 | ESSLLI 2018 | Sofia 3

  5. Introduction Example (1) Adam ate an apple.   S   eating     e actor x     NP [I= x ]   theme y VP [I= e ]   x � u NP [I= y ] NP [I= u ] NP [I= v ] � person � V � � y � v u v apple name ‘Adam’ ‘Adam’ ‘an apple’ ‘ate’ R. Osswald & W. Petersen Semantic Modeling with Frames | Part 3 | ESSLLI 2018 | Sofia 3

  6. Introduction Example (1) Adam ate an apple.   S   eating     e actor x     NP [I= x ]   theme y VP [I= e ]   x � u NP [I= y ] NP [I= u ] NP [I= v ] � person � V � � y � v u v apple name ‘Adam’ ‘Adam’ ‘an apple’ ‘ate’   S  eating            person     actor x e      name ‘Adam’  NP [I= x ] VP [I= e ]     person   � � name     x theme y apple ‘Adam’   actor ‘Adam’ V NP [I= y ] eating e ‘ate’ ‘an apple’ theme y apple R. Osswald & W. Petersen Semantic Modeling with Frames | Part 3 | ESSLLI 2018 | Sofia 3

  7. Introduction Overview of the approach Semantic composition ( ≈ unification) is triggered by syntactic composition ( ≈ substitution and adjunction). Semantic representations are linked to entire elementary trees. (A further decomposition is possible in the “metagrammar”.) Interface features relate nodes in the syntactic tree to components in the semantic representation. R. Osswald & W. Petersen Semantic Modeling with Frames | Part 3 | ESSLLI 2018 | Sofia 4

  8. Introduction Overview of the approach Semantic composition ( ≈ unification) is triggered by syntactic composition ( ≈ substitution and adjunction). Semantic representations are linked to entire elementary trees. (A further decomposition is possible in the “metagrammar”.) Interface features relate nodes in the syntactic tree to components in the semantic representation. Main components of the framework [Kallmeyer/Osswald 2013] Frame Semantics Lexicalized Tree Adjoining Grammars (LTAG) [Joshi/Schabes 1997; Abeille/Rambow 2000] Metagrammatical specification and decomposition [Crabb´ e/Duchier 2005; Crabb´ e et al. 2013, Lichte/Petitjean 2015] R. Osswald & W. Petersen Semantic Modeling with Frames | Part 3 | ESSLLI 2018 | Sofia 4

  9. Lexicalized Tree Adjoining Grammars (LTAG) Tree-rewriting system; mildly context sensitive grammar formalism Finite set of ( lexicalized ) elementary trees . Two operations: substitution (replacing a leaf with a new tree) and adjunction (replacing an internal node with a new tree). S S NP NP VP NP VP ‘Adam’ � ‘Adam’ Adv VP V NP VP ‘always’ V NP ‘ate’ VP ∗ NP Adv ‘ate’ ‘an apple’ ‘an apple’ ‘always’ R. Osswald & W. Petersen Semantic Modeling with Frames | Part 3 | ESSLLI 2018 | Sofia 5

  10. Lexicalized Tree Adjoining Grammars (LTAG) Feature-structure based TAG (FTAG) [Vijay-Shanker/Joshi 1988] Each node has a top and a botom feature structure: The top feature structure provide information about what the node presents within the surrounding structure. The botom feature structure provide information about what the tree below the node represents. In the final derived tree, top and botom must be unified. Operations on feature structures under substitution: The top of the root of the new initial tree unifies with the top of the substitution node. Operations on feature structures under adjunction: The top of the root of the new auxiliary tree unifies with the top of the adjunction site; the botom of the foot of the new tree unifies with the botom of the adjunction site. R. Osswald & W. Petersen Semantic Modeling with Frames | Part 3 | ESSLLI 2018 | Sofia 6

  11. Lexicalized Tree Adjoining Grammars (LTAG) Example S VP [ agr = 2 , mode = 3 ] VP [ agr = 1 , mode = ind ] NP [ agr = 1 ] [ mode = ger ] V [ mode = 3 ind ] VP ∗ [ mode = ger ] [ agr = 2 [ pers = 3 , num = sg ]] V NP [] [ agr = [ pers = 3 , num = sg ]] ‘singing’ ‘is’ ‘J ohn’ R. Osswald & W. Petersen Semantic Modeling with Frames | Part 3 | ESSLLI 2018 | Sofia 7

  12. Lexicalized Tree Adjoining Grammars (LTAG) Example S VP [ agr = 2 , mode = 3 ] VP [ agr = 1 , mode = ind ] NP [ agr = 1 ] [ mode = ger ] V [ mode = 3 ind ] VP ∗ [ mode = ger ] [ agr = 2 [ pers = 3 , num = sg ]] V NP [] [ agr = [ pers = 3 , num = sg ]] ‘singing’ ‘is’ ‘J ohn’ Result of derivation: S NP [ agr = 1 ] VP [ agr = 1 , mode = ind ] [ agr = [ pers = 3 , num = sg ]] [ agr = 2 , mode = 3 ] V [ mode = 3 ind ] VP [ mode = ger ] ‘J ohn’ [ agr = 2 [ pers = 3 , num = sg ]] [ mode = ger ] ‘is’ V ‘singing’ R. Osswald & W. Petersen Semantic Modeling with Frames | Part 3 | ESSLLI 2018 | Sofia 7

  13. Lexicalized Tree Adjoining Grammars (LTAG) Example S VP [ agr = 2 , mode = 3 ] VP [ agr = 1 , mode = ind ] NP [ agr = 1 ] [ mode = ger ] V [ mode = 3 ind ] VP ∗ [ mode = ger ] [ agr = 2 [ pers = 3 , num = sg ]] V NP [] [ agr = [ pers = 3 , num = sg ]] ‘singing’ ‘is’ ‘J ohn’ Afer top-botom unifications: S VP [ agr = 1 [ pers = 3 , num = sg ] NP [ agr = 1 ] ] mode = ind V [ agr = 1 mode = ind ] VP [ mode = ger ] ‘J ohn’ ‘is’ V ‘singing’ R. Osswald & W. Petersen Semantic Modeling with Frames | Part 3 | ESSLLI 2018 | Sofia 7

  14. Lexicalized Tree Adjoining Grammars (LTAG) Two key properties of the LTAG formalism Extended domain of locality The full argument projection of a lexical item can be represented by a single elementary tree. Elementary trees can have a complex constituent structure. Factoring recursion from the domain of dependencies Constructions related to iteration and recursion are modeled by adjunction. Through adjunction, the local dependencies encoded by elementary trees can become long-distance dependencies in the derived trees. R. Osswald & W. Petersen Semantic Modeling with Frames | Part 3 | ESSLLI 2018 | Sofia 8

  15. Lexicalized Tree Adjoining Grammars (LTAG) Two key properties of the LTAG formalism Extended domain of locality The full argument projection of a lexical item can be represented by a single elementary tree. Elementary trees can have a complex constituent structure. Factoring recursion from the domain of dependencies Constructions related to iteration and recursion are modeled by adjunction. Through adjunction, the local dependencies encoded by elementary trees can become long-distance dependencies in the derived trees. Slogan: “ Complicate locally , simplify globally ” [Bangalore/Joshi 2010] R. Osswald & W. Petersen Semantic Modeling with Frames | Part 3 | ESSLLI 2018 | Sofia 8

  16. Lexicalized Tree Adjoining Grammars (LTAG) “ Simplify globally ” The composition of elementary trees can be expressed by two general operations: substitution and adjunction. (Since basically all linguistic constraints are specified over the local domains represented by elementary trees.) “ Complicate locally ” Elementary trees can have complex semantic representations which are not necessarily derived compositionally (in the syntax) from smaller parts of the trees. In particular, there is no need to reproduce the internal structure of an elementary syntactic tree within its associated semantic representation. [Kallmeyer/Joshi 2003] R. Osswald & W. Petersen Semantic Modeling with Frames | Part 3 | ESSLLI 2018 | Sofia 9

  17. Lexicalized Tree Adjoining Grammars (LTAG) Tree families Unanchored elementary trees are organized in tree families, which capture variations in the (syntactic) subcategorization frames. Example unanchored family for transitive verbs S S S S NP S S NP VP NP S NP S NP VP V ◇ NP VP PP NP VP ... V ◇ NP VP PP V ◇ NP V ◇ ε V ◇ NP P NP NP P NP ε by ε by R. Osswald & W. Petersen Semantic Modeling with Frames | Part 3 | ESSLLI 2018 | Sofia 10

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