Spaces:
Sleeping
Sleeping
Commit
·
d0e9ec9
1
Parent(s):
5e3f613
Update app.py
Browse files
app.py
CHANGED
@@ -106,8 +106,8 @@ def main():
|
|
106 |
st.title("Academic Application Document Classifier")
|
107 |
st.header("Is it human-made 📝 or Generated with AI 🤖 ? ")
|
108 |
|
109 |
-
st.markdown('AI-generated content has reached an unprecedented level of realism. The models on this website focus on identifying AI-generated application materials, such as Statements of Intent (SOI) and Letters of Recommendation (LOR). These models were trained using real-world SOIs and LORs, alongside their AI counterparts generated through prompts crafted using information from actual applications. An example of such prompts is as follows'
|
110 |
-
|
111 |
st.markdown("It's worth noting that these models are not trained to detect AI-enhanced text originating from human-authored drafts. Using tools like ChatGPT for document revision may be acceptable for some admissions committees, as they combine human creativity with AI language proficiency. However, our upcoming research will focus on identifying AI-modified texts, including paraphrasing, to ensure transparency and trustworthiness across various applications")
|
112 |
|
113 |
# Check the model to use
|
|
|
106 |
st.title("Academic Application Document Classifier")
|
107 |
st.header("Is it human-made 📝 or Generated with AI 🤖 ? ")
|
108 |
|
109 |
+
st.markdown('AI-generated content has reached an unprecedented level of realism. The models on this website focus on identifying AI-generated application materials, such as Statements of Intent (SOI) and Letters of Recommendation (LOR). These models were trained using real-world SOIs and LORs, alongside their AI counterparts generated through prompts crafted using information from actual applications. An example of such prompts is as follows:')
|
110 |
+
st.markdown('''"Write a statement of intent for a master's in Data Science at Fordham University. My undergraduate degree is in Mathematics, and my GPA is 3.45. I possess proficiency in python, java, matlab, software, calculus, and linear algebra.''')
|
111 |
st.markdown("It's worth noting that these models are not trained to detect AI-enhanced text originating from human-authored drafts. Using tools like ChatGPT for document revision may be acceptable for some admissions committees, as they combine human creativity with AI language proficiency. However, our upcoming research will focus on identifying AI-modified texts, including paraphrasing, to ensure transparency and trustworthiness across various applications")
|
112 |
|
113 |
# Check the model to use
|