prajjwal1 commited on
Commit
eabf43d
1 Parent(s): 2c602a0

added bibtex

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ If you use the model, please consider citing the paper
2
+ ```
3
+ @misc{bhargava2021generalization,
4
+ title={Generalization in NLI: Ways (Not) To Go Beyond Simple Heuristics},
5
+ author={Prajjwal Bhargava and Aleksandr Drozd and Anna Rogers},
6
+ year={2021},
7
+ eprint={2110.01518},
8
+ archivePrefix={arXiv},
9
+ primaryClass={cs.CL}
10
+ }
11
+ ```
12
+ Original Implementation and more info can be found in [this Github repository](https://github.com/prajjwal1/generalize_lm_nli).