pritamdeka
commited on
Commit
•
7f11bdb
1
Parent(s):
97bd79d
Update README.md
Browse files
README.md
CHANGED
@@ -125,14 +125,14 @@ SentenceTransformer(
|
|
125 |
|
126 |
<!--- Describe where people can find more information -->
|
127 |
|
128 |
-
|
129 |
-
```
|
130 |
-
|
131 |
-
@article{reimers2019sentence,
|
132 |
-
title={Sentence-bert: Sentence embeddings using siamese bert-networks},
|
133 |
-
author={Reimers, Nils and Gurevych, Iryna},
|
134 |
-
journal={arXiv preprint arXiv:1908.10084},
|
135 |
-
year={2019}
|
136 |
-
}
|
137 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
138 |
```
|
|
|
125 |
|
126 |
<!--- Describe where people can find more information -->
|
127 |
|
128 |
+
If you use the model kindly cite the following work
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
129 |
|
130 |
+
```
|
131 |
+
@inproceedings{deka2021unsupervised,
|
132 |
+
title={Unsupervised Keyword Combination Query Generation from Online Health Related Content for Evidence-Based Fact Checking},
|
133 |
+
author={Deka, Pritam and Jurek-Loughrey, Anna},
|
134 |
+
booktitle={The 23rd International Conference on Information Integration and Web Intelligence},
|
135 |
+
pages={267--277},
|
136 |
+
year={2021}
|
137 |
+
}
|
138 |
```
|