Skip to main content

The Word Embedding Fairness Evaluation Framework

Project description

ReadTheDocs

CircleCI

WEFE: The Word Embedding Fairness Evaluation Framework

WEFE is a package focused on providing an easy and well-designed framework for measuring word embedding bias.

It provides metrics, a framework for creating queries, and a standard interface for executing these queries using a metric and a pre-trained Word Embedding model. In addition, it has multiple tools that allow you to run several queries on several different embedding models, graph them, calculate their associated rankings per test, among others.

Although it is only in its early stages of development, it is expected that with time it will become more robust, that more metrics will be implemented and that it will extend to other types of bias measurement in NLP.

The official documentation can be found at this link.

Installation

There are two different ways to install WEFE:

To install the package with pip

pip install wefe
  • With conda:

To install the package with conda:

conda install wefe

Requirements

These package will be installed along with the package, in case these have not already been installed:

  1. numpy

  2. scikit-learn

  3. scipy

  4. pandas

  5. gensim

  6. plotly

  7. patool

Contributing

You can download the code executing

git clone https://github.com/dccuchile/wefe

To contribute, visit the corresponding section in the documentation:

Contributing <https://wefe.readthedocs.io/en/latest/contribute.html/>

Testing

All unit tests are in the wefe/test folder. It uses pytest as a framework to run them. You can run all tests, first install pytest and pytest-cov:

pip install -U pytest
pip install pytest-cov

To run the test, execute:

pytest wefe

To check the coverage, run:

py.test wefe --cov-report xml:cov.xml --cov wefe

And then:

coverage report -m

Build the documentation

The documentation is created using sphinx. It can be found in the doc folder at the root of the project. Here, the API is described as well as quick start and use cases. To compile the documentation, run it:

cd doc
make html

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wefe-0.1.2.tar.gz (322.1 kB view hashes)

Uploaded Source

Built Distribution

wefe-0.1.2-py3-none-any.whl (337.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page