AI text detection

Downloads24
Subscribe
0
Bookmark
0
This application is not supported by InterSystems Corporation. Please be notified that you use it at your own responsibility.
Details
Releases
Reviews
Awards
Issues
Articles

What's new in this version

Added link to the article

ai-text-detection

This application was created to check if the text was generated by artificial intelligence or written by a human.

To develop this application, a data set of 35,000 texts written by people and ChatGPT was used, which were converted into 20 numerical values, that describe the characteristics of each of them.

The following model configuration was used to generate texts in ChatGpt

model="text-curie-001"
prompt=prompt
temperature=0.7
max_tokens=300
top_p=1
frequency_penalty=0.4
presence_penalty=0.1

To try the application you can use online demo or run it locally with your own Cloud SQL account.

How to run app:

  1. Build app
> docker-compose up --build

And open http://127.0.0.1:8010/

  1. Open your Cloud Service Portal and create the new Deployment
  2. Go to the app and set your deployment credentials

image

  1. In the Cloud Service Portal open "Add and Manage files" page and add GPT-human-text.csv from the /data folder

image

  1. Open the "Import files" page and import current file to the Texts table

image image image

  1. Then go to "IntegratedML Tools" and create and train a new model "TextModel" with the name of the training model "TextTrainedModel"

image image

  1. Go back to the application, enter your text and look at the result. (The maximum text length is 2500 characters)

image

Rating
5 (2)
Category
Technology Example
Works with
InterSystems IRIS Cloud SQL
Tags
Info
Version
1.0.1
Last updated
2023-07-01
Repository
Open
Documentation
Open
License
Link