# counterfactually-augmented-data **Repository Path**: li_hai_ning/counterfactually-augmented-data ## Basic Information - **Project Name**: counterfactually-augmented-data - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Learning the Difference that Makes a Difference with Counterfactually-Augmented Data ### Overview This repository houses the dataset described in the paper *Learning the Difference that Makes a Difference with Counterfactually-Augmented Data*. Given documents and their initial labels, we tasked humans to (i) revise each document to accord with a counterfactual target label, subject to producing revisions that (ii) result in internally consistent documents and (iii) avoid any gratuitous changes to facts that are semantically unrelated to the applicability of the label. ### Sentiment Analysis Fields | Description ------------- | ------------- Text | A movie review Sentiment | Positive or Negative Sentiment associated with the movie review ### Natural Language Inference Fields | Description ------------- | ------------- sentence1 | The premise sentence sentence2 | The hypothesis sentence gold_label | The truth value of hypothesis given premise ## Bibligoraphy If you use our data, please cite the paper that introduced the resource with the following BibTeX: ``` @article{kaushik2019learning, title={Learning the Difference that Makes a Difference with Counterfactually-Augmented Data}, author={Kaushik, Divyansh and Hovy, Eduard and Lipton, Zachary C}, journal={arXiv preprint arXiv:1909.12434}, year={2019} } ``` ### Revision platform We will release the code for the revision platform soon. We are currently cleaning up the codebase to make it easier to use. In the meanwhile, the interface is depicted below: ![Revision platform](https://github.com/dkaushik96/counterfactually-augmented-data/blob/master/platform_screenshot.png)