Update README.md
Browse files
README.md
CHANGED
@@ -63,7 +63,7 @@ print(answer)
|
|
63 |
|
64 |
## Examples
|
65 |
|
66 |
-
###
|
67 |
|
68 |
|
69 |
**Input**:
|
@@ -94,4 +94,18 @@ The article should be retracted due to potential data fabrication or manipulatio
|
|
94 |
raising concerns about research reliability.
|
95 |
```
|
96 |
|
|
|
97 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
|
64 |
## Examples
|
65 |
|
66 |
+
### Vanilla Mode
|
67 |
|
68 |
|
69 |
**Input**:
|
|
|
94 |
raising concerns about research reliability.
|
95 |
```
|
96 |
|
97 |
+
## Citation
|
98 |
|
99 |
+
If you find our work useful, please give us a citation:
|
100 |
+
|
101 |
+
```
|
102 |
+
@misc{chen2025pubguardllm,
|
103 |
+
title={Pub-Guard-LLM: Detecting Fraudulent Biomedical Articles with Reliable Explanations},
|
104 |
+
author={Lihu Chen and Shuojie Fu and Gabriel Freedman and Cemre Zor and Guy Martin and James Kinross and Uddhav Vaghela and Ovidiu Serban and Francesca Toni},
|
105 |
+
year={2025},
|
106 |
+
eprint={2502.15429},
|
107 |
+
archivePrefix={arXiv},
|
108 |
+
primaryClass={cs.CL},
|
109 |
+
url={https://arxiv.org/abs/2502.15429},
|
110 |
+
}
|
111 |
+
```
|