johngiorgi commited on
Commit
1db545c
·
1 Parent(s): 3a644f1

Update bibtex to ACL version

Browse files
Files changed (1) hide show
  1. README.md +11 -6
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
- @article{Giorgi2020DeCLUTRDC,
72
- title={DeCLUTR: Deep Contrastive Learning for Unsupervised Textual Representations},
73
- author={John M Giorgi and Osvald Nitski and Gary D. Bader and Bo Wang},
74
- journal={ArXiv},
75
- year={2020},
76
- volume={abs/2006.03659}
 
 
 
 
 
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
  ```