Safetensors
English
pjoshi30 commited on
Commit
30f4594
·
verified ·
1 Parent(s): 5f1bc48

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -22
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
- @misc {hdm-2-3b,
212
-
213
-     author       = {Paudel, A. and Lyzhov, A. and AIMon Labs},
214
-
215
-     title        = {HDM-2-3B: Hallucination Detection Model for Enterprise LLMs}, [Bibek Paudel](mailto:[email protected]
216
-
217
-     year         = 2025,
218
-
219
-     url          = {<https://huggingface.co/aimonlabs/> ??????? [Preetam Joshi](mailto:preetam@aimon.ai)},
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