Datasets:

ArXiv:
whytea commited on
Commit
799196d
·
verified ·
1 Parent(s): 1056735

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -1
README.md CHANGED
@@ -18,6 +18,10 @@ This repository contains parsed datasets used in the RuleFollower project.
18
  - **Article Bias Prediction**
19
  - **Politeness Wiki**
20
  - **Politeness Stack**
 
 
 
 
21
 
22
  Each folder contains a `data.csv` file with the parsed annotations. Each dataset is capped at 5k samples (full dataset used if <5k).
23
 
@@ -158,4 +162,44 @@ Each data file includes standardized columns:
158
  - **Source**: [Danescu-Niculescu-Mizil et al. (2013)](https://aclanthology.org/P13-1025.pdf)
159
  - **Dataset**: [Data](https://convokit.cornell.edu/documentation/stack_politeness.html)
160
  - **Annotation goal**: Classify the level of politeness of the text. Labels: `1`(polite), `0`(neutral), `-1`(impolite).
161
- - **Ground truth**: Provided
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  - **Article Bias Prediction**
19
  - **Politeness Wiki**
20
  - **Politeness Stack**
21
+ - **Targeted vs. Untargeted Violence (Gohdes 2020DV)**
22
+ - **Scientific Paper Criticism (Peng 2022)**
23
+ - **BFRS Political Violence**
24
+ - **Manifesto Temporal Orientation (Muller 2021DV)**
25
 
26
  Each folder contains a `data.csv` file with the parsed annotations. Each dataset is capped at 5k samples (full dataset used if <5k).
27
 
 
162
  - **Source**: [Danescu-Niculescu-Mizil et al. (2013)](https://aclanthology.org/P13-1025.pdf)
163
  - **Dataset**: [Data](https://convokit.cornell.edu/documentation/stack_politeness.html)
164
  - **Annotation goal**: Classify the level of politeness of the text. Labels: `1`(polite), `0`(neutral), `-1`(impolite).
165
+ - **Ground truth**: Provided
166
+
167
+ ---
168
+
169
+ ### Gohdes 2020DV
170
+ - **Text content**: Short reports on individual killings committed by the Syrian regime and pro-government forces between June 2013 and April 2015
171
+ - **Source**: [Gohdes replication data](https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/KG2APR)
172
+ - **Dataset**: [Huggingface](https://huggingface.co/datasets/RuleFollower/rulefollower_parsed/tree/main/gohdes_2020dv)
173
+ - **Annotation goal**: Classify each killing report as `targeted` or `untargeted`
174
+ - **Ground truth**: Provided (targeted/untargeted label)
175
+ - **Note**: Original two-column labels `cat_targeted` and `cat_untargeted` are converted to a single mutually exclusive label.
176
+
177
+ ---
178
+
179
+ ### Peng 2022
180
+ - **Text content**: Short social media texts that link to or discuss scientific papers
181
+ - **Source**: Peng et al. (2022)
182
+ - **Dataset**: [Huggingface](https://huggingface.co/datasets/RuleFollower/rulefollower_parsed/tree/main/peng_2022)
183
+ - **Annotation goal**: Classify whether the text is `critical` or `not critical` of the linked scientific paper
184
+ - **Ground truth**: Provided (`CRITICAL` label)
185
+ - **Note**: The original `CRITICAL` binary label is retained as the classification target.
186
+
187
+ ---
188
+
189
+ ### BFRS Political Violence
190
+ - **Text content**: News stories from Pakistan describing political violence and related events
191
+ - **Source**: Halterman and Keith codebook/data package
192
+ - **Dataset**: [Huggingface](https://huggingface.co/datasets/RuleFollower/rulefollower_parsed/tree/main/bfrs_political_violence)
193
+ - **Annotation goal**: Classify each story into one event type, such as `ASSASSINATION`, `TERRORISM`, `RIOT`, `DRONE_ASSASSINATION`, or `VIOLENT_POLITICAL_DEMONSTRATION`
194
+ - **Ground truth**: Provided (single multiclass event label)
195
+ - **Note**: A stratified 2,000-example subset is retained from the original train/dev/test files.
196
+
197
+ ---
198
+
199
+ ### Muller 2021DV
200
+ - **Text content**: Sentences from political party manifestos
201
+ - **Source**: [Müller replication data](https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/7NP2XH)
202
+ - **Dataset**: [Huggingface](https://huggingface.co/datasets/RuleFollower/rulefollower_parsed/tree/main/muller_2021dv)
203
+ - **Annotation goal**: Classify each sentence’s temporal orientation as `future`, `past`, or `present`
204
+ - **Ground truth**: Provided (temporal orientation label)
205
+ - **Note**: Original one-hot labels `FUTURE`, `PAST`, and `PRESENT` are converted to a single label: `0 = future`, `1 = past`, `2 = present`.