Update README.md
Browse files
README.md
CHANGED
@@ -83,3 +83,14 @@ if human_prob > ai_prob:
|
|
83 |
else:
|
84 |
print("The text is likely AI-generated.")
|
85 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
83 |
else:
|
84 |
print("The text is likely AI-generated.")
|
85 |
```
|
86 |
+
|
87 |
+
## Citation
|
88 |
+
|
89 |
+
```bibtex
|
90 |
+
@article{abiodunfinbarrsoketunji-agtd2023,
|
91 |
+
title={Evaluating the Efficacy of Hybrid Deep Learning Models in Distinguishing AI-Generated Text},
|
92 |
+
author={Abiodun Finbarrs Oketunji},
|
93 |
+
journal={arXiv:2311.15565v2},
|
94 |
+
year={2023}
|
95 |
+
}
|
96 |
+
```
|