johngiorgi
commited on
Commit
·
1db545c
1
Parent(s):
3a644f1
Update bibtex to ACL version
Browse files
README.md
CHANGED
@@ -68,11 +68,16 @@ semantic_sim = 1 - cosine(embeddings[0], embeddings[1])
|
|
68 |
### BibTeX entry and citation info
|
69 |
|
70 |
```bibtex
|
71 |
-
@
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
|
|
|
|
|
|
|
|
|
|
77 |
}
|
78 |
```
|
|
|
68 |
### BibTeX entry and citation info
|
69 |
|
70 |
```bibtex
|
71 |
+
@inproceedings{giorgi-etal-2021-declutr,
|
72 |
+
title = {{D}e{CLUTR}: Deep Contrastive Learning for Unsupervised Textual Representations},
|
73 |
+
author = {Giorgi, John and Nitski, Osvald and Wang, Bo and Bader, Gary},
|
74 |
+
year = 2021,
|
75 |
+
month = aug,
|
76 |
+
booktitle = {Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},
|
77 |
+
publisher = {Association for Computational Linguistics},
|
78 |
+
address = {Online},
|
79 |
+
pages = {879--895},
|
80 |
+
doi = {10.18653/v1/2021.acl-long.72},
|
81 |
+
url = {https://aclanthology.org/2021.acl-long.72}
|
82 |
}
|
83 |
```
|