REVIEW 3 major objections 4 minor 53 references
SurpMark detects machine-generated text by scoring the dynamics of token surprisal—how predictable each token is to a proxy language model—against fixed human and machine reference transitions, and proves the resulting score is an asymptoti
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · deepseek-v4-flash
2026-08-04 10:56 UTC pith:4YDNK5Z5
load-bearing objection Strong empirical detector with a real error in the CLT proof; the method deserves a serious look once the theory is corrected. the 3 major comments →
Black-Box Detection of LLM-Generated Text Using Generalized Jensen-Shannon Divergence
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
SurpMark's central discovery is that the temporal pattern of surprisal—whether a highly surprising token tends to be followed by a predictable one, and how often a predictable run spikes—is a stable fingerprint that separates human and machine writing even when the scoring model differs from the generating model. The paper formalizes the fingerprint as the first-order transition matrix of quantized surprisals and shows algebraically that the difference between the test's generalized Jensen-Shannon distance to the machine reference and to the human reference equals the normalized generalized likelihood ratio between two composite hypotheses over Markov chains. It then proves that this score i
What carries the argument
The key object is the surprisal-state transition matrix. Token surprisals from a proxy LM are quantized into k states via k-means (e.g., 'predictable', 'highly surprising'), and consecutive states are counted into a k-by-k matrix. The decision statistic is the gap ΔGJS = GJS(reference_machine, test) − GJS(reference_human, test) with reference/test length weight α = N/n; the generalized Jensen-Shannon divergence with this weight is the f-divergence whose structure makes ΔGJS equal to the normalized log-likelihood ratio of two Markov models. The same decomposition gives the bias-variance tradeoff k* = Θ(N^{1/5}).
Load-bearing premise
The load-bearing premise is that first-order transitions among a handful of learned surprisal states carry the entire human-vs-machine signal, and the formal guarantees additionally assume the state quantizer is fixed in advance even though the deployed algorithm estimates it by k-means.
What would settle it
Generate test passages by sampling directly from the two estimated transition kernels (human-shaped and machine-shaped surprisal chains). The theorem predicts the score distribution is Gaussian with mean separated by twice the generalized Jensen-Shannon divergence between the kernels; if real detector scores on such synthetic chains do not match that prediction, the likelihood-ratio justification is not what explains the empirical results.
If this is right
- References are built once offline, so per-test cost is a single forward pass; after the reference cost is amortized, the method is much cheaper than sampling-based detectors.
- The decision statistic is a normalized likelihood ratio, so threshold selection has a principled anchor rather than being purely empirical.
- The optimal number of surprisal states grows as the fifth root of reference length, so a small fixed k (around 6–8) is near-optimal at practical reference sizes.
- The reference/test length trade-off shows that shorter test passages can be compensated by longer or larger reference corpora at similar accuracy.
Where Pith is reading between the lines
- Because the score is asymptotically normal, one could calibrate a confidence or p-value from the fitted Gaussian and report uncertainty rather than a binary label; the paper does not develop this.
- The same two-reference scheme could be repurposed for other attribution questions—e.g., which of two generators wrote a passage—by swapping the reference corpora, since the likelihood-ratio identity only needs two reference chains.
- The paper's theory assumes a fixed quantizer while the algorithm learns it by k-means; a natural testable extension is to compare against a fixed quantile quantizer to see whether the N^{1/5} bin rule and normality hold for the actual estimator.
- The first-order Markov summary ignores long-range structure; a detector that adds second-order transitions or length-aware states could keep the one-pass advantage while catching generators that mimic local surprisal dynamics.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes SurpMark, a black-box detector for LLM-generated text that summarizes a passage by the surprisal dynamics of its tokens: it discretizes surprisals into k states, estimates a first-order Markov transition matrix for the test text, and scores it by a generalized Jensen-Shannon (GJS) gap against two fixed reference transition matrices built once from human and machine corpora. The authors claim two theoretical contributions: a bias-variance analysis yielding k = Θ(N^{1/5}) as the principled discretization scale, and an asymptotic-normality result for the GJS gap, motivated by an exact log-likelihood-ratio interpretation. Empirically, the paper reports that SurpMark matches or surpasses ten baselines across XSum, WritingPrompts, SQuAD, WMT19, and HC3, for nine open-source and three closed-source generators, while requiring a single pass over the test text and no per-instance regeneration.
Significance. The empirical core of the paper is strong and practically valuable. SurpMark is a rare reference-based detector that is simultaneously single-pass at test time, robust across domains and proxy models, and competitive with much more expensive distribution-based detectors. The experiments are extensive: multiple datasets, 12 source models, ablations on k, reference length, test length, proxy model, throughput, non-English text, and paraphrase attacks. The reported gains on closed-source models such as GPT-5-Chat are notable. However, the theoretical justification is the weakest part of the manuscript. The claimed exact LLR identity and the stated asymptotic normality both have serious technical gaps. These gaps do not necessarily invalidate the empirical detector—the method could still be justified by a delta-method argument—but they do mean the current paper overstates what Section 4 establishes. The paper is likely publishable after a substantive revision of the theoretical section.
major comments (3)
- [Theorem 4.4 (Section 4.3, Appendix A2.3.3)] The stated normalization is internally inconsistent. With α = N/n, the expression σ_H0² = α²/N² σ_{1,0}² + 1/n² σ_{2,0}² equals (σ_{1,0}² + σ_{2,0}²)/n², since α²/N² = 1/n². This is O(n⁻²). But the proof's own Eq. (129)–(132) gives Var(Δ_GJS) = α²/N² Var(Σ_{i=2}^N ι₁) + 1/n² Var(Σ_{i=2}^n ι₂). If σ_{1,0}² and σ_{2,0}² are the long-run variances per step (as Lemma A2.12 uses them), then Var(Σ_{i=2}^N ι₁) ≈ N σ_{1,0}² and Var(Σ_{i=2}^n ι₂) ≈ n σ_{2,0}², so Var(Δ_GJS) ≈ (α σ_{1,0}² + σ_{2,0}²)/n. If, instead, σ_{1,0}² and σ_{2,0}² denote the variance of the whole sum, then the theorem's expression is dimensionally wrong for a different reason. Under either reading, √n(Δ−μ)/σ_H0 does not converge to N(0,1) under the stated σ_H0; the normalized quantity grows as n^{3/2} in the first reading. Since Theorem 4.4 is the paper's central 'principled justification' for the decision statistic, this m
- [Proposition 4.3 (Appendix A2.3.2)] The claimed exact equality Δ_GJS = Λ_{n,N} is not established. In Eqs. (93)–(98), the authors replace the supremum over Markov models on the concatenated sequence (a^P_{1:N}, a^T_{1:n}) by 2^{-(N+n)H(·)} and then identify the resulting entropy expression with the GJS divergence. However, the maximum-likelihood transition matrix of the concatenated sequence is not generally the length-weighted mixture \widehat M_{α1} = (α \widehat M_P + \widehat M_T)/(1+α): the row-wise mixture weights are state-specific visit counts (N_P(s) + n_T(s)), which are not proportional to N and n when the stationary distributions differ. Relatedly, the entropy of the concatenated empirical process is not the weighted entropy of the mixture unless the state frequencies coincide. Thus the LLR interpretation of Δ_GJS is not proved under the stated assumptions. This matters because the asymptotic-normality proof and
- [Section 4.1 vs. Algorithm 1] The theoretical analysis assumes a fixed, shared quantizer q_k, but the algorithm estimates q_k from the reference corpus by k-means (Algorithm 1, Steps 2–3). Consequently, the transition matrices M_P and M_Q in Theorem 4.2 and Theorem 4.4 are random targets that depend on the same data used to build the references, and the stated non-asymptotic bounds and CLT do not cover the actual estimator evaluated in Section 5. The paper should either (a) extend the analysis to the estimated quantizer, e.g., via a stability bound for k-means under sampling, or (b) explicitly state that all theoretical results are conditional on the realized quantizer and provide supporting experiments quantifying the additional variability. As written, the theory is not directly about the method whose performance is claimed.
minor comments (4)
- [Table 1] The reported Avg column is inconsistent for two rows. For LogRank, (53.87 + 66.8 + 49.83)/3 = 56.83, not 46.53. For DetectLRR, (44.51 + 63.29 + 49.83)/3 = 52.54, not 62.11. Please check whether the table entries or the averages are correct.
- [Section 3] There is an indexing inconsistency in the definition of the surprisal sequence: the paper writes {s_t}_{t=1}^n then defines s_1 = −log p_θ(x_2|x_1), so s_n is never defined on the token sequence x_1,...,x_n. The definition should start at t=2 or use x_{1:t} consistently.
- [Figure 7 / Appendix A3.2.2] The claim that observed score distributions 'align closely with Gaussian curves' is only visual. Since the asymptotic normality theorem is under dispute, a quantitative check (e.g., QQ plots, Kolmogorov–Smirnov statistics, or estimated skewness/kurtosis over repeated trials) would be more informative.
- [Eq. (7) and Section 3] The notation f^w_JS in Eq. (7) uses α in the displayed formula, but the text says 'abbreviate f^α_JS as f'. Please make the weight variable consistent (w vs. α) to avoid confusion between the α in GJS and the f-divergence generator.
Circularity Check
No significant circularity: SurpMark's references are built from separate labeled corpora, its statistic is an LLR-type comparison to fixed references, and its theoretical claims do not reduce to fitted inputs.
full rationale
SurpMark's derivation chain is self-contained in the sense relevant to circularity. The reference transition matrices M̂P and M̂Q are estimated once from separate human/machine corpora (Algorithm 1), the test passage is scored against those fixed references (Algorithm 2), and the decision statistic ΔGJS_n is a proper difference of GJS divergences rather than a parameter fitted to the labels it is asked to predict. Proposition 4.3's equality ΔGJS_n = Λ_{n,N} is an algebraic identification of the statistic with a generalized log-likelihood ratio; it is not a reduction of a predicted quantity to a fitted one. Theorem 4.4's CLT is obtained from a second-order Taylor expansion plus standard Markov additive-functional CLTs (Holzmann), not from self-citation. The discretization scaling k* = Θ(N^{1/5}) is derived by balancing an O(1/k) bias with O(k^{3/2}/√N) statistical error; because the constant C is unspecified, the later statement that 'the constant factor and finite-sample effects yield a broad optimum where k=6−7 remains near-optimal' (Section 5.2) is a post hoc rationalization but not a statistically forced prediction. There are no self-citations carrying a load-bearing uniqueness or ansatz. The skeptical note's variance-formula concern (σ²_H0 has O(n^{-2}) units if σ²_{1,0}, σ²_{2,0} are per-step long-run variances) is a mathematical correctness issue in the theorem statement/proof, not a circularity, so it does not change the circularity score.
Axiom & Free-Parameter Ledger
free parameters (4)
- k (number of surprisal states) =
6-7 (best across experiments; also 8)
- k-means quantizer boundaries =
Estimated from pooled reference surprisals (values not reported)
- Markov order =
1
- decision threshold τ =
tunable
axioms (6)
- domain assumption Each discretized surprisal-state chain is an irreducible, aperiodic Markov chain with stationary distribution π_min ≳ 1/k and maximum hitting time O(1).
- domain assumption The underlying continuous surprisal sequences from the proxy LM form ergodic first-order Markov processes on R.
- domain assumption The transition kernels of the continuous surprisal process are TV-Lipschitz (Assumption A2.4).
- standard math The f-divergence generator for GJS satisfies the growth conditions in Assumption A2.2.
- ad hoc to paper In the theoretical analysis, the quantizer qk is fixed and shared across all three sequences; the estimation of qk from reference data is not modeled.
- domain assumption The first-order Markov assumption for discretized surprisal sequences of real text.
read the original abstract
We study black-box detection of machine-generated text under practical constraints: the scoring model (proxy LM) may mismatch the unknown source model, and per-input contrastive generation is costly. We propose SurpMark, a reference-based detector that summarizes a passage by the dynamics of its token surprisals. SurpMark discretizes surprisals into interpretable states, estimates a state-transition matrix for the test text, and scores it via a generalized Jensen-Shannon (GJS) gap between the test transitions and two fixed references (human vs. machine) built once from existing corpora. Theoretically, we derive design guidance for how the discretization bins should scale with data and provide a principled justification for our test statistic. Empirically, across multiple datasets, source models, and scenarios, SurpMark consistently matches or surpasses baselines, demonstrating strong robustness across domains and generators; our experiments on hyperparameter sensitivity exhibit trends that our theoretical results help to explain.
Figures
Reference graph
Works this paper leans on
-
[1]
Sina Alemohammad, Josue Casco-Rodriguez, Lorenzo Luzi, Ahmed Imtiaz Humayun, Hossein Babaei, Daniel LeJeune, Ali Siahkoohi, and Richard G. Baraniuk. Self-consuming generative models go mad, 2023. URL https://arxiv.org/abs/2307.01850
Pith/arXiv arXiv 2023
-
[2]
Navid Ayoobi, Sadat Shahriar, and Arjun Mukherjee. The looming threat of fake and llm-generated linkedin profiles: Challenges and opportunities for detection and prevention. In Proceedings of the 34th ACM Conference on Hypertext and Social Media, HT '23, New York, NY, USA, 2023. Association for Computing Machinery. ISBN 9798400702327. doi:10.1145/3603163....
arXiv 2023
-
[3]
Fast-detect GPT : Efficient zero-shot detection of machine-generated text via conditional probability curvature
Guangsheng Bao, Yanbin Zhao, Zhiyang Teng, Linyi Yang, and Yue Zhang. Fast-detect GPT : Efficient zero-shot detection of machine-generated text via conditional probability curvature. In The Twelfth International Conference on Learning Representations, 2024. URL https://openreview.net/forum?id=Bpcgcr8E8Z
2024
-
[4]
Lo \"i c Barrault, Ond r ej Bojar, Marta R. Costa-juss \`a , Christian Federmann, Mark Fishel, Yvette Graham, Barry Haddow, Matthias Huck, Philipp Koehn, Shervin Malmasi, Christof Monz, Mathias M \"u ller, Santanu Pal, Matt Post, and Marcos Zampieri. Findings of the 2019 conference on machine translation ( WMT 19). In Ond r ej Bojar, Rajen Chatterjee, Chr...
2019
-
[5]
Gpt-neox-20b: An open-source autoregressive language model
Sid Black, Stella Biderman, Eric Hallahan, Quentin Anthony, Leo Gao, Laurence Golding, Horace He, Connor Leahy, Kyle McDonell, Jason Phang, et al. Gpt-neox-20b: An open-source autoregressive language model. arXiv preprint arXiv:2204.06745, 2022. URL https://arxiv.org/abs/2204.06745
Pith/arXiv arXiv 2022
-
[6]
Chernoff-hoeffding bounds for markov chains: Generalized and simplified, 2012
Kai-Min Chung, Henry Lam, Zhenming Liu, and Michael Mitzenmacher. Chernoff-hoeffding bounds for markov chains: Generalized and simplified, 2012. URL https://arxiv.org/abs/1201.0559
Pith/arXiv arXiv 2012
-
[7]
RAID : A shared benchmark for robust evaluation of machine-generated text detectors
Liam Dugan, Alyssa Hwang, Filip Trhl \' k, Andrew Zhu, Josh Magnus Ludan, Hainiu Xu, Daphne Ippolito, and Chris Callison-Burch. RAID : A shared benchmark for robust evaluation of machine-generated text detectors. In Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pp.\ 12463--12492, Bangkok, ...
2024
-
[8]
GPT-Neo 2.7B
EleutherAI. GPT-Neo 2.7B . https://huggingface.co/EleutherAI/gpt-neo-2.7B, 2021
2021
-
[9]
Hierarchical neural story generation
Angela Fan, Mike Lewis, and Yann Dauphin. Hierarchical neural story generation. In Iryna Gurevych and Yusuke Miyao (eds.), Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pp.\ 889--898, Melbourne, Australia, July 2018. Association for Computational Linguistics. doi:10.18653/v1/P18-1082. URL ...
-
[10]
GLTR : Statistical detection and visualization of generated text
Sebastian Gehrmann, Hendrik Strobelt, and Alexander Rush. GLTR : Statistical detection and visualization of generated text. In Marta R. Costa-juss \`a and Enrique Alfonseca (eds.), Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics: System Demonstrations, pp.\ 111--116, Florence, Italy, July 2019. Association for Compu...
-
[11]
Gemini 1.5: Unlocking multimodal understanding across millions of tokens of context
Gemini Team, Google . Gemini 1.5: Unlocking multimodal understanding across millions of tokens of context. arXiv preprint arXiv:2403.05530, 2024. URL https://arxiv.org/abs/2403.05530
Pith/arXiv arXiv 2024
-
[12]
Gemma: Open models based on gemini research and technology
Gemma Team, Google DeepMind . Gemma: Open models based on gemini research and technology. arXiv preprint arXiv:2403.08295, 2024. URL https://arxiv.org/abs/2403.08295
Pith/arXiv arXiv 2024
-
[13]
Likelihood-free hypothesis testing
Patrik R \'o bert Gerber and Yury Polyanskiy. Likelihood-free hypothesis testing. IEEE Transactions on Information Theory, 70 0 (11): 0 7971--8000, 2024
2024
-
[14]
How close is chatgpt to human experts? comparison corpus, evaluation, and detection, 2023
Biyang Guo, Xin Zhang, Ziyuan Wang, Minqi Jiang, Jinran Nie, Yuxuan Ding, Jianwei Yue, and Yupeng Wu. How close is chatgpt to human experts? comparison corpus, evaluation, and detection, 2023. URL https://arxiv.org/abs/2301.07597
Pith/arXiv arXiv 2023
-
[15]
Detective: Detecting AI -generated text via multi-level contrastive learning
Xun Guo, Yongxin He, Shan Zhang, Ting Zhang, Wanquan Feng, Haibin Huang, and Chongyang Ma. Detective: Detecting AI -generated text via multi-level contrastive learning. In The Thirty-eighth Annual Conference on Neural Information Processing Systems, 2024. URL https://openreview.net/forum?id=cdTTTJfJe3
2024
-
[16]
M. Gutman. Asymptotically optimal classification for multiple tests with empirically observed statistics. IEEE Transactions on Information Theory, 35 0 (2): 0 401--408, 1989. doi:10.1109/18.32134
-
[17]
Martingale approximations for continuous-time and discrete-time stationary markov processes
Hajo Holzmann. Martingale approximations for continuous-time and discrete-time stationary markov processes. Stochastic Processes and their Applications, 115 0 (9): 0 1518--1529, 2005. ISSN 0304-4149. doi:https://doi.org/10.1016/j.spa.2005.04.001. URL https://www.sciencedirect.com/science/article/pii/S0304414905000463
-
[18]
Automatic detection of generated text is easiest when humans are fooled, 2020
Daphne Ippolito, Daniel Duckworth, Chris Callison-Burch, and Douglas Eck. Automatic detection of generated text is easiest when humans are fooled, 2020. URL https://arxiv.org/abs/1911.00650
Pith/arXiv arXiv 2020
-
[19]
Survey of hallucination in natural language generation
Ziwei Ji, Nayeon Lee, Rita Frieske, Tiezheng Yu, Dan Su, Yan Xu, Etsuko Ishii, Ye Jin Bang, Andrea Madotto, and Pascale Fung. Survey of hallucination in natural language generation. ACM Computing Surveys, 55 0 (12): 0 1–38, March 2023. ISSN 1557-7341. doi:10.1145/3571730. URL http://dx.doi.org/10.1145/3571730
doi:10.1145/3571730 2023
-
[20]
Ali Devran Kara, Naci Saldi, and Serdar Yüksel. Q-learning for mdps with general spaces: Convergence and near optimality via quantization under weak continuity, 2023. URL https://arxiv.org/abs/2111.06781
Pith/arXiv arXiv 2023
-
[21]
Chatgpt for good? on opportunities and challenges of large language models for education
Enkelejda Kasneci, Kathrin Sessler, Stefan Küchemann, Maria Bannert, Daryna Dementieva, Frank Fischer, Urs Gasser, Georg Groh, Stephan Günnemann, Eyke Hüllermeier, Stephan Krusche, Gitta Kutyniok, Tilman Michaeli, Claudia Nerdel, Jürgen Pfeffer, Oleksandra Poquet, Michael Sailer, Albrecht Schmidt, Tina Seidel, Matthias Stadler, Jochen Weller, Jochen Kuhn,...
arXiv 2023
-
[22]
Sharp nearby, fuzzy far away: How neural language models use context, 2018
Urvashi Khandelwal, He He, Peng Qi, and Dan Jurafsky. Sharp nearby, fuzzy far away: How neural language models use context, 2018. URL https://arxiv.org/abs/1805.04623
Pith/arXiv arXiv 2018
-
[23]
Jooyoung Lee, Thai Le, Jinghui Chen, and Dongwon Lee. Do language models plagiarize? In Proceedings of the ACM Web Conference 2023, WWW '23, pp.\ 3637–3647, New York, NY, USA, 2023. Association for Computing Machinery. ISBN 9781450394161. doi:10.1145/3543507.3583199. URL https://doi.org/10.1145/3543507.3583199
arXiv 2023
-
[24]
Markov chains and mixing times, volume 107
David A Levin and Yuval Peres. Markov chains and mixing times, volume 107. American Mathematical Soc., 2017
2017
-
[25]
Truthfulqa: Measuring how models mimic human falsehoods, 2022
Stephanie Lin, Jacob Hilton, and Owain Evans. Truthfulqa: Measuring how models mimic human falsehoods, 2022. URL https://arxiv.org/abs/2109.07958
Pith/arXiv arXiv 2022
-
[26]
AI @ Meta Llama Team. The llama 3 herd of models. arXiv preprint arXiv:2407.21783, 2024. URL https://arxiv.org/abs/2407.21783
Pith/arXiv arXiv 2024
-
[27]
Llama 3.2 model cards and prompt formats
Meta AI . Llama 3.2 model cards and prompt formats. https://www.llama.com/docs/model-cards-and-prompt-formats/llama3_2/, 2024. Documentation for 1B/3B Llama 3.2 models
2024
-
[28]
The threat of offensive ai to organizations, 2021
Yisroel Mirsky, Ambra Demontis, Jaidip Kotak, Ram Shankar, Deng Gelei, Liu Yang, Xiangyu Zhang, Wenke Lee, Yuval Elovici, and Battista Biggio. The threat of offensive ai to organizations, 2021. URL https://arxiv.org/abs/2106.15764
Pith/arXiv arXiv 2021
-
[29]
Eric Mitchell, Yoonho Lee, Alexander Khazatsky, Christopher D. Manning, and Chelsea Finn. Detectgpt: Zero-shot machine-generated text detection using probability curvature, 2023. URL https://arxiv.org/abs/2301.11305
Pith/arXiv arXiv 2023
-
[30]
Shashi Narayan, Shay B. Cohen, and Mirella Lapata. Don ' t give me the details, just the summary! topic-aware convolutional neural networks for extreme summarization. In Ellen Riloff, David Chiang, Julia Hockenmaier, and Jun ' ichi Tsujii (eds.), Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing, pp.\ 1797--1807, Bruss...
-
[31]
Introducing gpt-4.1 in the api
OpenAI . Introducing gpt-4.1 in the api. https://openai.com/index/gpt-4-1/, 2025 a . Includes GPT-4.1 mini
2025
-
[32]
Introducing gpt-5, 2025 b
OpenAI . Introducing gpt-5, 2025 b
2025
-
[33]
Mauve scores for generative models: Theory and practice, 2023
Krishna Pillutla, Lang Liu, John Thickstun, Sean Welleck, Swabha Swayamdipta, Rowan Zellers, Sewoong Oh, Yejin Choi, and Zaid Harchaoui. Mauve scores for generative models: Theory and practice, 2023. URL https://arxiv.org/abs/2212.14578
Pith/arXiv arXiv 2023
-
[34]
Language models are unsupervised multitask learners
Alec Radford, Jeffrey Wu, Rewon Child, David Luan, Dario Amodei, and Ilya Sutskever. Language models are unsupervised multitask learners. OpenAI technical report, 2019. URL https://cdn.openai.com/better-language-models/language_models_are_unsupervised_multitask_learners.pdf
2019
-
[35]
SQ u AD : 100,000+ questions for machine comprehension of text
Pranav Rajpurkar, Jian Zhang, Konstantin Lopyrev, and Percy Liang. SQ u AD : 100,000+ questions for machine comprehension of text. In Jian Su, Kevin Duh, and Xavier Carreras (eds.), Proceedings of the 2016 Conference on Empirical Methods in Natural Language Processing, pp.\ 2383--2392, Austin, Texas, November 2016. Association for Computational Linguistic...
-
[36]
Missing mass concentration for markov chains, 2020
Maciej Skorski. Missing mass concentration for markov chains, 2020. URL https://arxiv.org/abs/2001.03603
Pith/arXiv arXiv 2020
-
[37]
Release strategies and the social impacts of language models, 2019
Irene Solaiman, Miles Brundage, Jack Clark, Amanda Askell, Ariel Herbert-Voss, Jeff Wu, Alec Radford, Gretchen Krueger, Jong Wook Kim, Sarah Kreps, Miles McCain, Alex Newhouse, Jason Blazakis, Kris McGuffie, and Jasmine Wang. Release strategies and the social impacts of language models, 2019. URL https://arxiv.org/abs/1908.09203
Pith/arXiv arXiv 2019
-
[38]
Deep kernel relative test for machine-generated text detection
Yiliao Song, Zhenqiao Yuan, Shuhai Zhang, Zhen Fang, Jun Yu, and Feng Liu. Deep kernel relative test for machine-generated text detection. In The Thirteenth International Conference on Learning Representations, 2025. URL https://openreview.net/forum?id=z9j7wctoGV
2025
-
[40]
Detectllm: Leveraging log rank information for zero-shot detection of machine-generated text, 2023 b
Jinyan Su, Terry Yue Zhuo, Di Wang, and Preslav Nakov. Detectllm: Leveraging log rank information for zero-shot detection of machine-generated text, 2023 b . URL https://arxiv.org/abs/2306.05540
Pith/arXiv arXiv 2023
-
[41]
Gptzero: An ai text detector, 2023
Edward Tian. Gptzero: An ai text detector, 2023. URL https://gptzero.me/
2023
-
[42]
Llama 2: Open foundation and fine-tuned chat models
Hugo Touvron, Louis Martin, Kevin Stone, Peter Albert, Amjad Almahairi, et al. Llama 2: Open foundation and fine-tuned chat models. arXiv preprint arXiv:2307.09288, 2023. URL https://arxiv.org/abs/2307.09288
Pith/arXiv arXiv 2023
-
[43]
GPT-J-6B: A 6 Billion Parameter Autoregressive Language Model
Ben Wang and Aran Komatsuzaki. GPT-J-6B: A 6 Billion Parameter Autoregressive Language Model . https://github.com/kingoflolz/mesh-transformer-jax, 2021
2021
-
[44]
Empirical and instance-dependent estimation of markov chain and mixing time, 2023
Geoffrey Wolfer. Empirical and instance-dependent estimation of markov chain and mixing time, 2023. URL https://arxiv.org/abs/1912.06845
Pith/arXiv arXiv 2023
-
[45]
Detectrl: Benchmarking llm-generated text detection in real-world scenarios
Junchao Wu, Runzhe Zhan, Derek F Wong, Shu Yang, Xinyi Yang, Yulin Yuan, and Lidia S Chao. Detectrl: Benchmarking llm-generated text detection in real-world scenarios. arXiv preprint arXiv:2410.23746, 2024
Pith/arXiv arXiv 2024
-
[46]
Training-free LLM -generated text detection by mining token probability sequences
Yihuai Xu, Yongwei Wang, Yifei Bi, Huangsen Cao, Zhouhan Lin, Yu Zhao, and Fei Wu. Training-free LLM -generated text detection by mining token probability sequences. In The Thirteenth International Conference on Learning Representations, 2025. URL https://openreview.net/forum?id=vo4AHjowKi
2025
-
[47]
Dna-gpt: Divergent n-gram analysis for training-free detection of gpt-generated text, 2023
Xianjun Yang, Wei Cheng, Yue Wu, Linda Petzold, William Yang Wang, and Haifeng Chen. Dna-gpt: Divergent n-gram analysis for training-free detection of gpt-generated text, 2023. URL https://arxiv.org/abs/2305.17359
Pith/arXiv arXiv 2023
-
[48]
Detecting machine-generated texts by multi-population aware optimization for maximum mean discrepancy
Shuhai Zhang, Yiliao Song, Jiahao Yang, Yuanqing Li, Bo Han, and Mingkui Tan. Detecting machine-generated texts by multi-population aware optimization for maximum mean discrepancy. In The Twelfth International Conference on Learning Representations, 2024. URL https://openreview.net/forum?id=3fEKavFsnv
2024
-
[49]
Opt: Open pre-trained transformer language models
Susan Zhang, Stephen Roller, Naman Goyal, Mikel Artetxe, Moya Chen, Shuohui Chen, Christopher Dewan, Mona Diab, Xian Li, Xi Victoria Lin, et al. Opt: Open pre-trained transformer language models. arXiv preprint arXiv:2205.01068, 2022. URL https://arxiv.org/abs/2205.01068
Pith/arXiv arXiv 2022
-
[50]
Lin Zhou, Vincent Y. F. Tan, and Mehul Motani. Second-order asymptotically optimal statistical classification, 2018. URL https://arxiv.org/abs/1806.00739
Pith/arXiv arXiv 2018
-
[51]
write newline
" write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 global.max substring 't := if while FUNCTION format.date year duplicate empty "emp...
-
[52]
@esa (Ref
\@ifxundefined[1] #1\@undefined \@firstoftwo \@secondoftwo \@ifnum[1] #1 \@firstoftwo \@secondoftwo \@ifx[1] #1 \@firstoftwo \@secondoftwo [2] @ #1 \@temptokena #2 #1 @ \@temptokena \@ifclassloaded agu2001 natbib The agu2001 class already includes natbib coding, so you should not add it explicitly Type <Return> for now, but then later remove the command n...
-
[53]
\@lbibitem[] @bibitem@first@sw\@secondoftwo \@lbibitem[#1]#2 \@extra@b@citeb \@ifundefined br@#2\@extra@b@citeb \@namedef br@#2 \@nameuse br@#2\@extra@b@citeb \@ifundefined b@#2\@extra@b@citeb @num @parse #2 @tmp #1 NAT@b@open@#2 NAT@b@shut@#2 \@ifnum @merge>\@ne @bibitem@first@sw \@firstoftwo \@ifundefined NAT@b*@#2 \@firstoftwo @num @NAT@ctr \@secondoft...
-
[54]
֯_hvŊ m۶q p@T^=L_ 7pCkh ;v1c 2 Ĉ q'2 kP
@open @close @open @close and [1] URL: #1 \@ifundefined chapter * \@mkboth \@ifxundefined @sectionbib * \@mkboth * \@mkboth\@gobbletwo \@ifclassloaded amsart * \@ifclassloaded amsbook * \@ifxundefined @heading @heading NAT@ctr thebibliography [1] @ \@biblabel @NAT@ctr \@bibsetup #1 @NAT@ctr @ @openbib .11em \@plus.33em \@minus.07em 4000 4000 `\.\@m @bibit...
2000
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.