Home Technology peripherals AI A US university team finds a new way to check whether a paper was authored by AI with 99% accuracy

A US university team finds a new way to check whether a paper was authored by AI with 99% accuracy

Jun 09, 2023 pm 07:19 PM
ai

美国大学团队找到检验论文是否由 AI 创作的新方法,准确率达 99%

News on June 8, according to Japan's "Asahi Shimbun" report, a research team at the University of Kansas in the United States recently discovered a new testing method that can accurately judge an article Whether the paper is created by ChatGPT, its accuracy can reach 99%.

Currently, users only need to enter a set of data and add the comment "Please use this data to write an academic paper." ChatGPT can create a paper that can be fake in tens of seconds, which makes many The author of the paper has used ChatGPT partially or completely to write the paper.

However, some academic journals and research institutions have warned that if these authors do not clearly state that they use ChatGPT when submitting, it will constitute plagiarism or other fraud.

For this reason, there has been progress in the development of tools to detect whether an article was generated by AI, but so far there has been no detection tool specifically for academic papers.

The research team at the University of Kansas focused on "paragraph complexity" and "common phrases" to train a new AI to check whether a paper was generated by ChatGPT.

According to reports, the research team selected 64 papers from the American academic journal "Science" within the six months to March 2023, and asked ChatGPT to generate abstracts of about 300-400 words for the papers. , 128 articles created by ChatGPT were finally generated and used to train this new detection AI model.

美国大学团队找到检验论文是否由 AI 创作的新方法,准确率达 99%

After training, the model can 100% identify the artificially created parts from the articles generated by AI, and the recognition accuracy of specific paragraphs in the text is 92%. Comprehensive The accuracy rate is 99%. The relevant findings have been published in the journal "Cell Reports Physical Science."

The research team found that ChatGPT rarely uses expressions such as "although... but... (but, however, although)". Instead, it likes to use words such as “others” and “researchers”.

On the other hand, humans are more accustomed to interweaving long sentences and short sentences, and the sentence structure is also different from ChatGPT's usual writing method.

IT House previously reported that a professor at Texas A&M University in the United States once entered student papers into ChatGPT to reversely verify whether these papers were also generated by ChatGPT. He also achieved good results and directly As a result, half the class failed the class.

IT Home attaches the paper link: Click here to go

The above is the detailed content of A US university team finds a new way to check whether a paper was authored by AI with 99% accuracy. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

How to get logged in user information in WordPress for personalized results How to get logged in user information in WordPress for personalized results Apr 19, 2025 pm 11:57 PM

Recently, we showed you how to create a personalized experience for users by allowing users to save their favorite posts in a personalized library. You can take personalized results to another level by using their names in some places (i.e., welcome screens). Fortunately, WordPress makes it very easy to get information about logged in users. In this article, we will show you how to retrieve information related to the currently logged in user. We will use the get_currentuserinfo();  function. This can be used anywhere in the theme (header, footer, sidebar, page template, etc.). In order for it to work, the user must be logged in. So we need to use

How to elegantly obtain entity class variable names to build database query conditions? How to elegantly obtain entity class variable names to build database query conditions? Apr 19, 2025 pm 11:42 PM

When using MyBatis-Plus or other ORM frameworks for database operations, it is often necessary to construct query conditions based on the attribute name of the entity class. If you manually every time...

How to analyze the cracking process of IntelliJ IDEA and find the lib or class responsible for registration? How to analyze the cracking process of IntelliJ IDEA and find the lib or class responsible for registration? Apr 19, 2025 pm 04:00 PM

Regarding the analysis method of IntelliJIDEA cracking in the programming world, IntelliJ...

How to improve video quality using Java and JavaCV? Why are the effects limited? How to improve video quality using Java and JavaCV? Why are the effects limited? Apr 19, 2025 pm 03:57 PM

Problem introduction: Improved video quality is an important part of video processing, especially when processing low-definition videos, how to use Java language and...

How to solve the problem of username and password authentication failure when connecting to local EMQX using Eclipse Paho? How to solve the problem of username and password authentication failure when connecting to local EMQX using Eclipse Paho? Apr 19, 2025 pm 04:54 PM

How to solve the problem of username and password authentication failure when connecting to local EMQX using EclipsePaho's MqttAsyncClient? Using Java and Eclipse...

How to properly configure apple-app-site-association file in pagoda nginx to avoid 404 errors? How to properly configure apple-app-site-association file in pagoda nginx to avoid 404 errors? Apr 19, 2025 pm 07:03 PM

How to correctly configure apple-app-site-association file in Baota nginx? Recently, the company's iOS department sent an apple-app-site-association file and...

See all articles