Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,15 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: cc-by-nc-nd-4.0
|
3 |
---
|
4 |
Dataset from the paper https://www.sciencedirect.com/science/article/pii/S246869642300023X; combining articles with a bias rating with their respective tweets and reaction to these tweets.
|
|
|
1 |
---
|
2 |
+
configs:
|
3 |
+
- config_name: adfontes_urls
|
4 |
+
data_files: "data/adfontes_urls.csv"
|
5 |
+
- config_name: articles_dates
|
6 |
+
data_files: "data/articles_dates.csv"
|
7 |
+
- config_name: articles_scores_edited
|
8 |
+
data_files: "data/articles_scores_edited.csv"
|
9 |
+
- config_name: articles_scores_raw
|
10 |
+
data_files: "data/articles_scores_raw.csv"
|
11 |
+
- config_name: outlets_classes_scores
|
12 |
+
data_files: "data/outlets_classes_scores.csv"
|
13 |
license: cc-by-nc-nd-4.0
|
14 |
---
|
15 |
Dataset from the paper https://www.sciencedirect.com/science/article/pii/S246869642300023X; combining articles with a bias rating with their respective tweets and reaction to these tweets.
|