Skip to content

A set of LDA topics derived from pregnancy-related tweets.

Notifications You must be signed in to change notification settings

wwbp/maternal_mortality

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Quantifying Community Characteristics of Maternal Mortality Using Social Media

A set of 50 pregnancy-related topics derived from a 10% Twitter sample from 2009-2015.

Read the full publication here.

Topics

Available in both csv format and as a MySQL dump.

maternal_mortality_topics_cp

  • id: auto-incremented numeric row id
  • term: unigram in topic
  • category: Numeric topic id (from 0 to 49)
  • weight: Conditional probability of the topic given the unigram, as derived through the LDA process.

maternal_mortality_topics_loglik

  • id: auto-incremented numeric row id
  • term: unigram in topic
  • category: Numeric topic id (from 0 to 49)
  • weight: Posterior likelihood

Citation

Please cite the following paper if you use this data.

@inproceedings{abebegiorgi2020quantifying,
    title={Quantifying Community Characteristics of Maternal Mortality Using Social Media}, 
    author={Abebe, Rediet and Giorgi, Salvatore and Tedijanto, Anna and Buffone, Anneke and Schwartz, H. Andrew}, 
    booktitle={The World Wide Web Conference},
    year={2020}
}

License

Licensed under a GNU General Public License v3 (GPLv3).

About

A set of LDA topics derived from pregnancy-related tweets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages