prajjwal1 commited on
Commit
2b3512b
·
1 Parent(s): 712e36b

added bibtex

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -1,3 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  Roberta-large trained on MNLI.
2
 
3
  ----------------------
 
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).
13
+
14
  Roberta-large trained on MNLI.
15
 
16
  ----------------------