Skip to content

xiaoleihuang/DomainFairness

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adaptation Methods to Promote Multilingual Fairness NAACL - 2022

Data and code repository to promote multilingual fairness for hate speech detection and recommendation system (rating prediction) for the NAACL 2022 paper Easy Adaptation to Mitigate Gender Bias in Multilingual Text Classification.

Data

How to Run

  • Install the following:;

    • Install conda;
    • Install Python packages:
      • With conda: conda env create -f environment.yml, then conda activate naacl2022
      • With pip: pip install -r requirements.txt.
  • Download embeddings under the resources/embeddings/. Unzip the gz files and save the file under the folder.

  • I have provided the multilingual lexicon resources, but you are free to run the codes under the resources/lexicon/ to get your own version.

  • Run Python scripts

Poster and Presentation

You can find my poster and presentation files under the resources directory.

Contact

Please email xiaolei.huang@memphis.edu for further discussion.

Citation

If you use our corpus in your publication, please kindly cite this paper:

@inproceedings{huang-2022-easy,
    title = "Easy Adaptation to Mitigate Gender Bias in Multilingual Text Classification",
    author = "Huang, Xiaolei",
    booktitle = "Proceedings of the 2022 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies",
    month = jul,
    year = "2022",
    address = "Seattle, United States",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2022.naacl-main.52",
    doi = "10.18653/v1/2022.naacl-main.52",
    pages = "717--723",
    abstract = "Existing approaches to mitigate demographic biases evaluate on monolingual data, however, multilingual data has not been examined. In this work, we treat the gender as domains (e.g., male vs. female) and present a standard domain adaptation model to reduce the gender bias and improve performance of text classifiers under multilingual settings. We evaluate our approach on two text classification tasks, hate speech detection and rating prediction, and demonstrate the effectiveness of our approach with three fair-aware baselines.",
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published