TJKlein commited on
Commit
9975451
·
1 Parent(s): b057d09

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -8
README.md CHANGED
@@ -221,14 +221,18 @@ Model results on SentEval Benchmark:
221
  If you use this code in your research or want to refer to our work, please cite:
222
 
223
  ```
224
- @inproceedings{Klein2023miCSE,
225
- title={miCSE: Mutual Information Contrastive Learning for Low-shot Sentence Embeddings},
226
- author={Tassilo Klein and Moin Nabi},
227
- booktitle = "Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics",
228
- month = july,
229
- year = "2023",
230
- publisher = "Association for Computational Linguistics (ACL)",
231
- note ="to appear"
 
 
 
 
232
  }
233
  ```
234
 
 
221
  If you use this code in your research or want to refer to our work, please cite:
222
 
223
  ```
224
+ @inproceedings{klein-nabi-2023-micse,
225
+ title = "mi{CSE}: Mutual Information Contrastive Learning for Low-shot Sentence Embeddings",
226
+ author = "Klein, Tassilo and
227
+ Nabi, Moin",
228
+ booktitle = "Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
229
+ month = jul,
230
+ year = "2023",
231
+ address = "Toronto, Canada",
232
+ publisher = "Association for Computational Linguistics",
233
+ url = "https://aclanthology.org/2023.acl-long.339",
234
+ pages = "6159--6177",
235
+ abstract = "This paper presents miCSE, a mutual information-based contrastive learning framework that significantly advances the state-of-the-art in few-shot sentence embedding.The proposed approach imposes alignment between the attention pattern of different views during contrastive learning. Learning sentence embeddings with miCSE entails enforcing the structural consistency across augmented views for every sentence, making contrastive self-supervised learning more sample efficient. As a result, the proposed approach shows strong performance in the few-shot learning domain. While it achieves superior results compared to state-of-the-art methods on multiple benchmarks in few-shot learning, it is comparable in the full-shot scenario. This study opens up avenues for efficient self-supervised learning methods that are more robust than current contrastive methods for sentence embedding.",
236
  }
237
  ```
238