Datasets:

ArXiv:
whytea commited on
Commit
5fdb6db
·
verified ·
1 Parent(s): 9051a81

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md CHANGED
@@ -15,6 +15,9 @@ This repository contains parsed datasets used in the RuleFollower project.
15
  - **Hatecot**
16
  - **Implicit Hate**
17
  - **Yelp Reviews**
 
 
 
18
 
19
  Each folder contains a `data.csv` file with the parsed annotations. Each dataset is capped at 5k samples (full dataset used if <5k).
20
 
@@ -128,4 +131,31 @@ Each data file includes standardized columns:
128
  - **Dataset**: [Data](https://www.yelp.com/dataset)
129
  - **Annotation goal**:
130
  - Sentiment Task: Classify the overall evaluation expressed in a Yelp restaurant review.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
131
  - **Ground truth**: Provided
 
15
  - **Hatecot**
16
  - **Implicit Hate**
17
  - **Yelp Reviews**
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
 
 
131
  - **Dataset**: [Data](https://www.yelp.com/dataset)
132
  - **Annotation goal**:
133
  - Sentiment Task: Classify the overall evaluation expressed in a Yelp restaurant review.
134
+ - **Ground truth**: Provided
135
+
136
+ ---
137
+
138
+ ### Article Bias Prediction
139
+ - **Text content**: News articles (A set of articles from media sources covering the United States of America. Data was scraped from https://www.allsides.com/.)
140
+ - **Source**: [Baly et al. (2020)](https://aclanthology.org/2020.emnlp-main.404/)
141
+ - **Dataset**: [Data](https://github.com/ramybaly/Article-Bias-Prediction)
142
+ - **Annotation goal**: Classify the political bias expressed in a news article based on its content.Labels: `0`(left), `1`(center), `2`(right)
143
+ - **Ground truth**: Provided
144
+
145
+ ---
146
+
147
+ ### Politeness Wiki
148
+ - **Text content**: Requests from Wikipedia editor’s on user talk pages.
149
+ - **Source**: [Danescu-Niculescu-Mizil et al. (2013)](https://aclanthology.org/P13-1025.pdf)
150
+ - **Dataset**: [Data](https://convokit.cornell.edu/documentation/wiki_politeness.html)
151
+ - **Annotation goal**: Classify the level of politeness in the text. Labels: `1`(polite), `0`(neutral), `-1`(impolite).
152
+ - **Ground truth**: Provided
153
+
154
+ ---
155
+
156
+ ### Politeness Wiki
157
+ - **Text content**: Requests from the StackExchange question-answering communities. These are often users commenting on existing posts requesting further information or proposing edits.
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