AISep 7, 2024

HULLMI: Human vs LLM identification with explainability

arXiv:2409.04808v13 citationsh-index: 5
Originality Synthesis-oriented
AI Analysis

This work addresses the need for reliable and interpretable LLM detection tools in domains like education and healthcare, though it is incremental as it applies existing methods to this task.

The study tackled the problem of distinguishing human-written from AI-generated text by showing that traditional machine learning models perform as well as modern NLP detectors, achieving comparable accuracy on diverse datasets. It also used LIME to provide explainability insights into the detection process.

As LLMs become increasingly proficient at producing human-like responses, there has been a rise of academic and industrial pursuits dedicated to flagging a given piece of text as "human" or "AI". Most of these pursuits involve modern NLP detectors like T5-Sentinel and RoBERTa-Sentinel, without paying too much attention to issues of interpretability and explainability of these models. In our study, we provide a comprehensive analysis that shows that traditional ML models (Naive-Bayes,MLP, Random Forests, XGBoost) perform as well as modern NLP detectors, in human vs AI text detection. We achieve this by implementing a robust testing procedure on diverse datasets, including curated corpora and real-world samples. Subsequently, by employing the explainable AI technique LIME, we uncover parts of the input that contribute most to the prediction of each model, providing insights into the detection process. Our study contributes to the growing need for developing production-level LLM detection tools, which can leverage a wide range of traditional as well as modern NLP detectors we propose. Finally, the LIME techniques we demonstrate also have the potential to equip these detection tools with interpretability analysis features, making them more reliable and trustworthy in various domains like education, healthcare, and media.

Code Implementations1 repo
Foundations

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

Your Notes