Applying adversarial_bias_mitigator to span-BERT #5387
Replies: 2 comments 10 replies
-
@ArjunSubramonian may know the answer to this |
Beta Was this translation helpful? Give feedback.
-
Yes, these two can be combined! You have to implement an adversary that takes as input coreference probabilities. For example, if you're using WinoBias-style (https://uclanlp.github.io/corefBias/overview) sentences, e.g. "The physician hired the secretary because she was overwhelmed with clients", the predictor, i.e. coref-spanBERT, would output coreference probabilities and the adversary would take as input the probabilities of "she" coreferring with "physician" and "secretary" and attempt to recover the pronoun. In this way, the predictor can be finetuned to produce more fair coreference probabilities for pronouns with occupations. |
Beta Was this translation helpful? Give feedback.
-
I was hoping to apply adversarial debiasing to the task of coreference resolution. I was wondering if it is possible to do this through AllenNLP, using the spanBERT model and the adversarial_bias_mitigator model wrapper. Can these two be combined?
Beta Was this translation helpful? Give feedback.
All reactions