johngiorgi commited on
Commit
578017c
1 Parent(s): 6774377

Update bibtext to ACL version

Browse files
Files changed (1) hide show
  1. README.md +12 -6
README.md CHANGED
@@ -81,11 +81,17 @@ semantic_sim = 1 - cosine(embeddings[0], embeddings[1])
81
  ### BibTeX entry and citation info
82
 
83
  ```bibtex
84
- @article{Giorgi2020DeCLUTRDC,
85
- title={DeCLUTR: Deep Contrastive Learning for Unsupervised Textual Representations},
86
- author={John M Giorgi and Osvald Nitski and Gary D. Bader and Bo Wang},
87
- journal={ArXiv},
88
- year={2020},
89
- volume={abs/2006.03659}
 
 
 
 
 
90
  }
 
91
  ```
81
  ### BibTeX entry and citation info
82
 
83
  ```bibtex
84
+ @inproceedings{giorgi-etal-2021-declutr,
85
+ title = {{D}e{CLUTR}: Deep Contrastive Learning for Unsupervised Textual Representations},
86
+ author = {Giorgi, John and Nitski, Osvald and Wang, Bo and Bader, Gary},
87
+ year = 2021,
88
+ month = aug,
89
+ 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)},
90
+ publisher = {Association for Computational Linguistics},
91
+ address = {Online},
92
+ pages = {879--895},
93
+ doi = {10.18653/v1/2021.acl-long.72},
94
+ url = {https://aclanthology.org/2021.acl-long.72}
95
  }
96
+
97
  ```