CLLGAug 3, 2024

Distinguishing Chatbot from Human

arXiv:2408.04647v13 citationsh-index: 2
Originality Synthesis-oriented
AI Analysis

This work addresses the challenge of identifying AI-generated text, which is important for applications like content moderation and authenticity verification, but it is incremental as it builds on existing ML methods.

The researchers tackled the problem of distinguishing human-written from chatbot-generated text by developing a dataset of over 750,000 paired paragraphs and applying machine learning techniques, achieving high classification accuracy.

There have been many recent advances in the fields of generative Artificial Intelligence (AI) and Large Language Models (LLM), with the Generative Pre-trained Transformer (GPT) model being a leading "chatbot." LLM-based chatbots have become so powerful that it may seem difficult to differentiate between human-written and machine-generated text. To analyze this problem, we have developed a new dataset consisting of more than 750,000 human-written paragraphs, with a corresponding chatbot-generated paragraph for each. Based on this dataset, we apply Machine Learning (ML) techniques to determine the origin of text (human or chatbot). Specifically, we consider two methodologies for tackling this issue: feature analysis and embeddings. Our feature analysis approach involves extracting a collection of features from the text for classification. We also explore the use of contextual embeddings and transformer-based architectures to train classification models. Our proposed solutions offer high classification accuracy and serve as useful tools for textual analysis, resulting in a better understanding of chatbot-generated text in this era of advanced AI technology.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes