textual influence modeling through non negative tensor
play

Textual Influence Modeling Through Non-Negative Tensor Decomposition - PowerPoint PPT Presentation

Introduction Approach Results Textual Influence Modeling Through Non-Negative Tensor Decomposition Robert Earl Lowe July 12, 2018 Robert Earl Lowe Textual Influence Modeling Introduction Approach Results Outline Introduction 1 Problem


  1. Introduction Approach Results Textual Influence Modeling Through Non-Negative Tensor Decomposition Robert Earl Lowe July 12, 2018 Robert Earl Lowe Textual Influence Modeling

  2. Introduction Approach Results Outline Introduction 1 Problem Statement Background Approach 2 Model Overview Implementation Results 3 A Simple Example Analysis of a Conference Paper Robert Earl Lowe Textual Influence Modeling

  3. Introduction Problem Statement Approach Background Results Outline Introduction 1 Problem Statement Background Approach 2 Model Overview Implementation Results 3 A Simple Example Analysis of a Conference Paper Robert Earl Lowe Textual Influence Modeling

  4. Introduction Problem Statement Approach Background Results Text Documents and Influences Every text document is a combination of an author’s contributions and contributing factors. Robert Earl Lowe Textual Influence Modeling

  5. Introduction Problem Statement Approach Background Results Text Documents and Influences Every text document is a combination of an author’s contributions and contributing factors. Contributing Factors Robert Earl Lowe Textual Influence Modeling

  6. Introduction Problem Statement Approach Background Results Text Documents and Influences Every text document is a combination of an author’s contributions and contributing factors. Contributing Factors Cited Sources Robert Earl Lowe Textual Influence Modeling

  7. Introduction Problem Statement Approach Background Results Text Documents and Influences Every text document is a combination of an author’s contributions and contributing factors. Contributing Factors Cited Sources Collaborators Robert Earl Lowe Textual Influence Modeling

  8. Introduction Problem Statement Approach Background Results Text Documents and Influences Every text document is a combination of an author’s contributions and contributing factors. Contributing Factors Cited Sources Collaborators Unconscious Influences Robert Earl Lowe Textual Influence Modeling

  9. Introduction Problem Statement Approach Background Results Goals and Contributions Invent an analysis technique which models: Robert Earl Lowe Textual Influence Modeling

  10. Introduction Problem Statement Approach Background Results Goals and Contributions Invent an analysis technique which models: Text Document Influencing Factors Robert Earl Lowe Textual Influence Modeling

  11. Introduction Problem Statement Approach Background Results Goals and Contributions Invent an analysis technique which models: Text Document Influencing Factors Text Document Author Contributions Robert Earl Lowe Textual Influence Modeling

  12. Introduction Problem Statement Approach Background Results Goals and Contributions Invent an analysis technique which models: Text Document Influencing Factors Text Document Author Contributions Semantics of Influences and Author Contributions Robert Earl Lowe Textual Influence Modeling

  13. Introduction Problem Statement Approach Background Results Goals and Contributions Invent an analysis technique which models: Text Document Influencing Factors Text Document Author Contributions Semantics of Influences and Author Contributions Create open source software which: Robert Earl Lowe Textual Influence Modeling

  14. Introduction Problem Statement Approach Background Results Goals and Contributions Invent an analysis technique which models: Text Document Influencing Factors Text Document Author Contributions Semantics of Influences and Author Contributions Create open source software which: Provides efficient handling of large sparse tensors. Robert Earl Lowe Textual Influence Modeling

  15. Introduction Problem Statement Approach Background Results Goals and Contributions Invent an analysis technique which models: Text Document Influencing Factors Text Document Author Contributions Semantics of Influences and Author Contributions Create open source software which: Provides efficient handling of large sparse tensors. Allows binding to high level languages. Robert Earl Lowe Textual Influence Modeling

  16. Introduction Problem Statement Approach Background Results Goals and Contributions Invent an analysis technique which models: Text Document Influencing Factors Text Document Author Contributions Semantics of Influences and Author Contributions Create open source software which: Provides efficient handling of large sparse tensors. Allows binding to high level languages. Uses MPI to decompose very large sparse tensors. (partially completed) Robert Earl Lowe Textual Influence Modeling

  17. Introduction Problem Statement Approach Background Results Related Work I Frequency Counting and Attribution All the way through: testing for authorship in different frequency strata . John Burrows. 2006 [2] The Joker in the Pack?: Marlowe, Kyd, and the Co-authorship of Henry VI, Part 3 . John Burrows and Hugh Craig. 2017 [3] Sheakespeare, Computers, and the Mystery of Authorship . Hugh Craig and Arthur Kinney. 2009 [5] n -gram attribution N-gram over Context . Noriaki Kawamae. 2016 [8] Language chunking, data sparseness, and the value of a long marker list: explorations with word n-grams and authorial attribution . Alexis Antonia, Hugh Craig, and Jack Elliott. 2014 [1] Robert Earl Lowe Textual Influence Modeling

  18. Introduction Problem Statement Approach Background Results Related Work II Tensors and Decompositions Tensor Decompositions and Applications . Tamara Kolda and Brett Bader. 2009 [10] Foundations of the PARAFAC procedure: Models and conditions for ani “explanatory” multi-modal factor analysis . Richard Harshman. 1970 [6] Sparse non-negative tensor factorization using columnwise coordinate descent . Ji Liu, Jun Liu, Peter Wonka, and Jieping Yi. 2012[11] Robert Earl Lowe Textual Influence Modeling

  19. Introduction Problem Statement Approach Background Results Introduction to Tensors Tensors are a generalization of matrices. A 4 × 4 × 3 Tensor Robert Earl Lowe Textual Influence Modeling

  20. Introduction Problem Statement Approach Background Results Introduction to Tensors Tensors are a generalization of matrices. The number of modes of a tensor is the number of indices needed to address the tensor elements. A 4 × 4 × 3 Tensor Robert Earl Lowe Textual Influence Modeling

  21. Introduction Problem Statement Approach Background Results Introduction to Tensors Tensors are a generalization of matrices. The number of modes of a tensor is the number of indices needed to address the tensor elements. scalar 0 modes A 4 × 4 × 3 Tensor Robert Earl Lowe Textual Influence Modeling

  22. Introduction Problem Statement Approach Background Results Introduction to Tensors Tensors are a generalization of matrices. The number of modes of a tensor is the number of indices needed to address the tensor elements. scalar 0 modes vector 1 mode A 4 × 4 × 3 Tensor Robert Earl Lowe Textual Influence Modeling

  23. Introduction Problem Statement Approach Background Results Introduction to Tensors Tensors are a generalization of matrices. The number of modes of a tensor is the number of indices needed to address the tensor elements. scalar 0 modes vector 1 mode matrix 2 modes A 4 × 4 × 3 Tensor Robert Earl Lowe Textual Influence Modeling

  24. Introduction Problem Statement Approach Background Results Introduction to Tensors Tensors are a generalization of matrices. The number of modes of a tensor is the number of indices needed to address the tensor elements. scalar 0 modes vector 1 mode matrix 2 modes tensor > 2 modes A 4 × 4 × 3 Tensor Robert Earl Lowe Textual Influence Modeling

  25. Introduction Problem Statement Approach Background Results Tensor Decomposition First studied by Frank Hitchcock in 1927 [7] Robert Earl Lowe Textual Influence Modeling

  26. Introduction Problem Statement Approach Background Results Tensor Decomposition First studied by Frank Hitchcock in 1927 [7] Popularized by Richard Harshman [6] and Carroll and Chang [4] in the 1970’s. Robert Earl Lowe Textual Influence Modeling

  27. Introduction Problem Statement Approach Background Results Tensor Decomposition First studied by Frank Hitchcock in 1927 [7] Popularized by Richard Harshman [6] and Carroll and Chang [4] in the 1970’s. The polyadic form of a tensor r � T ≈ a i ⊗ b i ⊗ c i i = 1 Robert Earl Lowe Textual Influence Modeling

  28. Introduction Problem Statement Approach Background Results Tensor Decomposition First studied by Frank Hitchcock in 1927 [7] Popularized by Richard Harshman [6] and Carroll and Chang [4] in the 1970’s. The polyadic form of a tensor r � T ≈ a i ⊗ b i ⊗ c i i = 1 Normalized polyadic form r � λ i a ′ i ⊗ b ′ i ⊗ c ′ T ≈ i i = 1 Robert Earl Lowe Textual Influence Modeling

  29. Introduction Problem Statement Approach Background Results Other Decomposition Techniques Tucker Decomposition (Kolda 2009) [10] T ≈ G × 1 A × 2 B × 3 C Robert Earl Lowe Textual Influence Modeling

  30. Introduction Problem Statement Approach Background Results Other Decomposition Techniques Tucker Decomposition (Kolda 2009) [10] T ≈ G × 1 A × 2 B × 3 C Tucker Decomposition (element-wise formulation) (Kolda 2009) [10] P Q R � � � t ijk ≈ g pqr a ip b jq c kr p = 1 q = 1 r = 1 Robert Earl Lowe Textual Influence Modeling

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