Update README.md
Browse files
README.md
CHANGED
|
@@ -154,6 +154,16 @@ Print the results
|
|
| 154 |
|
| 155 |
print_results(results)
|
| 156 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 157 |
|
| 158 |
### Model Description
|
| 159 |
|
|
@@ -161,8 +171,6 @@ Print the results
|
|
| 161 |
|
| 162 |
- Developed by: AIMon Labs, Inc.
|
| 163 |
|
| 164 |
-
- Model type:
|
| 165 |
-
|
| 166 |
- Language(s) (NLP): English
|
| 167 |
|
| 168 |
- License: CC BY-NC-SA 4.0
|
|
@@ -208,27 +216,17 @@ See paper for [more details](https://arxiv.org/abs/2504.07069)
|
|
| 208 |
|
| 209 |
## Citation:
|
| 210 |
|
| 211 |
-
|
| 212 |
-
|
| 213 |
-
|
| 214 |
-
|
| 215 |
-
|
| 216 |
-
|
| 217 |
-
|
| 218 |
-
|
| 219 |
-
|
| 220 |
-
|
| 221 |
-
publisher = {AIMon Labs, Inc.},
|
| 222 |
-
|
| 223 |
-
eprint = {2504.07069},
|
| 224 |
-
|
| 225 |
-
archivePrefix= {arXiv},
|
| 226 |
-
|
| 227 |
-
primaryClass = {cs.CL},
|
| 228 |
-
|
| 229 |
-
url = {https\://arxiv.org/abs/2504.07069}
|
| 230 |
-
|
| 231 |
}
|
|
|
|
| 232 |
|
| 233 |
|
| 234 |
## Model Card Authors
|
|
|
|
| 154 |
|
| 155 |
print_results(results)
|
| 156 |
|
| 157 |
+
```
|
| 158 |
+
OUTPUT:
|
| 159 |
+
|
| 160 |
+
Hallucination severity: 0.9844
|
| 161 |
+
|
| 162 |
+
Potentially hallucinated sentences:
|
| 163 |
+
- The heart is a vital six-chambered organ that pumps blood throughout the human body. (Probability: 0.9102)
|
| 164 |
+
- It contains three atria and three ventricles that work in harmony to circulate blood. (Probability: 1.0000)
|
| 165 |
+
- The heart primarily runs on glucose for energy and typically beats at a rate of 20-30 beats per minute in adults. (Probability: 0.9844)
|
| 166 |
+
```
|
| 167 |
|
| 168 |
### Model Description
|
| 169 |
|
|
|
|
| 171 |
|
| 172 |
- Developed by: AIMon Labs, Inc.
|
| 173 |
|
|
|
|
|
|
|
| 174 |
- Language(s) (NLP): English
|
| 175 |
|
| 176 |
- License: CC BY-NC-SA 4.0
|
|
|
|
| 216 |
|
| 217 |
## Citation:
|
| 218 |
|
| 219 |
+
```
|
| 220 |
+
@misc{paudel2025hallucinothallucinationdetectioncontext,
|
| 221 |
+
title={HalluciNot: Hallucination Detection Through Context and Common Knowledge Verification},
|
| 222 |
+
author={Bibek Paudel and Alexander Lyzhov and Preetam Joshi and Puneet Anand},
|
| 223 |
+
year={2025},
|
| 224 |
+
eprint={2504.07069},
|
| 225 |
+
archivePrefix={arXiv},
|
| 226 |
+
primaryClass={cs.CL},
|
| 227 |
+
url={https://arxiv.org/abs/2504.07069},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 228 |
}
|
| 229 |
+
```
|
| 230 |
|
| 231 |
|
| 232 |
## Model Card Authors
|