mspl commited on
Commit
3872d12
1 Parent(s): ef7f175

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ base_model: microsoft/deberta-v3-large
5
+ ---
6
+ Social bias classification models (Multi-task learning and single-task fine-tuning) for the paper [Disentangling Dialect from Social Bias via Multitask Learning to Improve Fairness](https://aclanthology.org/2024.findings-acl.553/).
7
+
8
+ For details, please see the published paper and the [GitHub repository](https://github.com/webis-de/acl24-dialect-aware-bias-detection).
9
+
10
+ ```
11
+ @inproceedings{spliethover-etal-2024-disentangling,
12
+ title = "Disentangling Dialect from Social Bias via Multitask Learning to Improve Fairness",
13
+ author = Splieth{\"o}ver, Maximilian and Menon, Sai Nikhil and Wachsmuth, Henning,
14
+ booktitle = "Findings of the Association for Computational Linguistics ACL 2024",
15
+ month = aug,
16
+ year = "2024",
17
+ address = "Bangkok, Thailand and virtual meeting",
18
+ publisher = "Association for Computational Linguistics",
19
+ url = "https://aclanthology.org/2024.findings-acl.553",
20
+ pages = "9294--9313",
21
+ }
22
+ ```