paper-with-me

Papers

Gendered Ambiguous Pronouns Shared Task: Boosting Model Confidence by Evidence Pooling

2019-08-01 · WS 2019 8 · S Attree, eep

This paper presents a strong set of results for resolving gendered ambiguous pronouns on the Gendered Ambiguous Pronouns shared task. The model presented here draws upon the strengths of state-of-the-art language and coreference resolution models, and introduces a novel evidence-based deep learning architecture. Injecting evidence from the coreference models compliments the base architecture, and analysis shows that the model is not hindered by their weaknesses, specifically gender bias. The modularity and simplicity of the architecture make it very easy to extend for further improvement and applicable to other NLP problems. Evaluation on GAP test data results in a state-of-the-art performance at 92.5{\%} F1 (gender bias of 0.97), edging closer to the human performance of 96.6{\%}. The end-to-end solution presented here placed 1st in the Kaggle competition, winning by a significant lead.

📄 PDF Abstract BibTeX

Code (1)

sattree/gap 공식 구현 tf

Tasks

coreference-resolutionCoreference Resolution

Similar Papers 제목 키워드 기반

Gendered Ambiguous Pronouns Shared Task: Boosting Model Confidence by Evidence Pooling

2019-06-03 · Sandeep Attree

This paper presents a strong set of results for resolving gendered ambiguous pronouns on the Gendered Ambiguous Pronouns shared task. The model presented here draws upon the strengths of state-of-the-art language and cor…

coreference-resolutionCoreference Resolution

Gendered Ambiguous Pronoun (GAP) Shared Task at the Gender Bias in NLP Workshop 2019

2019-08-01 · WS 2019 8 · Kellie Webster, Marta R. Costa-juss{\`a}, Christian Hardmeier, Will Radford

The 1st ACL workshop on Gender Bias in Natural Language Processing included a shared task on gendered ambiguous pronoun (GAP) resolution. This task was based on the coreference challenge defined in Webster et al. (2018),…

Resolving Gendered Ambiguous Pronouns with BERT

2019-06-03 · WS 2019 8 · Matei Ionita, Yury Kashnitsky, Ken Krige, Vladimir Larin 외

Pronoun resolution is part of coreference resolution, the task of pairing an expression to its referring entity. This is an important task for natural language understanding and a necessary component of machine translati…

coreference-resolutionCoreference ResolutionMachine TranslationNatural Language Understanding+1

Mind the GAP: A Balanced Corpus of Gendered Ambiguous Pronouns

2018-10-11 · TACL 2018 1 · Kellie Webster, Marta Recasens, Vera Axelrod, Jason Baldridge

Coreference resolution is an important task for natural language understanding, and the resolution of ambiguous pronouns a longstanding challenge. Nonetheless, existing corpora do not capture ambiguous pronouns in suffic…

Coreference ResolutionDiversityNatural Language Understanding

Look Again at the Syntax: Relational Graph Convolutional Network for Gendered Ambiguous Pronoun Resolution

2019-05-21 · WS 2019 8 · Yinchuan Xu, Junlin Yang

Gender bias has been found in existing coreference resolvers. In order to eliminate gender bias, a gender-balanced dataset Gendered Ambiguous Pronouns (GAP) has been released and the best baseline model achieves only 66.…