paper-with-me

Papers

Adversarial Examples Generation for Reducing Implicit Gender Bias in Pre-trained Models

2021-10-03 · Wenqian Ye, Fei Xu, Yaojia Huang, Cassie Huang, Ji A

Over the last few years, Contextualized Pre-trained Neural Language Models, such as BERT, GPT, have shown significant gains in various NLP tasks. To enhance the robustness of existing pre-trained models, one way is adversarial examples generation and evaluation for conducting data augmentation or adversarial learning. In the meanwhile, gender bias embedded in the models seems to be a serious problem in practical applications. Many researches have covered the gender bias produced by word-level information(e.g. gender-stereotypical occupations), while few researchers have investigated the sentence-level cases and implicit cases. In this paper, we proposed a method to automatically generate implicit gender bias samples at sentence-level and a metric to measure gender bias. Samples generated by our method will be evaluated in terms of accuracy. The metric will be used to guide the generation of examples from Pre-trained models. Therefore, those examples could be used to impose attacks on Pre-trained Models. Finally, we discussed the evaluation efficacy of our generated examples on reducing gender bias for future research.

📄 PDF Abstract BibTeX arXiv:2110.01094

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationSentence

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Discriminative Fine-Tuning Discriminative Fine-Tuning is a fine-tuning strategy that is used for ULMFiT type models. Instead of using the same learning rate…
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
WordPiece 설명 없음
Linear Warmup With Cosine Annealing Linear Warmup With Cosine Annealing is a learning rate schedule where we increase the learning rate linearly for $n$ updates and then anneal according to a cosine schedule…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Unsupervised Discovery of Implicit Gender Bias

2020-04-17 · EMNLP 2020 11 · Anjalie Field, Yulia Tsvetkov

Despite their prevalence in society, social biases are difficult to identify, primarily because human judgements in this domain can be unreliable. We take an unsupervised approach to identifying gender bias against women…

Probing Explicit and Implicit Gender Bias through LLM Conditional Text Generation

2023-11-01 · Xiangjue Dong, Yibo Wang, Philip S. Yu, James Caverlee

Large Language Models (LLMs) can generate biased and toxic responses. Yet most prior work on LLM gender bias evaluation requires predefined gender-related phrases or gender stereotypes, which are challenging to be compre…

Conditional Text GenerationFairnessText Generation

Alignment Reduces Expressed but Not Encoded Gender Bias: A Unified Framework and Study

2026-03-25 · Nour Bouchouchi, Thibault Laugel, Xavier Renard, Christophe Marsala 외 arxiv

During training, Large Language Models (LLMs) learn social regularities that can lead to gender bias in downstream applications. Most mitigation efforts focus on reducing bias in generated outputs, typically evaluated on…

Story Generation

Towards Gender-Neutral Face Descriptors for Mitigating Bias in Face Recognition

2020-06-14 · Prithviraj Dhar, Joshua Gleason, Hossein Souri, Carlos D. Castillo 외

State-of-the-art deep networks implicitly encode gender information while being trained for face recognition. Gender is often viewed as an important attribute with respect to identifying faces. However, the implicit enco…

AttributeFace RecognitionFace VerificationGeneral Classification

Adversarial Unlearning: Reducing Confidence Along Adversarial Directions

2022-06-03 · Amrith Setlur, Benjamin Eysenbach, Virginia Smith, Sergey Levine

Supervised learning methods trained with maximum likelihood objectives often overfit on training data. Most regularizers that prevent overfitting look to increase confidence on additional examples (e.g., data augmentatio…

Data Augmentation