Update README.md
Browse files
README.md
CHANGED
|
@@ -10,15 +10,47 @@ language:
|
|
| 10 |
|
| 11 |
# Model Card for Hallucination Detection Model (HDM-2-3B)
|
| 12 |
|
|
|
|
| 13 |
**Paper:**
|
| 14 |
[](https://arxiv.org/abs/2504.07069)
|
| 15 |
*HalluciNot: Hallucination Detection Through Context and Common Knowledge Verification.*
|
| 16 |
|
| 17 |
-
|
| 18 |
**Notebook:** [](https://colab.research.google.com/drive/1HclyB06t-wZVIxuK6AlyifRaf77vO5Yz?usp=sharing)
|
| 19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
|
| 21 |
-
**HDM-Bench Dataset:** 🤗 [HuggingFace Dataset](https\://huggingface.co/datasets/AimonLabs/HDM-Bench)
|
| 22 |
|
| 23 |
|
| 24 |
## Introduction
|
|
|
|
| 10 |
|
| 11 |
# Model Card for Hallucination Detection Model (HDM-2-3B)
|
| 12 |
|
| 13 |
+
<!--
|
| 14 |
**Paper:**
|
| 15 |
[](https://arxiv.org/abs/2504.07069)
|
| 16 |
*HalluciNot: Hallucination Detection Through Context and Common Knowledge Verification.*
|
| 17 |
|
|
|
|
| 18 |
**Notebook:** [](https://colab.research.google.com/drive/1HclyB06t-wZVIxuK6AlyifRaf77vO5Yz?usp=sharing)
|
| 19 |
|
| 20 |
+
**GitHub Repository:**
|
| 21 |
+
[](https://github.com/aimonlabs/hallucination-detection-model)
|
| 23 |
+
|
| 24 |
+
**HDM-Bench Dataset:**
|
| 25 |
+
[](https\://huggingface.co/datasets/AimonLabs/HDM-Bench)
|
| 26 |
+
|
| 27 |
+
**HDM-2-3B Model:**
|
| 28 |
+
[](https://huggingface.co/AimonLabs/hallucination-detection-model)
|
| 29 |
+
-->
|
| 30 |
+
|
| 31 |
+
<table>
|
| 32 |
+
<tr>
|
| 33 |
+
<td><strong>Paper:</strong></td>
|
| 34 |
+
<td><a href="https://arxiv.org/abs/2504.07069"><img src="https://img.shields.io/badge/arXiv-2504.07069-b31b1b.svg" alt="arXiv Badge" /></a> <em>HalluciNot: Hallucination Detection Through Context and Common Knowledge Verification.</em></td>
|
| 35 |
+
</tr>
|
| 36 |
+
<tr>
|
| 37 |
+
<td><strong>Notebook:</strong></td>
|
| 38 |
+
<td><a href="https://colab.research.google.com/drive/1HclyB06t-wZVIxuK6AlyifRaf77vO5Yz?usp=sharing"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Colab Badge" /></a></td>
|
| 39 |
+
</tr>
|
| 40 |
+
<tr>
|
| 41 |
+
<td><strong>GitHub Repository:</strong></td>
|
| 42 |
+
<td><a href="https://github.com/aimonlabs/hallucination-detection-model"><img src="https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white" alt="GitHub Badge" /></a></td>
|
| 43 |
+
</tr>
|
| 44 |
+
<tr>
|
| 45 |
+
<td><strong>HDM-Bench Dataset:</strong></td>
|
| 46 |
+
<td><a href="https://huggingface.co/datasets/AimonLabs/HDM-Bench"><img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/dataset-on-hf-md-dark.svg" alt="HF Dataset Badge" /></a></td>
|
| 47 |
+
</tr>
|
| 48 |
+
<tr>
|
| 49 |
+
<td><strong>HDM-2-3B Model:</strong></td>
|
| 50 |
+
<td><a href="https://huggingface.co/AimonLabs/hallucination-detection-model"><img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/model-on-hf-md-dark.svg" alt="HF Model Badge" /></a></td>
|
| 51 |
+
</tr>
|
| 52 |
+
</table>
|
| 53 |
|
|
|
|
| 54 |
|
| 55 |
|
| 56 |
## Introduction
|