<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>applications of AI detection in academic integrity &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/applications-of-ai-detection-in-academic-integrity/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Fri, 11 Sep 2026 00:06:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>applications of AI detection in academic integrity &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>Ensemble deep learning model detects ChatGPT-generated text accurately</title>
		<link>https://scienmag.com/ensemble-deep-learning-model-detects-chatgpt-generated-text-accurately/</link>
		
		<dc:creator><![CDATA[Blake Davidson]]></dc:creator>
		<pubDate>Fri, 11 Sep 2026 00:06:00 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[advancements in natural language processing for text verification]]></category>
		<category><![CDATA[AI-generated content in education and journalism]]></category>
		<category><![CDATA[applications of AI detection in academic integrity]]></category>
		<category><![CDATA[applications of AI in journalism and education]]></category>
		<category><![CDATA[challenges in distinguishing human vs AI writing]]></category>
		<category><![CDATA[challenges of identifying AI-generated academic papers]]></category>
		<category><![CDATA[ChatGPT architecture and capabilities]]></category>
		<category><![CDATA[deep learning frameworks for text analysis]]></category>
		<category><![CDATA[deep learning frameworks for text classification]]></category>
		<category><![CDATA[disinformation and fraudulent content detection]]></category>
		<category><![CDATA[Ensemble deep learning for ChatGPT-generated text detection]]></category>
		<category><![CDATA[Ensemble deep learning models for detecting ChatGPT-generated text]]></category>
		<category><![CDATA[ethical considerations of synthetic text]]></category>
		<category><![CDATA[ethical implications of synthetic text]]></category>
		<category><![CDATA[impact of AI-generated content on society]]></category>
		<category><![CDATA[impact of AI-generated text on academia and media]]></category>
		<category><![CDATA[large language models and AI-generated content]]></category>
		<category><![CDATA[large language models and disinformation]]></category>
		<category><![CDATA[long-passages vs short-passages in AI detection]]></category>
		<category><![CDATA[machine-generated text identification accuracy]]></category>
		<category><![CDATA[machine-written text detection accuracy]]></category>
		<category><![CDATA[multilingual AI text detection]]></category>
		<category><![CDATA[multilingual AI text detection research]]></category>
		<guid isPermaLink="false">https://scienmag.com/ensemble-deep-learning-model-detects-chatgpt-generated-text-accurately/</guid>

					<description><![CDATA[In a world where ChatGPT and its relatives are writing essays, news articles, emails and even academic papers, one question has become urgent for educators, journalists and policymakers alike: can we tell machine-written text from human-written text? A new study offers a powerful answer. Jawaher Alghamdi, Yuqing Lin and Suhuai Luo, researchers at the University [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In a world where ChatGPT and its relatives are writing essays, news articles, emails and even academic papers, one question has become urgent for educators, journalists and policymakers alike: can we tell machine-written text from human-written text? A new study offers a powerful answer. Jawaher Alghamdi, Yuqing Lin and Suhuai Luo, researchers at the University of Newcastle in Australia, King Khalid University in Saudi Arabia and Jimei University in China, have built a deep learning framework that detects ChatGPT-generated text with up to 97 percent accuracy on long passages and 88 percent on short ones. The work, published in Multimedia Tools and Applications, is a significant step forward in the rapidly growing field of machine-generated text detection.</p>
<p>The rise of large language models has been extraordinary. ChatGPT, based on OpenAI&#8217;s GPT-3.5 architecture, has attracted enormous attention across education, business and entertainment for its ability to produce fluent, extended responses to human queries. But that fluency carries a risk. The authors of the study point out that the same capabilities can be misused for malicious purposes, including spreading disinformation, generating fraudulent academic work and producing deceptive content at scale. As the volume of synthetic text grows, the responsible and ethical use of ChatGPT has become paramount, and tools to distinguish original human-generated text from machine output are increasingly needed.</p>
<p>The new framework is built on an ensemble, a strategy in which several models are combined so that their individual strengths compensate for one another&#8217;s weaknesses. At its core are four transformer-based language models, each pre-trained on massive text corpora and each with a distinctive view of language. The first is BERT, Bidirectional Encoder Representations from Transformers, which reads text in both directions and builds deeply contextualized word representations. The second is RoBERTa, a robustly optimized variant of BERT that refines the pre-training recipe for stronger performance. The third is XLNet, a generalized autoregressive model that overcomes some limitations of standard masked language models by considering all permutations of the input sequence. The fourth is GPT-2, a generative pre-trained transformer that predicts the next token from left to right. Because these models differ in how they process context, the researchers reasoned that their combined judgment would be more reliable than any single model&#8217;s.</p>
<p>But the architecture does not stop there. The team recognized that while transformers excel at capturing rich semantic features, they are less sensitive to the fine-grained, local patterns that often distinguish machine text, such as characteristic word sequences and rhythm of expression. To address this, the framework passes the transformer outputs through two complementary components. A one-dimensional Convolutional Neural Network, or 1D-CNN, extracts high-level local features by sliding filters across the embedded text and picking up distinctive n-gram-like patterns. A Bidirectional Gated Recurrent Unit, or BiGRU, then considers the temporal flow of information in both directions, capturing how meaning unfolds across a passage from beginning to end and from end back to the beginning. Together, these components allow the model to process contextualized information and reveal meaningful patterns that enhance detection.</p>
<p>The choice to test the system on both short and long texts is one of the study&#8217;s most practical contributions. Detecting machine-generated text in short passages, such as social media posts, is notoriously difficult because there is little statistical signal to work with. Longer documents give classifiers far more evidence to examine. The researchers evaluated their model on datasets containing both human-written and ChatGPT-generated samples. Importantly, they controlled for a subtle confound: because ChatGPT&#8217;s output can be influenced by the conversation history, the team refreshed the chat thread for every text sample, ensuring that each generated passage was independent and not contaminated by prior exchanges.</p>
<p>The results were striking. On long texts, the ensemble achieved an accuracy rate of 97 percent, correctly identifying ChatGPT-generated text from human text in the vast majority of cases. On short texts, where the signal is weaker, the model still reached 88 percent accuracy, a level that compares favorably with earlier methods. Perhaps more importantly, the experiments demonstrated a clear finding: the transformer ensemble consistently outperformed individual transformer models when used alone. Combining BERT, RoBERTa, XLNet and GPT-2 into a single decision framework proved more robust than relying on any one of them, validating the ensemble approach for this task.</p>
<p>The study builds on a growing body of research into machine-generated text detection. Earlier efforts, such as work on detecting neural fake news, exposed the vulnerability of current classifiers to synthetic text and proposed defensive models. Other researchers have explored detection of short ChatGPT texts using explainable machine learning, and the field has since expanded with dedicated shared tasks on English and multilingual machine-generated content detection. The new work draws on that lineage but adds a distinctive hybrid architecture. The research team had previously developed BERT-CNN-BiLSTM models for detecting fake news on social media, and their experience with that problem clearly informed the design here. Both fake news detection and ChatGPT detection share a common structure: distinguishing content produced with deceptive intent from authentic content, a challenge the researchers note is related to established problems such as hate speech detection.</p>
<p>The implications of this research extend well beyond the laboratory. In education, institutions around the world are grappling with students submitting AI-generated essays, and detection tools could help preserve academic integrity. In journalism and information security, the ability to flag machine-generated disinformation could slow the spread of synthetic propaganda. The authors explicitly frame their results as a useful approach for policymakers and researchers concerned with detecting and preventing the malicious use of ChatGPT. By publishing their methodology, including comparisons against baseline models, the study gives developers a reference point for building practical detection systems.</p>
<p>The technical details also matter for the broader AI community. The study underscores why ensembles have become a recurring theme in modern natural language processing. Prior work, such as ensemble models combining BERT and RoBERTa for classifying idioms versus literal texts, has shown that different pre-trained models encode complementary information. This new study extends that insight to the AI-detection problem, showing that a model that effectively processes contextualized information from multiple transformer perspectives, then enriches it with convolutional and recurrent feature extraction, can reveal patterns in text that individual models miss. The generative-versus-discriminative distinction explored in classic machine learning research also echoes here, as GPT-2 and its generative cousins see language differently from encoder models like BERT and XLNet.</p>
<p>The road to publication was long. The paper was received in March 2024, revised in November 2025, and accepted in December 2025, reflecting the fast-moving nature of this field where the technology being studied evolves faster than the review cycle. The fact that the model achieves such strong performance on a text generated by GPT-3.5-era ChatGPT suggests the underlying patterns of machine fluency are stable enough to be learned reliably, even as chatbots grow more capable.</p>
<p>Of course, no detector is a permanent solution. As generative models improve, they may produce text that evades current detection methods, and the arms race between generation and detection is likely to continue. The researchers acknowledge the need for continued investigation into ways to distinguish human from machine text. But their results demonstrate that the problem is tractable: with the right combination of pre-trained transformers and sequence-aware deep learning, machine-written text leaves a detectable fingerprint. For now, this ensemble framework offers one of the most accurate available tools for finding that fingerprint, whether hidden in a long essay or a short post. The study was not funded by any organization, and the authors declare no conflicts of interest.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Detection of ChatGPT-generated text versus human-generated text using a deep learning ensemble model</p>
<p><strong>Article Title:</strong> Detecting ChatGPT-generated text: A deep learning ensemble for accurate differentiation from human-generated text</p>
<p><strong>Article References:</strong> Alghamdi, J., Lin, Y., &amp; Luo, S. (2026). Detecting ChatGPT-generated text: A deep learning ensemble for accurate differentiation from human-generated text. <em>Multimedia Tools and Applications, 85</em>(8), Article 686. <a href="https://doi.org/10.1007/s11042-026-21175-z" target="_blank" rel="noopener noreferrer">https://doi.org/10.1007/s11042-026-21175-z</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s11042-026-21175-z" target="_blank" rel="noopener noreferrer">10.1007/s11042-026-21175-z</a></p>
<p><strong>Keywords:</strong> ChatGPT, text classification, BERT, RoBERTa, XLNet, GPT, deep learning, ensemble model, 1D-CNN, BiGRU, machine-generated text detection, natural language processing</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">192087</post-id>	</item>
	</channel>
</rss>
