Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -10,4 +10,22 @@ pinned: false
|
|
10 |
license: mit
|
11 |
---
|
12 |
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
license: mit
|
11 |
---
|
12 |
|
13 |
+
## GUS-Net Project Details:
|
14 |
+
|
15 |
+
#### Resources:
|
16 |
+
|
17 |
+
- Please visit this [collection](https://huggingface.co/collections/ethical-spectacle/gus-net-66edfe93801ea45d7a26a10f) for the datasets and model presented in the [GUS-Net paper](https://huggingface.co/papers/2410.08388).
|
18 |
+
- GUS-Net was implemented as part of [The Fair-ly Project](https://ethical-spectacle-research.gitbook.io/fair-ly), in a [Chrome Extension](https://chromewebstore.google.com/detail/fair-ly/geoaacpcopfegimhbdemjkocekpncfcc), and [PyPI package](https://ethical-spectacle-research.gitbook.io/fair-ly/toolkit/python-package).
|
19 |
+
|
20 |
+
#### Please cite:
|
21 |
+
```
|
22 |
+
@article{powers2024gusnet,
|
23 |
+
title={{GUS-Net: Social Bias Classification in Text with Generalizations, Unfairness, and Stereotypes}},
|
24 |
+
author={Maximus Powers and Umang Mavani and Harshitha Reddy Jonala and Ansh Tiwari and Hua Wei},
|
25 |
+
journal={arXiv preprint arXiv:2410.08388},
|
26 |
+
year={2024},
|
27 |
+
url={https://arxiv.org/abs/2410.08388}
|
28 |
+
}
|
29 |
+
```
|
30 |
+
|
31 |
+
Give our research group, [Ethical Spectacle](https://huggingface.co/ethical-spectacle), a follow ;).
|