Update README.md
Browse files
README.md
CHANGED
@@ -51,10 +51,12 @@ for generated_sequence_idx, generated_sequence in enumerate(output_sequences):
|
|
51 |
### BibTeX entry and citation info
|
52 |
|
53 |
```bibtex
|
54 |
-
@
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
|
|
|
|
59 |
}
|
60 |
```
|
|
|
51 |
### BibTeX entry and citation info
|
52 |
|
53 |
```bibtex
|
54 |
+
@misc{wu2021polyjuice,
|
55 |
+
title={Polyjuice: Automated, General-purpose Counterfactual Generation},
|
56 |
+
author={Tongshuang Wu and Marco Tulio Ribeiro and Jeffrey Heer and Daniel S. Weld},
|
57 |
+
year={2021},
|
58 |
+
eprint={2101.00288},
|
59 |
+
archivePrefix={arXiv},
|
60 |
+
primaryClass={cs.CL}
|
61 |
}
|
62 |
```
|