Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
configs:
|
|
|
|
| 1 |
+
Dataset for training an entailment classifier to recognize approval/disapproval of politicians.
|
| 2 |
+
Documents are Tweets from Kawintiranon (2022), the MTSD dataset, as well as Tweets and sentences taken weekly newsletters for select politicians from the 115th, 116th, and 117th congress.
|
| 3 |
+
Documents are triple coded -- once from the original compilers of the dataset, once from GPT-4, and a third time to adjudicate discrepancies between the two.
|
| 4 |
+
|
| 5 |
+
Twitter handles from politicians in the dataset have been replaced by their name. Be aware that "rt @realdonaldtrump You're a liar!" has been replaced with "rt trump You're a liar!",
|
| 6 |
+
And means the author is retweeting Trump calling someone else a liar, not the author calling Trump a liar.
|
| 7 |
+
|
| 8 |
+
Stance:
|
| 9 |
+
-1: Against
|
| 10 |
+
0: Neutral
|
| 11 |
+
1: Support
|
| 12 |
+
|
| 13 |
+
Label:
|
| 14 |
+
0: Entail
|
| 15 |
+
1: Not Entail
|
| 16 |
+
|
| 17 |
+
In addition to 1,000 documents about targets in the training set, the test set contains documents about 6 politicians not included in the training or validation data:
|
| 18 |
+
- Ted Cruz
|
| 19 |
+
- Hakeem Jeffries
|
| 20 |
+
- Madison Cawthorn
|
| 21 |
+
- Alexandria Ocasio-Cortez
|
| 22 |
+
- Mitt Romney
|
| 23 |
+
- Kyrsten Sinema
|
| 24 |
+
|
| 25 |
---
|
| 26 |
license: mit
|
| 27 |
configs:
|