English

Token Prediction as Implicit Classification to Identify LLM-Generated Text

Computation and Language 2024-02-08 v1

Abstract

This paper introduces a novel approach for identifying the possible large language models (LLMs) involved in text generation. Instead of adding an additional classification layer to a base LM, we reframe the classification task as a next-token prediction task and directly fine-tune the base LM to perform it. We utilize the Text-to-Text Transfer Transformer (T5) model as the backbone for our experiments. We compared our approach to the more direct approach of utilizing hidden states for classification. Evaluation shows the exceptional performance of our method in the text classification task, highlighting its simplicity and efficiency. Furthermore, interpretability studies on the features extracted by our model reveal its ability to differentiate distinctive writing styles among various LLMs even in the absence of an explicit classifier. We also collected a dataset named OpenLLMText, containing approximately 340k text samples from human and LLMs, including GPT3.5, PaLM, LLaMA, and GPT2.

Keywords

Cite

@article{arxiv.2311.08723,
  title  = {Token Prediction as Implicit Classification to Identify LLM-Generated Text},
  author = {Yutian Chen and Hao Kang and Vivian Zhai and Liangze Li and Rita Singh and Bhiksha Raj},
  journal= {arXiv preprint arXiv:2311.08723},
  year   = {2024}
}

Comments

EMNLP 2023, Main Conference

R2 v1 2026-06-28T13:21:42.369Z