Commit
·
e6614f6
1
Parent(s):
f2c7902
Update README.md
Browse files
README.md
CHANGED
@@ -97,3 +97,20 @@ The following hyperparameters were used during training:
|
|
97 |
- Pytorch 1.10.0+cu111
|
98 |
- Datasets 1.18.3
|
99 |
- Tokenizers 0.11.6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
97 |
- Pytorch 1.10.0+cu111
|
98 |
- Datasets 1.18.3
|
99 |
- Tokenizers 0.11.6
|
100 |
+
|
101 |
+
## Citing & Authors
|
102 |
+
|
103 |
+
<!--- Describe where people can find more information -->
|
104 |
+
|
105 |
+
If you use the model kindly cite the following work
|
106 |
+
|
107 |
+
```
|
108 |
+
@inproceedings{deka2022evidence,
|
109 |
+
title={Evidence Extraction to Validate Medical Claims in Fake News Detection},
|
110 |
+
author={Deka, Pritam and Jurek-Loughrey, Anna and others},
|
111 |
+
booktitle={International Conference on Health Information Science},
|
112 |
+
pages={3--15},
|
113 |
+
year={2022},
|
114 |
+
organization={Springer}
|
115 |
+
}
|
116 |
+
```
|