Linguistic Characterization of Contentious Topics Online - Case Studies on Contentiousness in Abortion, Climate Change, and Gun Control
Download the complete data, including all features, here
Then, download the discourse model here
To get the BERT representations, use compute_bert_representations.py
, then use contentiousness_pipeline.py
to
perform the experiments.
Example: python contentiousness_pipeline.py --topic abortion --data keyword_data/abortion.pickle
Requires python>=3.8
.