Datasets:
Commit
·
1663259
1
Parent(s):
0008282
Updated a tag to make it more discoverable (#1)
Browse files- Updated a tag to make it more discoverable (040db3918b765ef925cdc262b8dffd3bcb0395a8)
Co-authored-by: Nathan Butters <[email protected]>
README.md
CHANGED
@@ -5,7 +5,7 @@ task_categories:
|
|
5 |
language:
|
6 |
- en
|
7 |
tags:
|
8 |
-
- Fairness
|
9 |
- sentiment analysis
|
10 |
- Gender
|
11 |
size_categories:
|
@@ -15,9 +15,9 @@ size_categories:
|
|
15 |
# Sentiment fairness dataset
|
16 |
================================
|
17 |
|
18 |
-
This dataset is to measure gender fairness in the downstream task of sentiment analysis. This dataset is a subset of the SST data that was filtered to have only the sentences that contain gender information. The python code used to create this dataset can be
|
19 |
|
20 |
-
Then the filtered datset was
|
21 |
---
|
22 |
|
23 |
# Annotation Instructions
|
@@ -140,7 +140,7 @@ correct: the number of annotators who gave the majority of labels.
|
|
140 |
|
141 |
incorrect: the number of annotators who gave the minority labels.
|
142 |
|
143 |
-
**This dataset is ready to use as the majority of
|
144 |
|
145 |
---
|
146 |
# Citation
|
@@ -148,7 +148,7 @@ incorrect: the number of annotators who gave the minority labels.
|
|
148 |
|
149 |
@misc{sst-sentiment-fainress-dataset,
|
150 |
title={A dataset to measure fairness in the sentiment analysis task},
|
151 |
-
author={
|
152 |
howpublished={https://github.com/efatmae/SST_sentiment_fairness_data},
|
153 |
year={2023}
|
154 |
}
|
|
|
5 |
language:
|
6 |
- en
|
7 |
tags:
|
8 |
+
- Fairness dataset
|
9 |
- sentiment analysis
|
10 |
- Gender
|
11 |
size_categories:
|
|
|
15 |
# Sentiment fairness dataset
|
16 |
================================
|
17 |
|
18 |
+
This dataset is to measure gender fairness in the downstream task of sentiment analysis. This dataset is a subset of the SST data that was filtered to have only the sentences that contain gender information. The python code used to create this dataset can be found in the prepare_sst.ipyth file.
|
19 |
|
20 |
+
Then the filtered datset was labeled by 4 human annotators who are the authors of this dataset. The annotations instructions are given below.
|
21 |
---
|
22 |
|
23 |
# Annotation Instructions
|
|
|
140 |
|
141 |
incorrect: the number of annotators who gave the minority labels.
|
142 |
|
143 |
+
**This dataset is ready to use as the majority of the human annotators agreed that the sentiment of these sentences is targeted at the gender mentioned in the "gender" column**
|
144 |
|
145 |
---
|
146 |
# Citation
|
|
|
148 |
|
149 |
@misc{sst-sentiment-fainress-dataset,
|
150 |
title={A dataset to measure fairness in the sentiment analysis task},
|
151 |
+
author={Gero, Katy and Butters, Nathan and Bethke, Anna and Elsafoury, Fatma},
|
152 |
howpublished={https://github.com/efatmae/SST_sentiment_fairness_data},
|
153 |
year={2023}
|
154 |
}
|