File size: 2,512 Bytes
d4bcab3
162302f
 
 
d4bcab3
162302f
 
 
 
 
 
 
 
 
 
d4bcab3
162302f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
---
pretty_name: "StereoSet-UK Unlearning"
language:
  - uk
license: cc-by-sa-4.0
tags:
  - stereoset
  - ukrainian
  - machine-unlearning
  - bias
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train.csv
---

# StereoSet-UK Unlearning

StereoSet-UK Unlearning contains 2,101 Ukrainian full-sentence triplets derived from the
intrasentence portion of the StereoSet development set. The Ukrainian sentences were translated
with the DeepL API and received technical cleanup. English source text is omitted.

Each triplet assigns the stereotype sentence to `forget_uk`, the anti-stereotype sentence to
`retain_uk`, and the unrelated sentence to `control_uk`. Five items with duplicate translated
candidates were excluded.

The 79 source targets use unique, standardized Ukrainian labels. The labels are metadata values
and are independent of grammatical inflections inside the full sentences.

The role assignment is an experimental unlearning view created for this release. StereoSet's
original scope is stereotypical-bias evaluation. A separate retain corpus is still needed to
preserve general language ability and factual knowledge.

## Fields

| Field | Description |
| --- | --- |
| `item_id` | Original StereoSet item identifier |
| `bias_type_uk` | Ukrainian bias-category label |
| `target_uk` | Canonical Ukrainian label for the bias target |
| `forget_uk` | Full Ukrainian stereotype sentence |
| `retain_uk` | Full Ukrainian anti-stereotype sentence |
| `control_uk` | Full Ukrainian unrelated sentence |

This is a provisional machine-translated research dataset. Human validation is still required.

## Source and license

This dataset is derived from [StereoSet](https://github.com/moinnadeem/StereoSet) at source commit
`ead7d086a64a192a1eca88e0dd2fd163de375218`. The source and this translation use the
[Creative Commons Attribution-ShareAlike 4.0 International license](https://creativecommons.org/licenses/by-sa/4.0/).

## Citation

```bibtex
@inproceedings{nadeem-etal-2021-stereoset,
  title = {{StereoSet}: Measuring stereotypical bias in pretrained language models},
  author = {Nadeem, Moin and Bethke, Anna and Reddy, Siva},
  booktitle = {Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing},
  year = {2021},
  pages = {5356--5371},
  doi = {10.18653/v1/2021.acl-long.416},
  url = {https://aclanthology.org/2021.acl-long.416/}
}
```