Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- nl
|
4 |
+
base_model:
|
5 |
+
- FacebookAI/xlm-roberta-base
|
6 |
+
pipeline_tag: token-classification
|
7 |
+
tags:
|
8 |
+
- coreference
|
9 |
+
- resolution
|
10 |
+
- gender
|
11 |
+
- neutral
|
12 |
+
- pronouns
|
13 |
+
- debiading
|
14 |
+
- dutch
|
15 |
+
- CDA
|
16 |
+
---
|
17 |
+
This Dutch coreference resolution model is based on the [wl-coref](https://github.com/vdobrovolskii/wl-coref) model. The model was debiased through applying CDA, in order to improve its performance on gender-neutral pronouns and neopronouns. We used [XLM-RoBERTa-base](https://huggingface.co/FacebookAI/xlm-roberta-base) as our base model, fine-tuned the model on the [SoNaR-1 corpus](https://taalmaterialen.ivdnt.org/download/tstc-sonar-corpus/), and then further fine-tuned the model on a gender-neutral version of the this corpus for debiasing purposes. We used five different seeds during our experiment, and upload the five versions of the model.
|
18 |
+
|
19 |
+
For more information, see our [Github repository](https://github.com/gvanboven/Transforming_Dutch).
|
20 |
+
|
21 |
+
This model was created as part of our FAccT 2024 paper. Find our published paper at https://dl.acm.org/doi/10.1145/3630106.3659049 and arxiv paper at https://arxiv.org/abs/2405.00134.
|
22 |
+
|
23 |
+
## Usage
|
24 |
+
For usage instructions for the wl-coref model, see [their repo](https://github.com/vdobrovolskii/wl-coref).
|
25 |
+
|
26 |
+
## Citation
|
27 |
+
G. van Boven, Y. Du, D. Nguyen, _Transforming Dutch: Debiasing Dutch Coreference Resolution Systems for Non-binary Pronouns_. FAccT 2024.
|
28 |
+
|
29 |
+
```
|
30 |
+
@inproceedings{boven-2024-transforming,
|
31 |
+
title = "Transforming Dutch: Debiasing Dutch Coreference Resolution Systems for Non-binary Pronouns",
|
32 |
+
author = "van Boven, Goya and Du, Yupei and Nguyen, Dong",
|
33 |
+
booktitle = "Proceedings of the 2024 Conference on Fairness, Accountability, and Transparency",
|
34 |
+
month = jun,
|
35 |
+
year = "2024",
|
36 |
+
address = "Online and Rio de Janeiro, Brazil",
|
37 |
+
publisher = "Association for Computing Machinery"
|
38 |
+
}
|
39 |
+
```
|