Author Response
We would like first to thank the reviewer for the feedback and admit our interesting observations. Below are our responses.
1. "they seem to be quite explicit that they do not care about the execution quality..."
**Response**: **We respectfully disagree with this claim**. Execution quality is our top priority: From TabIe 1, our method achieved SOTA results on 4 datasets and 3 models from OpenAI in both black- and white-box scenarios on 16/16 cases regarding AUROC and 13/16 cases regarding TPR.\
Table 3 also confirmed the superior detection quality of our methods on 2 advanced open-sourced models (LLaMa, GPT-NeoX), surpassing baselines in 8/8 cases on AUROC.\
Thus, we are confident that the execution quality is our top priority, and our experimental results demonstrate our method's much higher detection quality over baselines.
2. "Delta should be lower bounded but not upper bounded in order to justify using KL divergence/Total variations ..."
**Response**: **We want to clarify that this bound is not intended for a low bound of Delta**. Looking at the other side of this inequality, our purpose is to prove that $d_{KL(M, H)} \ge \frac{2\Delta^2}{|| log (.|X) ||^2_{\infty}}$, which means that the difference between the two distributions is significant enough since it is greater than some positive gap.\
So this serves as the low bound of $d_{KL(M, H)}$, rather than the upper bound of $\Delta$. Therefore, even if the $\Delta$ is small, the positive gap of the distance will always exist as long as the $\Delta$ is not zero. We will update this in the revision.
3. "IMO, another major limitation is that if we dont know which model is used to generate the text...."
**Response**: We would like to clarify that **we are following the same task-setting as in previous work [1, 2]**: the requirements for known LLM are also the problem settings of the two most famous detection approaches: zero-shot detector DetectGPT [1] and Watermark [2].\
Additionally, as we wrote in the original submission on page 3, “Refer to Appendix B.4 for unknown source model”, **we actually included the experiments for detecting text from unknown sources**. To the best of our knowledge, there are no existing good solutions to detect text from unknown sources robustly. Our paper contributes to this challenging problem by using proxy models in Appendix B.4 to make a step forward. To be specific, we use two proxy models (OPT-125M and GPT2-124M) to estimate the relative probability difference and achieve good performance. So **this is also our unique contribution rather than weakness since previous baselines can not handle this**.\
Furthermore, on page 9, we have a paragraph titled “Model Sourcing” to tackle the problem of unknown LLM sources. To be specific, we can detect the model source given some model candidates through pair-wise comparison by applying our method to those candidates and then rank the scores. Table 2 shows that our method can reliably detect model sources from a collection of 4 models with 85%-99% AUROC score. In comparison, none of the baselines can perform model sourcing. Therefore, **this is our additional unique contribution since previous baselines can not solve it.**
[1] Mitchell, Eric, et al. "Detectgpt: Zero-shot machine-generated text detection using probability curvature." (ICML 2023).\
[2] Kirchenbauer, John, et al. "A watermark for large language models." (ICML 2023).
Questions 1&2:
**Response:** We would like to first thank the reviewer for raising this interesting question.\
We believe our results are already very strong compared with baselines since our experiments validate the effectiveness of our method on both closed models like text-davinci-003, GPT-3.5-turbo, and GPT-4, as well as open-source models such as GPT-NeoX-20B and LLaMa-13B. Thus, it is evident that it holds for those representative models.\
However, in terms of “so long as an LM is trained through certain mechanism, it will always exhibit the likelihood gap hypothesis and the possibilities of fixing the Delta.”, we believe that it would be a complicated question because **it involves not only the training mechanism but also factors that might be relevant to the training data, model size, model architecture, and alignment, among others**. We would love to extend our results to more models in the future.\
Considering the popularity of those models, especially ChatGPT, we believe that our approach provides a timely solution to this problem.
Besides, we also noticed that **on the OpenAI dev day, the former CEO of OpenAI announced [3] that they would give token logits access on GPT-4 API calls in the future. This will make our white-box detection method also applicable to GPT-4! Although we have not got access to GPT-4 output token logits, we believe this will only make our method more powerful in the future.**
[3] https://openai.com/blog/new-models-and-developer-products-announced-at-devday