kamalkraj commited on
Commit
e13c779
1 Parent(s): 45207dc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -129,4 +129,21 @@ SentenceTransformer(
129
 
130
  ## Citing & Authors
131
 
132
- <!--- Describe where people can find more information -->
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
129
 
130
  ## Citing & Authors
131
 
132
+ <!--- Describe where people can find more information -->
133
+ ```bibtex
134
+ @inproceedings{kanakarajan-etal-2022-biosimcse,
135
+ title = "{B}io{S}im{CSE}: {B}io{M}edical Sentence Embeddings using Contrastive learning",
136
+ author = "Kanakarajan, Kamal raj and
137
+ Kundumani, Bhuvana and
138
+ Abraham, Abhijith and
139
+ Sankarasubbu, Malaikannan",
140
+ booktitle = "Proceedings of the 13th International Workshop on Health Text Mining and Information Analysis (LOUHI)",
141
+ month = dec,
142
+ year = "2022",
143
+ address = "Abu Dhabi, United Arab Emirates (Hybrid)",
144
+ publisher = "Association for Computational Linguistics",
145
+ url = "https://aclanthology.org/2022.louhi-1.10",
146
+ pages = "81--86",
147
+ abstract = "Sentence embeddings in the form of fixed-size vectors that capture the information in the sentence as well as the context are critical components of Natural Language Processing systems. With transformer model based sentence encoders outperforming the other sentence embedding methods in the general domain, we explore the transformer based architectures to generate dense sentence embeddings in the biomedical domain. In this work, we present BioSimCSE, where we train sentence embeddings with domain specific transformer based models with biomedical texts. We assess our model{'}s performance with zero-shot and fine-tuned settings on Semantic Textual Similarity (STS) and Recognizing Question Entailment (RQE) tasks. Our BioSimCSE model using BioLinkBERT achieves state of the art (SOTA) performance on both tasks.",
148
+ }
149
+ ```