mspl commited on
Commit
ca75ea5
·
verified ·
1 Parent(s): 3fa87c3

Create README.md

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