pdelobelle
commited on
Commit
•
6d83f2c
1
Parent(s):
d47f86f
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: "multilingual"
|
3 |
+
tags:
|
4 |
+
- Dutch
|
5 |
+
- French
|
6 |
+
- English
|
7 |
+
- Tweets
|
8 |
+
- Topic classification
|
9 |
+
---
|
10 |
+
|
11 |
+
# Measuring Shifts in Attitudes Towards COVID-19 Measures in Belgium Using Multilingual BERT
|
12 |
+
[Blog post »](https://people.cs.kuleuven.be/~pieter.delobelle/attitudes-towards-covid-19-measures/?utm_source=huggingface&utm_medium=social&utm_campaign=corona_tweets) · [paper »](http://arxiv.org/abs/2104.09947)
|
13 |
+
|
14 |
+
We categorized several months worth of these Tweets by topic (government COVID measure) and opinion expressed. Below is a timeline of the relative number of Tweets on the curfew topic (middle) and the fraction of those Tweets that find the curfew too strict, too loose, or a suitable measure (bottom), with the number of daily cases in Belgium to give context on the pandemic situation (top).
|
15 |
+
|
16 |
+
![chart.png](https://github.com/iPieter/bert-corona-tweets/raw/master/chart.png)
|
17 |
+
|
18 |
+
|
19 |
+
Models used in this paper are on HuggingFace:
|
20 |
+
- https://huggingface.co/DTAI-KULeuven/mbert-corona-tweets-belgium-curfew-support
|
21 |
+
- https://huggingface.co/DTAI-KULeuven/mbert-corona-tweets-belgium-topics
|