extraction and applications of implicit networks from
play

Extraction and Applications of Implicit Networks from Unstructured - PowerPoint PPT Presentation

Extraction and Applications of Implicit Networks from Unstructured Text Andreas Spitz Heidelberg University, Institute of Computer Science Database Systems Research Group spitz@informatik.uni-heidelberg.de Max Planck Institute for Informatics


  1. Extraction and Applications of Implicit Networks from Unstructured Text Andreas Spitz Heidelberg University, Institute of Computer Science Database Systems Research Group spitz@informatik.uni-heidelberg.de Max Planck Institute for Informatics Saarbr¨ ucken, September 14, 2016

  2. The following is (in part) joint work with: Jannik Str¨ otgen Johanna Geiß Michael Gertz

  3. Motivation LOAD Network Applications KB Support Location Network Social Network Temporal Network Summary Extraction and Applications of Implicit Networks from Unstructured Text Andreas Spitz 1 of 49

  4. Motivation LOAD Network Applications KB Support Location Network Social Network Temporal Network Summary Extraction and Applications of Implicit Networks from Unstructured Text Andreas Spitz 2 of 49

  5. Motivation LOAD Network Applications KB Support Location Network Social Network Temporal Network Summary Extraction and Applications of Implicit Networks from Unstructured Text Andreas Spitz 2 of 49

  6. Motivation LOAD Network Applications KB Support Location Network Social Network Temporal Network Summary Extraction and Applications of Implicit Networks from Unstructured Text Andreas Spitz 3 of 49

  7. Motivation LOAD Network Applications KB Support Location Network Social Network Temporal Network Summary Extraction and Applications of Implicit Networks from Unstructured Text Andreas Spitz 3 of 49

  8. Motivation LOAD Network Applications KB Support Location Network Social Network Temporal Network Summary Motivation Definition: Event “Something that happens at a given place and time between a group of [CSG + 02] actors .” Extraction and Applications of Implicit Networks from Unstructured Text Andreas Spitz 4 of 49

  9. Motivation LOAD Network Applications KB Support Location Network Social Network Temporal Network Summary Motivation Definition: Event “Something that happens at a given place and time between a group of [CSG + 02] actors .” For large document collections, how can we... • obtain events from unstructured text? • identify connections across documents? • support ad-hoc event search? Extraction and Applications of Implicit Networks from Unstructured Text Andreas Spitz 4 of 49

  10. Motivation LOAD Network Applications KB Support Location Network Social Network Temporal Network Summary Graph Extraction from Unstructured Text Extraction and Applications of Implicit Networks from Unstructured Text Andreas Spitz 5 of 49

  11. Motivation LOAD Network Applications KB Support Location Network Social Network Temporal Network Summary Graph Extraction from Unstructured Text Extraction and Applications of Implicit Networks from Unstructured Text Andreas Spitz 5 of 49

  12. Motivation LOAD Network Applications KB Support Location Network Social Network Temporal Network Summary Graph Extraction from Unstructured Text Extraction and Applications of Implicit Networks from Unstructured Text Andreas Spitz 5 of 49

  13. Motivation LOAD Network Applications KB Support Location Network Social Network Temporal Network Summary Graph Extraction from Unstructured Text Extraction and Applications of Implicit Networks from Unstructured Text Andreas Spitz 5 of 49

  14. Motivation LOAD Network Applications KB Support Location Network Social Network Temporal Network Summary Graph Extraction from Unstructured Text [SG16] Extraction and Applications of Implicit Networks from Unstructured Text Andreas Spitz 5 of 49

  15. Motivation LOAD Network Applications KB Support Location Network Social Network Temporal Network Summary Edge Weight Generation For edges ( x, y ) for which y is a page or sentence, count only (co-) occurrences: � 1 if y contains x ω ( x, y ) = 0 otherwise [SG16] Extraction and Applications of Implicit Networks from Unstructured Text Andreas Spitz 6 of 49

  16. Motivation LOAD Network Applications KB Support Location Network Social Network Temporal Network Summary Edge Weight Generation For edges ( x, y ) for which y is a page or sentence, count only (co-) occurrences: � 1 if y contains x ω ( x, y ) = 0 otherwise For edges ( x, y ) between entity types and terms, aggregate co-occurrence instances I : sum over similarities derived from sentence distances s . � ω ( x, y ) := exp( − s ( x, y, i )) i ∈ I [SG16] Extraction and Applications of Implicit Networks from Unstructured Text Andreas Spitz 6 of 49

  17. Motivation LOAD Network Applications KB Support Location Network Social Network Temporal Network Summary LOADing Wikipedia For the entire English Wikipedia ( ∼ 4.5M articles with annotations): • use only unstructured text. • exclude pages of lists. • exclude info boxes. • exclude references. Extract named entities with: • Stanford NER for locations, organizations and actors [FGM05] • Heideltime for dates [SG13] Extraction and Applications of Implicit Networks from Unstructured Text Andreas Spitz 7 of 49

  18. Motivation LOAD Network Applications KB Support Location Network Social Network Temporal Network Summary Wikipedia LOAD Graph edges LOC ORG ACT DAT TER SEN PAG LOC 0 ORG 91 0 ACT 276 106 0 DAT 83 46 128 0 TER 183 94 317 57 0 SEN 71 21 84 38 412 0 0 0 0 0 0 54 0 PAG nodes 2.7 3.4 7.1 0.2 4.9 53.5 4.5 Number of edges and nodes (in millions) of the LOAD graph of the English Wikipedia. ∼ 2B edges and ∼ 76M nodes in total. Extraction and Applications of Implicit Networks from Unstructured Text Andreas Spitz 8 of 49

  19. Motivation LOAD Network Applications KB Support Location Network Social Network Temporal Network Summary Single Entity Queries How can we rank nodes in one set Y by their neighbours in set X ? Adapt tf-idf scores to the graph [RV13]: • Inverse document frequency: • Term frequency: number of neighbours edge weights | Y | id f ( x ) ≈ tf ( x, y ) ≈ ω ( x, y ) deg Y ( x ) | Y | r ( x, y ) ≈ ω ( x, y ) log deg Y ( x ) Extraction and Applications of Implicit Networks from Unstructured Text Andreas Spitz 9 of 49

  20. Motivation LOAD Network Applications KB Support Location Network Social Network Temporal Network Summary Single Entity Queries How can we rank nodes in one set Y by their neighbours in set X ? Adapt tf-idf scores to the graph [RV13]: • Inverse document frequency: • Term frequency: number of neighbours edge weights | Y | id f ( x ) ≈ tf ( x, y ) ≈ ω ( x, y ) deg Y ( x ) | Y | r ( x, y ) ≈ ω ( x, y ) log deg Y ( x ) � LOC : ( ACT, Mark Spitz ) � location score munich 1.00000 Query: � Y : ( X, value ) � us 0.70651 states 0.49010 united states 0.46918 Extraction and Applications of Implicit Networks from Unstructured Text Andreas Spitz 9 of 49

  21. Motivation LOAD Network Applications KB Support Location Network Social Network Temporal Network Summary Multi-Entity Queries How can we rank nodes in Y by neighbours in multiple sets X n ? Combine individual set scores: n x, y ) := 1 � r ( � nη ( � x, y ) r ( x i , y ) i =1 Extraction and Applications of Implicit Networks from Unstructured Text Andreas Spitz 10 of 49

  22. Motivation LOAD Network Applications KB Support Location Network Social Network Temporal Network Summary Multi-Entity Queries How can we rank nodes in Y by neighbours in multiple sets X n ? Combine individual set scores: n x, y ) := 1 � r ( � nη ( � x, y ) r ( x i , y ) i =1 Ensure triangular cohesion when combining results: � if � n � n 1 j>i M yx i M yx j > 1 i =1 η ( � x, y ) := 0 otherwise Where M is the adjacency matrix of the graph. Extraction and Applications of Implicit Networks from Unstructured Text Andreas Spitz 10 of 49

  23. Motivation LOAD Network Applications KB Support Location Network Social Network Temporal Network Summary Summarization: Sentence Queries How can sentences in S be used to describe combinations of entities in X n ? Find a sentence that contains them: n � r ( � x, s ) := M sx i i =1 Extraction and Applications of Implicit Networks from Unstructured Text Andreas Spitz 11 of 49

  24. Motivation LOAD Network Applications KB Support Location Network Social Network Temporal Network Summary Summarization: Sentence Queries How can sentences in S be used to describe combinations of entities in X n ? Find a sentence that contains them: n � r ( � x, s ) := M sx i i =1 � SEN : ( ACT, Mark Spitz ) � Mark Spitz of the United States had a spectacular run, lining up for seven events, winning seven Olympic titles and setting seven world records. Extraction and Applications of Implicit Networks from Unstructured Text Andreas Spitz 11 of 49

  25. Motivation LOAD Network Applications KB Support Location Network Social Network Temporal Network Summary Entity Linking: Document Queries Since we created the LOAD graph from Wikipedia, can we link entities in X n to pages P ? Use sentences to find the page that contains them most frequently: n � � r ( � x, p ) := M sx i M sp s ∈ S i =1 Extraction and Applications of Implicit Networks from Unstructured Text Andreas Spitz 12 of 49

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