paper-with-me

Papers

Detecting LLM-Generated Text in Computing Education: A Comparative Study for ChatGPT Cases

2023-07-10 · Michael Sheinman Orenstrakh, Oscar Karnalim, Carlos Anibal Suarez, Michael Liut

Due to the recent improvements and wide availability of Large Language Models (LLMs), they have posed a serious threat to academic integrity in education. Modern LLM-generated text detectors attempt to combat the problem by offering educators with services to assess whether some text is LLM-generated. In this work, we have collected 124 submissions from computer science students before the creation of ChatGPT. We then generated 40 ChatGPT submissions. We used this data to evaluate eight publicly-available LLM-generated text detectors through the measures of accuracy, false positives, and resilience. The purpose of this work is to inform the community of what LLM-generated text detectors work and which do not, but also to provide insights for educators to better maintain academic integrity in their courses. Our results find that CopyLeaks is the most accurate LLM-generated text detector, GPTKit is the best LLM-generated text detector to reduce false positives, and GLTR is the most resilient LLM-generated text detector. We also express concerns over 52 false positives (of 114 human written submissions) generated by GPTZero. Finally, we note that all LLM-generated text detectors are less accurate with code, other languages (aside from English), and after the use of paraphrasing tools (like QuillBot). Modern detectors are still in need of improvements so that they can offer a full-proof solution to help maintain academic integrity. Further, their usability can be improved by facilitating a smooth API integration, providing clear documentation of their features and the understandability of their model(s), and supporting more commonly used languages.

📄 PDF Abstract BibTeX arXiv:2307.07411

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Comparative Study of AI-Generated (GPT-4) and Human-crafted MCQs in Programming Education

2023-12-05 · Jacob Doughty, Zipiao Wan, Anishka Bompelli, Jubahed Qayum 외

There is a constant need for educators to develop and maintain effective up-to-date assessments. While there is a growing body of research in computing education on utilizing large language models (LLMs) in generation an…

Multiple-choice

Mast Kalandar at SemEval-2024 Task 8: On the Trail of Textual Origins: RoBERTa-BiLSTM Approach to Detect AI-Generated Text

2024-07-03 · Jainit Sushil Bafna, Hardik Mittal, Suyash Sethia, Manish Shrivastava 외

Large Language Models (LLMs) have showcased impressive abilities in generating fluent responses to diverse user queries. However, concerns regarding the potential misuse of such texts in journalism, educational, and acad…

Text Detection

Synthetic Students: A Comparative Study of Bug Distribution Between Large Language Models and Computing Students

2024-10-11 · Stephen MacNeil, Magdalena Rogalska, Juho Leinonen, Paul Denny 외

Large language models (LLMs) present an exciting opportunity for generating synthetic classroom data. Such data could include code containing a typical distribution of errors, simulated student behaviour to address the c…

The Imitation Game: Detecting Human and AI-Generated Texts in the Era of ChatGPT and BARD

2023-07-22 · Kadhim Hayawi, Sakib Shahriar, Sujith Samuel Mathew

The potential of artificial intelligence (AI)-based large language models (LLMs) holds considerable promise in revolutionizing education, research, and practice. However, distinguishing between human-written and AI-gener…

Binary ClassificationText Detection

Can Large Language Models (LLMs) Describe Pictures Like Children? A Comparative Corpus Study

2025-08-19 · Hanna Woloszyn, Benjamin Gagl arxiv

The role of large language models (LLMs) in education is increasing, yet little attention has been paid to whether LLM-generated text resembles child language. This study evaluates how LLMs replicate child-like language …

Semantic Similarity