Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
1 |
---
|
2 |
license: unknown
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: unknown
|
3 |
+
task_categories:
|
4 |
+
- text-classification
|
5 |
+
language:
|
6 |
+
- en
|
7 |
---
|
8 |
+
```bib
|
9 |
+
@article{kaushik2020learning,
|
10 |
+
title={Learning the Difference that Makes a Difference with Counterfactually Augmented Data},
|
11 |
+
author={Kaushik, Divyansh and Hovy, Eduard and Lipton, Zachary C},
|
12 |
+
journal={International Conference on Learning Representations (ICLR)},
|
13 |
+
year={2020}
|
14 |
+
}
|
15 |
+
```
|