0xnu commited on
Commit
5df930e
1 Parent(s): 3a54614

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
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
+ ```