Update README.md
Browse files
README.md
CHANGED
@@ -22,6 +22,19 @@ Model results on SentEval Benchmark:
|
|
22 |
```
|
23 |
|
24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
#### Authors:
|
26 |
- [Tassilo Klein](https://tjklein.github.io/)
|
27 |
- [Moin Nabi](https://moinnabi.github.io/)
|
|
|
22 |
```
|
23 |
|
24 |
|
25 |
+
## Citations
|
26 |
+
If you use this code in your research or want to refer to our work, please cite:
|
27 |
+
|
28 |
+
```
|
29 |
+
@article{Klein2022miCSEMI,
|
30 |
+
title={miCSE: Mutual Information Contrastive Learning for Low-shot Sentence Embeddings},
|
31 |
+
author={Tassilo Klein and Moin Nabi},
|
32 |
+
journal={ArXiv},
|
33 |
+
year={2022},
|
34 |
+
volume={abs/2211.04928}
|
35 |
+
}
|
36 |
+
```
|
37 |
+
|
38 |
#### Authors:
|
39 |
- [Tassilo Klein](https://tjklein.github.io/)
|
40 |
- [Moin Nabi](https://moinnabi.github.io/)
|