uw-hai commited on
Commit
1347ad9
1 Parent(s): d6cdf3a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -5
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
- @article{wu2021polyjuice,
55
- title={Polyjuice: Automated, General-purpose Counterfactual Generation},
56
- author = {Wu, Tongshuang and Ribeiro, Marco Tulio and Heer, Jeffrey and Weld Daniel S.},
57
- journal={arXiv preprint},
58
- year={2021}
 
 
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
  ```