Skip to content

IntelLabs/NeuroCounterfactuals

Repository files navigation

NeuroCounterfactuals

Repository for automatic counterfactual generation as described in our EMNLP 2022 paper:

NeuroCounterfactuals: Beyond Minimal-Edit Counterfactuals for Richer Data Augmentation.
Phillip Howard, Gadi Singer, Vasudev Lal, Yejin Choi and Swabha Swayamdipta.
Findings of the Association for Computational Linguistics: EMNLP 2022.

Prerequisites

Installation

Clone the three repositories referenced above and create separate python virtual environments within each one named 'venv'. Then install all dependencies for each repository within its corresponding venv according to the repository's instructions. You can use the bash scripts located in the install/ folder for assistance with this. Note that these scripts were tested on a Ubuntu 18.04 system.

Clone this repository into the same directory which contains the three prerequisite repositories. Then, create a virtual environment for it and install the dependencies:

git clone https://github.com/IntelLabs/NeuroCounterfactuals.git
cd NeuroCounterfactuals
python3.8 -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt

Download the sentiment steer models:

mkdir models
cd models
gdown https://drive.google.com/uc?id=1HSrNMrq4OZ3nyTobNd2TZFcB5NYwluu-
unzip experts.zip && rm experts.zip

Generating NeuroCounterfactuals

To generate NeuroCounterfactuals, run the generate_counterfactuals.ipynb notebook. You can then run evaluate_counterfactuals.ipynb to train and evaluate a sentiment classifier using the NeuroCounterfactuals.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published