1 / 12

Statistical Models for Networks and Text

Statistical Models for Networks and Text. Jimmy Foulds UCI Computer Science PhD Student Advisor: Padhraic Smyth. Motivation. Networks often have text associated with them Citation networks Email Social media

trixie
Télécharger la présentation

Statistical Models for Networks and Text

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Statistical Models for Networks and Text Jimmy Foulds UCI Computer Science PhD Student Advisor: Padhraic Smyth

  2. Motivation • Networks often have text associated with them • Citation networks • Email • Social media • Can we leverage this text information for better prediction and sociological understanding?

  3. Statistical Latent Variable Models • Find low-dimensional representations of the data • Conditional independence assumptions improve tractability of inference • Unifying view: probabilistic matrix factorization Y ∼ f(Λ) D K D W K Λ = Z N N

  4. Latent Variable Models for Text • Latent Dirichlet allocation (Blei et al. 2003) is a generative model for text • Documents are associated with distributions over topics θd • Topics are distributions over words φi • Each word wd,nis associated with a latent topic variable zd,n • For each document d • Draw topic proportions θd~ Dirichlet(α) • For each word wd,n • Draw a topic assignment zd,n ~ Discrete(θd) • Draw a word from the chosen topic wd,n ~ Discrete(φZd,n)

  5. Latent Variable Models for Text • Latent Dirichlet allocation (Blei et al. 2003) can be thought of as a latent variable model in a matrix factorization framework • Documents are represented by latent distributions over topics θd Topics Words Words Documents φ Λ = θ Documents Probability distributions over words for each document Probability distributions over topics Probability distributions over words

  6. Latent Variable Models for Networks • Find low-dimensional representations of the data • Conditional independence assumptions improve tractability of inference • Unifying view: probabilistic matrix factorization • EgMMSB (Airoldi et al. 2008), LFRM (Miller et al. 2009), RTM (Chang and Blei 2009), Latent Factor Model (Hoff et al. 2002)… Y ∼ f(Λ) N K K N W ZT K K Λ = Z N N

  7. Relational Topic Model (Chang and Blei 2009) • A latent variable model for networks of documents, eg citation networks • Text is associated with the nodes • Documents are generated via LDA • The probability of a link between two documents is a function of their latent topic assignments Pr(Yij=1) = ψ(zi, zj)

  8. The Nonparametric Latent Feature Relational Model (Miller et al. 2009) A B Tango Salsa Cycling Fishing Running C Waltz Running Z =

  9. The Nonparametric Latent Feature Relational Model (Miller et al. 2009) A B Tango Salsa Cycling Fishing Running C 1 Waltz Running Y ∼ Entry-wise Bernoulli((ZWZT)) -µ 0 + µ Pr(Ybc=1) = (ZbWZcT) = (WTango, Waltz + WTango, Running + …)

  10. LFRM-LDA • A novel latent variable model for networks with text on the edges, eg email data • Associates LFRM features with LDA topics • Generate the network via LFRM • Generate the document on each edge via LDA • The prior for the document on each edge’s distribution over topics is a function of the sender and receiver’s latent features

  11. LFRM-LDA: Discussion • A model for networks with text associated with edges • Associates LFRM latent features with LDA topics • The model can be learned via standard blocked Gibbs sampling techniques • Can answer queries such as “who is the likely recipient of this email, given the sender and its text”. • LFRM features are associated with topics, which may be interpretable, allowing us to recover their semantics • Future work is an experimental analysis of this model

  12. Thanks!

More Related