Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,70 @@ 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 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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
## Examples
|
21 |
+
|
22 |
+
### Non-Retracted Article
|
23 |
+
|
24 |
+
**Input**:
|
25 |
+
```python
|
26 |
+
Title: Bioinformatics-Based Discovery of CKLF-Like MARVEL Transmembrane Member 5 as a Novel Biomarker for Breast Cancer.
|
27 |
+
|
28 |
+
Abstract: Chemokine-like factor (CKLF)-like MARVEL transmembrane members (CMTMs) represent a novel protein family linking the
|
29 |
+
chemokine and transmembrane-4 superfamily families, which potentially play several roles in diverse physiological and pathological processes.
|
30 |
+
The detailed functions and underlying molecular mechanisms of CMTMs remain elusive in breast cancer.
|
31 |
+
Herein, we performed a comprehensive bioinformatic analysis to investigate the prognostic effect, potential functions,
|
32 |
+
and biomolecular regulatory network of CMTMs in breast cancer.
|
33 |
+
...
|
34 |
+
|
35 |
+
Authors: Juan Zhou (author h-index: 22, Established Researcher); J. Lei (author h-index: 10, Early Career Researcher);
|
36 |
+
Jun Wang (author h-index: 17, Established Researcher); Chen-Lu Lian (author h-index: 10, Early Career Researcher);
|
37 |
+
L. Hua (author h-index: 9, Early Career Researcher); Zhen-Yu He (author h-index: 29, Established Researcher);
|
38 |
+
San-Gang Wu (author h-index: 28, Established Researcher)
|
39 |
+
|
40 |
+
Institutions: Sun Yat-sen University Cancer Center, Guangzhou, China. (institution average citation: 21.0, Established Institution);
|
41 |
+
Teaching Hospital of Fujian Medical University, Xiamen, China. (institution average citation: 60.0, World-Class Institution)
|
42 |
+
|
43 |
+
Journal: frontiers in cell and developmental biology (journal JCR: Q1, Top Level Journal)
|
44 |
+
```
|
45 |
+
|
46 |
+
**Output**:
|
47 |
+
```python
|
48 |
+
No
|
49 |
+
The article should be accepted due to its publication in a top-tier journal with a rigorous peer review process,
|
50 |
+
the author s strong credibility with established h-indices, and affiliations with reputable institutions.
|
51 |
+
The study presents original, well-supported findings on CMTM5's role in breast cancer, with no evidence of data fabrication or plagiarism.
|
52 |
+
```
|
53 |
+
|
54 |
+
### Retracted Article
|
55 |
+
|
56 |
+
**Input**:
|
57 |
+
```python
|
58 |
+
Title: Changes and Influencing Factors of Cognitive Impairment in Patients with Breast Cancer.
|
59 |
+
|
60 |
+
Abstract: To investigate the changes in cognitive function and its influencing factors in patients with breast cancer after chemotherapy,
|
61 |
+
to provide a scientific basis for further cognitive correction therapy. In this study, general information on age,
|
62 |
+
marital status, and chemotherapy regimen was collected from 172 breast cancer chemotherapy patients.
|
63 |
+
172 patients with breast cancer undergoing chemotherapy were investigated by convenience sampling method,
|
64 |
+
and the subjects were tested one-on-one using the Chinese version of the MATRICS Consensus Cognitive Battery (MCCB) computer system.
|
65 |
+
...
|
66 |
+
|
67 |
+
Authors: Huixia Cui (author h-index: 6, Early Career Researcher);
|
68 |
+
Xiaoxiu Song (author h-index: 1, Emerging Researcher); Wenlu Zhang (author h-index: 7, Early Career Researcher)
|
69 |
+
|
70 |
+
Institutions: College of Nursing, Jinzhou Medical University, Jinzhou, Liaoning 121001, China. (institution average citation: 9.0, Emerging Institution);
|
71 |
+
Department of Intensive Care Medicine, Liaocheng People's Hospital, Liaocheng, Shandong 252000, China. (institution average citation: 10.0, Emerging Institution);
|
72 |
+
|
73 |
+
Journal: evidence-based complementary and alternative medicine : ecam (unknown journal)
|
74 |
+
```
|
75 |
+
|
76 |
+
**Output**:
|
77 |
+
```python
|
78 |
+
Yes
|
79 |
+
The article should be retracted due to potential data fabrication or manipulation, as the reported linear regression results lack clarity and statistical validation.
|
80 |
+
Additionally, the journal's reputation and peer review rigor are questionable, and the authors' affiliations are emerging with low citation averages,
|
81 |
+
raising concerns about research reliability.
|
82 |
+
```
|