paper-with-me

Papers

Transforming Dutch: Debiasing Dutch Coreference Resolution Systems for Non-binary Pronouns

2024-04-30 · Goya van Boven, Yupei Du, Dong Nguyen

Gender-neutral pronouns are increasingly being introduced across Western languages. Recent evaluations have however demonstrated that English NLP systems are unable to correctly process gender-neutral pronouns, with the risk of erasing and misgendering non-binary individuals. This paper examines a Dutch coreference resolution system's performance on gender-neutral pronouns, specifically hen and die. In Dutch, these pronouns were only introduced in 2016, compared to the longstanding existence of singular they in English. We additionally compare two debiasing techniques for coreference resolution systems in non-binary contexts: Counterfactual Data Augmentation (CDA) and delexicalisation. Moreover, because pronoun performance can be hard to interpret from a general evaluation metric like LEA, we introduce an innovative evaluation metric, the pronoun score, which directly represents the portion of correctly processed pronouns. Our results reveal diminished performance on gender-neutral pronouns compared to gendered counterparts. Nevertheless, although delexicalisation fails to yield improvements, CDA substantially reduces the performance gap between gendered and gender-neutral pronouns. We further show that CDA remains effective in low-resource settings, in which a limited set of debiasing documents is used. This efficacy extends to previously unseen neopronouns, which are currently infrequently used but may gain popularity in the future, underscoring the viability of effective debiasing with minimal resources and low computational costs.

📄 PDF Abstract BibTeX arXiv:2405.00134

Code (1)

gvanboven/transforming_dutch 공식 구현 pytorch

Tasks

coreference-resolutionCoreference ResolutioncounterfactualData Augmentation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

It’s absolutely divine! Can fine-grained sentiment analysis benefit from coreference resolution?

2020-12-01 · COLING (CRAC) 2020 12 · Orphee De Clercq, Veronique Hoste

While it has been claimed that anaphora or coreference resolution plays an important role in opinion mining, it is not clear to what extent coreference resolution actually boosts performance, if at all. In this paper, we…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)coreference-resolutionCoreference Resolution+2

A Hybrid Rule-Based and Neural Coreference Resolution System with an Evaluation on Dutch Literature

2021-11-01 · CRAC (ACL) 2021 11 · Andreas van Cranenburgh, Esther Ploeger, Frank van den Berg, Remi Thüss

We introduce a modular, hybrid coreference resolution system that extends a rule-based baseline with three neural classifiers for the subtasks mention detection, mention attributes (gender, animacy, number), and pronoun …

coreference-resolutionCoreference ResolutionFeature Engineering

A Benchmark of Rule-Based and Neural Coreference Resolution in Dutch Novels and News

2020-11-03 · COLING (CRAC) 2020 12 · Corbèn Poot, Andreas van Cranenburgh

We evaluate a rule-based (Lee et al., 2013) and neural (Lee et al., 2018) coreference system on Dutch datasets of two domains: literary novels and news/Wikipedia text. The results provide insight into the relative streng…

coreference-resolutionCoreference Resolution

Investigating Cross-Document Event Coreference for Dutch

2022-10-01 · COLING (CRAC) 2022 10 · Loic De Langhe, Orphee De Clercq, Veronique Hoste

In this paper we present baseline results for Event Coreference Resolution (ECR) in Dutch using gold-standard (i.e non-predicted) event mentions. A newly developed benchmark dataset allows us to properly investigate the …

coreference-resolutionCoreference ResolutionEvent Coreference Resolution

Filling in the Gaps: Efficient Event Coreference Resolution using Graph Autoencoder Networks

2023-10-18 · Loic De Langhe, Orphée De Clercq, Veronique Hoste

We introduce a novel and efficient method for Event Coreference Resolution (ECR) applied to a lower-resourced language domain. By framing ECR as a graph reconstruction task, we are able to combine deep semantic embedding…

coreference-resolutionCoreference ResolutionEvent Coreference ResolutionGraph Reconstruction