Update README.md
Browse files
README.md
CHANGED
@@ -6,4 +6,14 @@ language:
|
|
6 |
- en
|
7 |
base_model:
|
8 |
- meta-llama/Llama-3.1-8B
|
9 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
- en
|
7 |
base_model:
|
8 |
- meta-llama/Llama-3.1-8B
|
9 |
+
---
|
10 |
+
|
11 |
+
# Pub-Guard-Llama-8B
|
12 |
+
|
13 |
+
**Pub-Guard-Llama-8B** is a fine-tuned version of the Llama-3.1-8B model, specifically designed for detecting fraudulent papers in academic publications.
|
14 |
+
|
15 |
+
Benefits of using this model:
|
16 |
+
* the first LLM specifically designed for fraud detection in scientific articles
|
17 |
+
* integration of external resources for better analysis (Semantic Scholar, OpenAlex, <u>Pubmed</u>...)
|
18 |
+
* it offers <u>uncertainty-aware</u> predictions with <u>faithful</u> explanations
|
19 |
+
|