Commit
·
21e0a55
1
Parent(s):
3ab11e5
Update README.md
Browse files
README.md
CHANGED
|
@@ -123,4 +123,16 @@ SentenceTransformer(
|
|
| 123 |
|
| 124 |
## Citing & Authors
|
| 125 |
|
| 126 |
-
<!--- Describe where people can find more information -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 123 |
|
| 124 |
## Citing & Authors
|
| 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 |
+
```
|