juliamendelsohn commited on
Commit
6775d9c
1 Parent(s): 42c6b6e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -1,3 +1,8 @@
1
  ---
2
  license: cc
3
  ---
 
 
 
 
 
 
1
  ---
2
  license: cc
3
  ---
4
+ This is the contextualized topic model trained on European Twitter data and used for cross-lingual topic analysis in the ICWSM paper
5
+ "Bridging Nations: Quantifying the Role of Multilinguals in Communication on Social Media" (Mendelsohn et al., 2023).
6
+
7
+ Code for training and inferring topics: https://github.com/juliamendelsohn/bridging-nations/blob/main/src/topic_analysis/train_contextualized_topic_model.py
8
+ More details about contextualized topic models: https://contextualized-topic-models.readthedocs.io/en/latest/introduction.html