Response to Reviewer uBbK
We thank the reviewer for the valuable comments and suggestions. In the rebuttal, we will provide discussions on: (1) what is "ChatGPT Direction'' and how is it motivated? and (2) why we focus on the training-based methods?
**1. What is "ChatGPT Direction'' and how is it motivated?**
To have a further explanation on "ChatGPT Direction'', it would be helpful for us to first recall the concept about "Irrelevant Direction''. In Section 4 of our paper, we provide evidence showing that the detection models could learn "**irrelevant features**'' for prediction. For example, in Section 4.2, we show the possibility of a model to use "**length**'' as a deterministic feature to make prediction. As an evidence, Figure 5 (c) shows a detection model could have a high risk to predict short ChatGPT texts to be human written, because its training dataset has more short human written texts. However, since ChatGPT can be utilized to generate longer or shorter texts, the lengths should not be treated as the principal features for prediction. In our paper, we define the "**irrelevant direction**'' which contains these irrelevant features. Our analysis in Section 4.1 also finds that the collected ChatGPT generated texts from certain prompts could possibly differ from human texts in this "irrelevant direction'', which cause them have a poor HC-Alignment. In this way, the trained detection model can make predictions based on irrelevant features and have a poor generalization.
Orthogonal to the irrelevant direction, we define the "**ChatGPT direction**'' which is the direction that contains the principal features to distinguish human and ChatGPT texts. From our experiments, we demonstrate if one can prevent the detection model to learn irrelevant features, the models can have a better generalization, which validate the existence of principal features. Specifically: In Figure 5(b) in Section 4.2, if we train on ChatGPT texts with similar length distribution as human texts, the model can correctly predict both short and long texts. Based on these empirical findings, we verify the model can also learn principal features for prediction with better generalization. Thus, we are motivated to define this "ChatGPT Direction'' which contains these principal features. In our theoretical analysis in Section 4.3, the ChatGPT direction is the direction that determines the ground truth label (ChatGPT generated or human written) of data samples, and it is orthogonal to the irrelevant direction.
**2. Why we focus on the training-based detection methods?**
We are happy to discuss why we believe it is of great importance to have a specified and comprehensive study for training-based detection methods. First, the training-based methods have high "**in-distribution**'' performance. For example, in our empirical study in Table 3 in the paper, we compare the training-based methods with other methods beyond training-based methods, including "similarity-based'' methods and "score-based'' methods. From the result, we found that training-based methods can provide much more promising detection performance compared to other methods. Second, the training-based methods have high "**applicability**'' for ChatGPT detection and LLM-generated text detection in general. Notably, some well-known LLM-generated detection methods [1-2] are not applicable to black-box LLMs like ChatGPT. In specifics, the method [1] relies on the knowledge of model prediction score, and the method [2] needs to manipulate the text sampling process. However, the training-based methods only need to collect the human texts and LLM generated texts. This process is more general and applicable to all LLMs. Given the superior performance and wide applicability, we believe it is worth a comprehensive study especially for training based methods. Notably, in addition to the analysis, our collected dataset, HC-Var, is one of the most comprehensive and versatile dataset for the research of ChatGPT detection until now, which can also support the evaluation for various kind of detection techniques.
**Reference**
[1] DetectGPT: Zero-Shot Machine-Generated Text Detection using Probability Curvature, Mitchell et al, ICML 2023
[2] A Watermark for Large Language Models, Kirchenbauer et al, ICML 2023