Lihuchen commited on
Commit
5884f08
·
verified ·
1 Parent(s): eefa083

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -13
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 <u>first</u> 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
 
20
  **Datasets**
21
  * [Pubmed Retraction](https://huggingface.co/datasets/Lihuchen/pubmed_retraction)
22
  * [Instruction](https://huggingface.co/datasets/Lihuchen/pubmed_retraction_instruction)
23
 
24
- **Zero-Shot Reasoning**
25
- | Model | Breast Cancer|Lung Cancer|
26
- |------------------------------|---------------------|---------------------|
27
- | Llama-3.1-8B-Instruct | 20.0 |46.2|
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
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/63d1954e8eaa4831006600ff/kyb02DvmmiCTdzVK2VNP6.png)
27
+
 
 
 
 
 
 
28
 
29
 
30
  ## Examples