knowledge representation
play

Knowledge Representation Gabi Stanovsky About me Third year PhD - PowerPoint PPT Presentation

Natural Language Knowledge Representation Gabi Stanovsky About me Third year PhD student at Bar Ilan University Advised by Prof. Ido Dagan This summer: Intern at IBM Research Last Summer: Intern at AI2 Language Representations A


  1. Natural Language Knowledge Representation Gabi Stanovsky

  2. About me • Third year PhD student at Bar Ilan University • Advised by Prof. Ido Dagan • This summer: Intern at IBM Research • Last Summer: Intern at AI2

  3. Language Representations A semantic scale Robust, Scalable Queryable, Formal Abstract Meaning Representation Bag of words Syntactic Parsing Robust Semantic Open IE Semantic Role Labeling Redundant, Not readily usable Small Domains, Low accuracy Inspired by slides from Yoav Artzi

  4. In This Talk • Explorations of applicability • Using Open IE as an intermediate structure • Finding a better tradeoff • PropS • Identifying non-restrictive modification • Evaluations • Creating a large benchmark for Open Information Extraction

  5. Open IE as an Intermediate Structure for Semantic Tasks Gabriel Stanovsky, Ido Dagan and Mausam ACL 2015

  6. Sentence Level Semantic Application Sentence Intermediate Structure Feature Extraction Semantic Task

  7. Example: Sentence Compression Sentence Dependency Parse Feature Extraction Semantic Task

  8. Example: Sentence Compression Sentence Dependency Parse Short Dependency Paths Semantic Task

  9. Example: Sentence Compression Sentence Dependency Parse Short Dependency Paths Sentence Compression

  10. Research Question • Open Information Extraction was developed as an end-goal on itself • …Yet it makes structural decisions Can Open IE serve as a useful intermediate representation ?

  11. Open Information Extraction (John, married , Yoko) (John, wanted to leave , the band) (The Beatles, broke up )

  12. Open Information Extraction (John, wanted to leave , the band) argument predicate argument

  13. Open IE as Intermediate Representation • Infinitives and multi word predicates (John, wanted to leave , the band) (The Beatles, broke up )

  14. Open IE as Intermediate Representation • Coordinative constructions “ John decided to compose and perform solo albums” (John, decided to compose , solo albums) (John, decided to perform , solo albums)

  15. Open IE as Intermediate Representation • Appositions “ Paul McCartney, founder of the Beatles, wasn’t surprised” (Paul McCartney, wasn ’ t surprised ) (Paul McCartney, [is] founder of , the Beatles)

  16. Open IE as Intermediate Representation • Test Open IE versus:

  17. Open IE as Intermediate Representation • Test Open IE versus: • Bag of words John wanted to leave the band

  18. Open IE as Intermediate Representation • Test Open IE versus: • Dependency parsing wanted John leave to band the

  19. Open IE as Intermediate Representation • Test Open IE versus: • Semantic Role Labeling thing wanted Want 0.1 John to leave the band wanter thing left Leave 0.1 John the band entity leaving

  20. Extrinsic Analysis Sentence Intermediate Structure Feature Extraction Semantic Task

  21. Extrinsic Analysis Sentence Intermediate Structure Feature Extraction Semantic Task

  22. Extrinsic Analysis Sentence Bag of Words Feature Extraction Semantic Task

  23. Extrinsic Analysis Sentence Dependencies Feature Extraction Semantic Task

  24. Extrinsic Analysis Sentence SRL Feature Extraction Semantic Task

  25. Extrinsic Analysis Sentence Open IE Feature Extraction Semantic Task

  26. Textual Similarity • Domain Similarity • Carpenter  hammer [Domain similarity] • Various test sets: • Bruni (2012), Luong (2013), Radinsky (2011), and ws353 (Finkelstein et al., 2001) • ~5.5K instances • Functional Simlarity • Carpenter  Shoemaker [Functional similarity] • Dedicated test set: • Simlex999 (Hill et al, 2014) • ~1K instances

  27. Word Analogies • ( man : king ), ( woman : ? )

  28. Word Analogies • ( man : king ), ( woman : queen )

  29. Word Analogies • ( man : king ), ( woman : queen ) • ( Athens : Greece ), ( Cairo : ? )

  30. Word Analogies • ( man : king ), ( woman : queen ) • ( Athens : Greece ), ( Cairo : Egypt )

  31. Word Analogies • ( man : king ), ( woman : queen ) • ( Athens : Greece ), ( Cairo : Egypt ) • Test sets: • Google (~195K instances) • MSR (~8K instances)

  32. Reading Comprehension • MCTest, (Richardson et. al., 2013) • Details in the paper!

  33. Textual Similarity and Analogies • Previous approaches used distance metrics over word embedding: • (Mikolov et al, 2013) lexical contexts - • (Levy and Goldberg, 2014) syntactic contexts - • We compute embeddings for Open IE and SRL contexts • Using the same training data for all embeddings (1.5B tokens Wikipedia dump)

  34. Computing Embeddings • Lexical contexts (for word leave ) John wanted to leave Word2Vec the band (Mikolov et al., 2013)

  35. Computing Embeddings • Syntactic contexts (for word leave ) John wanted_ xcomp ’ to_ aux leave Word2Vec the band_ dobj (Levy and Goldberg, 2014)

  36. Computing Embeddings • Syntactic contexts (for word leave ) John wanted_ xcomp ’ to_ aux leave Word2Vec the band_ dobj (Levy and Goldberg, 2014) A context is formed of word + syntactic relation

  37. Computing Embeddings • SRL contexts (for word leave ) John_ arg0 wanted to leave Word2Vec the_ arg1 band_ arg1 Available at author’s website

  38. Computing Embeddings • Open IE contexts (John, wanted to leave , the band) (for word leave ) John_ arg0 wanted_ pred to_ pred leave Word2Vec the_ arg1 band_ arg1 Available at author ’ s website

  39. Results on Textual Similarity

  40. Results on Textual Similarity Syntactic does better on functional similarity

  41. Results on Analogies Additive Multiplicative

  42. Results on Analogies State of the art with this amount of data Additive Multiplicative

  43. PropS Generic Proposition Extraction Gabriel Satanovsky Jessica Ficler Ido Dagan Yoav Goldberg http://u.cs.biu.ac.il/~stanovg/propextraction.html

  44. What’s missing in Open IE? Structure! • Intra-proposition structure • NL propositions are more than SVO tuples • E.g., The president thanked the speaker of the house who congratulated him • Inter-proposition structure • Globally consolidating and structuring the extracted information = E.g. aspirin relieve headache aspirin treat headache

  45. Pro ropS motivation • Semantic applications are primarily interested in the predicate-argument structure conveyed in texts • Commonly extracted from dependency trees • Yet it is often a non-trivial and cumbersome process, due to syntactic over- specification, and the lack of abstraction & canonicalization • Our goal: • Accurately get as much semantics as given by syntax • Stems from a technical standpoint • Yet raises some theoretic issues regarding the syntax – semantics interface • Over generalizing might result in losing important semantic nuances

  46. Pro ropS • A simple, abstract and canonicalized sentence representation scheme • Nodes represent atomic elements of the proposition • Predicates, arguments or modifiers • Edges encode argument (solid) or modifier (dashed) relations

  47. Pro ropS Properties • Abstracts away syntactic variations • Tense, passive vs. active voice, negation variants, etc. • Unifies semantically similar constructions • Various types of predications: • Verbal • Adjectival • Conditional • … . • Differentiates over semantically different propositions • E.g. restrictive vs. non-restrictive modification

  48. “Mr . Pratt, head of marketing, thinks that lower wine prices have come about because producers don’t like to see a hit wine dramatically increase in price.” Props (17 nodes and 19 edges) Dependency parsing (27 nodes and edges)

  49. “Mr. Pratt, head of marketing, thinks that lower wine prices have come about because producers don’t like to see a hit wine dramatically increase in price .” • Extracted propositions: (1) lower wine prices have come about [asserted] (2) hit wine dramatically increase in price (3) producers see (2) (4) producers don ’ t like (3) [asserted] (5) Mr Pratt is the head of marketing [asserted] (6) (1) happens because of (4) (7) Mr Pratt thinks that (6) [asserted] (8) the head of marketing thinks that (6) [asserted]

  50. Pro ropS Methodology • Corpus based analysis • Taking semantic applications perspective • Focusing on the most commonly occurring phenomena • Feasibility criterion • High accuracy would be feasibly derivable from available manual annotations • Reasonable accuracy for baseline parser on top of automatic dependency parsing

  51. Pro ropS Handled Phenomena • Certain syntactic details are abstracted into node features • Modality • Negation • Definiteness • Tense • Passive or active voice • Restrictive vs. non restrictive modification • Implies different argument boundaries: • [The boy who was born in Hawaii] went home [restrictive] • [Barack Obama] who was born in Hawaii went home [non-restrictive]

  52. Pro ropS Handled Phenomena (cont.) • Distinguishing between asserted and attributed propositions • John passed the test • the teacher denied that John passed the test • Distinguishing the different types of appositives and copulas • The company, Random House, didn’t report its earnings [ appositive ] • Bill Clinton, a former U.S president, will join the board [ predicative ]

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