mlburnham commited on
Commit
82d2238
1 Parent(s): 41602fd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -34,3 +34,25 @@ dataset_info:
34
  download_size: 464770
35
  dataset_size: 1451604
36
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  download_size: 464770
35
  dataset_size: 1451604
36
  ---
37
+
38
+ This dataset contains quote tweets that have been hand labeled for stance towards a politician. Quote tweets are a particularly challenging classification task because they contain multiple (often contradictory) expressions from multiple authors.
39
+
40
+ 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!",
41
+ And means the author is retweeting Trump calling someone else a liar, not the author calling Trump a liar.
42
+
43
+ Stance:
44
+ -1: Against: The document is critical of the target.
45
+ 0: Neutral: The document doesn't express an opinion about the target or it can't be determined what the expressed opinion is with the given context.
46
+ 1: Support: The document expresses support for the target. Expressing collaboration on bills or letters is considered support.
47
+
48
+ Label:
49
+ 0: Entail
50
+ 1: Not Entail
51
+
52
+ The test set contains 645 documents, ~400 of which are were randomly sampled from the entire data set and the rest are about 6 politicians not included in the training or validation data. These politicians are:
53
+ - Ted Cruz
54
+ - Hakeem Jeffries
55
+ - Madison Cawthorn
56
+ - Alexandria Ocasio-Cortez
57
+ - Mitt Romney
58
+ - Kyrsten Sinema