8000 GitHub - GuoQi2000/Debias_PDD: Repository for Findings of EMNLP 2023 paper "Debias NLU Datasets via Training-free Perturbations"
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Repository for Findings of EMNLP 2023 paper "Debias NLU Datasets via Training-free Perturbations"

Notifications You must be signed in to change notification settings

GuoQi2000/Debias_PDD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDD

This is the github repository for Findings of EMNLP 2023 paper "Debias NLU Datasets via Training-free Perturbations".

Data

We use MNLI(debiased), FEVER(debiased) and QQP(debiased) for training, and HANS, FEVER-symmetric and PAWS for evaluation.

The data folder contains the data for training or evaluation. All data has been processed into JSON format.

Download our Generated Debiased Datasets

Dataset Link
MNLI_debiased json
QQP_debiased json
FEVER_debiased json

Code

The training code are provided by Yuanhang Tang https://github.com/yuanhangtangle/shuffle-debias.

Train & Eval

Start with

python main.py\
--base_folder exp-mnli-debiased\
--seed 21\
--data mnli_debiased\
--cuda 0

Replace the option data with qqp or qqp_debiased to evaluate on paws. Replace the option data with fever or fever_debiased to evaluate on symmetric.

About

Repository for Findings of EMNLP 2023 paper "Debias NLU Datasets via Training-free Perturbations"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0