Neural Text Generation & Decoding
Benchmarking and Extending Machine-Generated Text Detection Under Black-Box, Mixed-Author, and Multi-Source Settings
Generated automatically from the limitations stated in 3 papers (ACL, NeurIPS, EMNLP), listed under Evidence. It is not a paper, and it does not come from papers submitted to CSPaper.
The problem
Current machine-generated text detection frameworks rely on preconditions that fail in real-world deployments: access to token-level log-probabilities from the source model, abundant paired human reference corpora, and strictly binary (100% human vs. 100% machine) document inputs. Because these methods have not been evaluated across black-box commercial APIs, partially edited or collaborative human-AI text, and multi-model source attribution, their true utility is unknown. Practitioners cannot reliably determine whether a piece of text was generated, co-authored, or which specific model produced it when log-probabilities are inaccessible.
Why it matters
Enables trustworthy auditing of text provenance for closed-source models and hybrid human-AI documents without requiring proprietary access to token log-probabilities.
Ways to approach it
Prior-work checks are free with an account. Results someone already ran are shown to everyone.
- 1
Construct a standardized evaluation benchmark containing text generated across varying blend ratios (0% to 100% machine-written at sentence and token granularities) from both open-source and closed-source LLMs without log-probability access, measuring AUROC and F1 degradation across existing surrogate-based and zero-shot detectors.
- 2
Develop a black-box multi-class attribution and boundary-detection method using surface-level linguistic features and rank-based perturbation probing, measuring source attribution accuracy and boundary localization error (token-level IoU).
- 3
Evaluate the susceptibility of black-box detectors to inherited corpus biases and hallucinations by measuring false-positive rates on domain-shifted, non-native English, and factually erroneous human text.
Have a different approach?
Describe how you would tackle this problem and we'll look for papers that already do it. Free; your text stays private.
Why it might fail
If watermarking schemes or proprietary API metadata become standard across all major LLM providers, post-hoc statistical detection and attribution may become obsolete. Additionally, frontier LLM outputs may converge so closely to human distributions that black-box detection without log-probabilities hits an unavoidable statistical upper bound on short passages.
Evidence
Each paper's own statement of the limitation, verbatim.
- 𝒜3: Automatic Alignment Framework for Attributed Text GenerationACL 2025
Generated data and trained outputs may still contain hallucination and bias inherited from the backbone LLM and corpus, needing mitigation before real-world use
- AdaDetectGPT: Adaptive Detection of LLM-Generated Text with Statistical GuaranteesNeurIPS 2025
Requires external human-written training text (corpus of n passages) and access to a source LLM's token-level log-probabilities; not directly applicable to closed-source LLMs without a sufficiently similar open-source surrogate
- Zero-Shot Detection of LLM-Generated Text using Token CohesivenessEMNLP 2024
Restricted to binary human-vs-LLM classification; untested on mixed human/LLM text or attribution of generation source
Nearest existing work
- Authorship Attribution for Neural Text GenerationEMNLP 2020
- Profiler: Black-box AI-generated Text Origin Detection via Context-aware Inference Pattern AnalysisEMNLP 2025
- M4GT-Bench: Evaluation Benchmark for Black-Box Machine-Generated Text DetectionACL 2024
- DALD: Improving Logits-based Detector without Logits from Black-box LLMsNeurIPS 2024
- Position: On the Possibilities of AI-Generated Text DetectionICML 2024
- Token Prediction as Implicit Classification to Identify LLM-Generated TextEMNLP 2023
- MAGE: Machine-generated Text Detection in the WildACL 2024
- Beat LLMs at Their Own Game: Zero-Shot LLM-Generated Text Detection via Querying ChatGPTEMNLP 2023
- DNA-GPT: Divergent N-Gram Analysis for Training-Free Detection of GPT-Generated TextICLR 2024
- Black-Box Detection of LLM-Generated Text Using Generalized Jensen Shannon DivergenceICML 2026
- Reverse Engineering Configurations of Neural Text Generation ModelsACL 2020
- RAID: A Shared Benchmark for Robust Evaluation of Machine-Generated Text DetectorsACL 2024
- OpenTuringBench: An Open-Model-based Benchmark and Framework for Machine-Generated Text Detection and AttributionEMNLP 2025
- GLTR: Statistical Detection and Visualization of Generated TextACL 2019
- LLM Self-Recognition: Steering and Retrieving Activation SignaturesICML 2026