Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
---
|
| 4 |
+
|
| 5 |
+
# BERT Regard classification model
|
| 6 |
+
|
| 7 |
+
This model is the result of a project entitled [Towards Controllable Biases in Language Generation](https://github.com/ewsheng/controllable-nlg-biases). It consists of a BERT classifier (no ensemble) trained on 1.7K samples of biased language.
|
| 8 |
+
|
| 9 |
+
*Regard* measures language polarity towards and social perceptions of a demographic (compared to sentiment, which only measures overall language polarity).
|
| 10 |
+
|
| 11 |
+
### BibTeX entry and citation info
|
| 12 |
+
|
| 13 |
+
```bibtex
|
| 14 |
+
@article{sheng2019woman,
|
| 15 |
+
title={The woman worked as a babysitter: On biases in language generation},
|
| 16 |
+
author={Sheng, Emily and Chang, Kai-Wei and Natarajan, Premkumar and Peng, Nanyun},
|
| 17 |
+
journal={arXiv preprint arXiv:1909.01326},
|
| 18 |
+
year={2019}
|
| 19 |
+
}
|
| 20 |
+
```
|