jgvb99 commited on
Commit
f157d05
·
verified ·
1 Parent(s): f049d37

Create README.md

Browse files

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 five different seeds during our experiment, and upload the five versions of the model.

For more information, see our [Github repository](https://github.com/gvanboven/Transforming_Dutch).

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.

## Usage
For usage instructions for the wl-coref model, see [their repo](https://github.com/vdobrovolskii/wl-coref).

## Citation
G. van Boven, Y. Du, D. Nguyen, _Transforming Dutch: Debiasing Dutch Coreference Resolution Systems for Non-binary Pronouns_. FAccT 2024.

```
@inproceedings{boven-2024-transforming,
title = "Transforming Dutch: Debiasing Dutch Coreference Resolution Systems for Non-binary Pronouns",
author = "van Boven, Goya and Du, Yupei and Nguyen, Dong",
booktitle = "Proceedings of the 2024 Conference on Fairness, Accountability, and Transparency",
month = jun,
year = "2024",
address = "Online and Rio de Janeiro, Brazil",
publisher = "Association for Computing Machinery"
}
```

Files changed (1) hide show
  1. README.md +14 -0
README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - debiasing
11
+ - gender
12
+ - neutral
13
+ - pronouns
14
+ ---