Update README.md
Browse files
README.md
CHANGED
@@ -13,24 +13,18 @@ base_model:
|
|
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
|
17 |
-
* integration of external resources for better analysis (Semantic Scholar, OpenAlex,
|
18 |
-
* it offers
|
19 |
|
20 |
**Datasets**
|
21 |
* [Pubmed Retraction](https://huggingface.co/datasets/Lihuchen/pubmed_retraction)
|
22 |
* [Instruction](https://huggingface.co/datasets/Lihuchen/pubmed_retraction_instruction)
|
23 |
|
24 |
-
**
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
| OpenScholar-8B | 18.8 |20.3
|
29 |
-
| Bio-Medical-Llama-3-8B | 40.7 |56.7|
|
30 |
-
| PMC-LLaMA-13B | 36.4 |-|
|
31 |
-
| Pub-Guard-Llama-8B (Ours) | 73.1 |80.5|
|
32 |
-
| Pub-Guard-Llama-8B (RAG) | - |-|
|
33 |
-
| Pub-Guard-Llama-8B (Debate) | 73.1 |81.1|
|
34 |
|
35 |
|
36 |
## Examples
|
|
|
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-based system specifically designed for fraud detection in scientific articles
|
17 |
+
* integration of external resources for better analysis (Semantic Scholar, OpenAlex, Pubmed...)
|
18 |
+
* it offers powerful predictions with reliable explanations
|
19 |
|
20 |
**Datasets**
|
21 |
* [Pubmed Retraction](https://huggingface.co/datasets/Lihuchen/pubmed_retraction)
|
22 |
* [Instruction](https://huggingface.co/datasets/Lihuchen/pubmed_retraction_instruction)
|
23 |
|
24 |
+
**Experimental Results**
|
25 |
+
|
26 |
+

|
27 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
|
29 |
|
30 |
## Examples
|