- Updated: June 11, 2026
- 7 min read
Show, Don’t TELL: Explainable AI-Generated Text Detection

Illustration: Conceptual view of a text detector that highlights “tells” in a document.
Direct Answer
The paper Show, Don’t TELL: Explainable AI-Generated Text Detection introduces TELL, a detection system that not only scores a passage for AI‑authorship but also surfaces the linguistic “tells” that drive its decision. By embedding explainability into the core architecture, TELL lets educators, reviewers, and developers verify the rationale behind each verdict, turning a black‑box score into a transparent, actionable insight.
Background: Why This Problem Is Hard
AI‑generated prose has become indistinguishable from human writing for many downstream tasks—academic essays, grant proposals, and even peer‑review comments. Traditional detectors rely on statistical fingerprints (e.g., perplexity, token‑frequency anomalies) and output a single probability or confidence number. While these scores can be high‑performing on benchmark datasets, they suffer from three practical shortcomings:
- Context blindness: A raw score tells nothing about why a passage is flagged, making it impossible for a professor to judge whether the “suspicion” aligns with the assignment’s expectations.
- Adversarial fragility: Small prompt tweaks or post‑processing can dramatically shift the numeric output, yet the underlying reasoning remains opaque.
- User trust deficit: Academic integrity offices need audit trails. A lone number cannot satisfy institutional policies that demand explainable evidence.
Consequently, many institutions either ignore automated detectors or treat them as a “second opinion” that still requires manual verification. The gap between high‑accuracy research prototypes and usable, trustworthy tools in classrooms remains wide.
What the Researchers Propose
TELL (Show, Explain, Learn, and Label) reframes detection as a two‑step dialogue between the model and the user. Instead of compressing all evidence into a scalar, TELL produces a set of annotated “tells”—specific textual fragments, stylistic markers, or statistical cues—that collectively support the AI‑authorship hypothesis. The architecture consists of three cooperating modules:
- Feature‑Extraction Agent: Scans the input with a suite of handcrafted and learned detectors (e.g., n‑gram repetition, syntactic uniformity, token‑level entropy) and tags each token with a confidence weight.
- Explainability Synthesizer: Aggregates the weighted tags into human‑readable explanations, grouping related cues into coherent “tell clusters” such as “over‑use of generic transitions” or “uniform sentence length”.
- Scoring Head: Computes a final AUROC‑compatible probability that can be compared with legacy tools, preserving backward compatibility for downstream pipelines.
The training pipeline leverages a custom supervised‑fine‑tuning (SFT) dataset where domain experts annotated not only the ground‑truth label (human vs. AI) but also highlighted the exact tells they considered decisive. A second stage—Gradient‑Regularized Policy Optimization (GRPO) with curriculum learning—gradually introduces harder examples, encouraging the model to refine its explanation strategy without over‑fitting to easy patterns.
How It Works in Practice
When a user submits a document to TELL, the system follows a clear, repeatable workflow:
- Ingestion: The text is tokenized and passed to the Feature‑Extraction Agent.
- Tell Generation: Each token receives a set of binary or continuous flags (e.g., “repetitive phrase”, “low‑entropy segment”). These flags are then clustered into higher‑level explanations.
- Explanation Rendering: The Explainability Synthesizer formats the clusters into a concise report—typically a bullet list with highlighted excerpts and a short rationale.
- Score Emission: Simultaneously, the Scoring Head outputs a probability (0–1) that can be logged, visualized, or fed into existing plagiarism‑detection dashboards.
What sets TELL apart is that the explanation is not an after‑the‑fact add‑on; it is generated jointly with the score, ensuring internal consistency. Users can therefore cross‑validate the numeric confidence with the concrete evidence, deciding whether to accept, reject, or further investigate the claim.
Evaluation & Results
The authors benchmarked TELL on two fronts: detection performance and explanation quality.
Detection Performance
Using a held‑out test set that mixes open‑source LLM outputs (GPT‑4, Claude, LLaMA) with human‑written essays, TELL achieved an AUROC of 0.927—on par with the best‑in‑class black‑box detectors. Importantly, this metric held steady across domain shifts (e.g., humanities vs. computer‑science essays), indicating robustness to content variation.
Explanation Quality
To assess how useful the tells are, the researchers collected a separate human‑annotation pool. Annotators rated each explanation on five dimensions: concreteness, falsifiability, coherence, plausibility, and grounding. TELL’s explanations won 72.3% of the time against a baseline that simply highlighted high‑entropy tokens. This win‑rate demonstrates that the model’s “tells” are not only statistically sound but also intuitively understandable to domain experts.
Beyond raw numbers, a qualitative audit revealed that TELL could surface nuanced patterns such as “excessive use of generic transition phrases” or “uniform paragraph length”, which are often invisible to traditional perplexity‑based detectors.
Why This Matters for AI Systems and Agents
For AI practitioners building agents that ingest or generate text, reliable detection with built‑in explainability offers several strategic advantages:
- Auditability: Enterprise AI pipelines can now log both a confidence score and the exact linguistic cues that triggered a flag, satisfying compliance requirements without manual post‑processing.
- Feedback Loops: Agents that generate content (e.g., automated report writers) can be equipped with TELL as a self‑checking module, automatically adjusting generation parameters when “tells” exceed a threshold.
- Human‑in‑the‑Loop Design: Customer‑support bots or educational tutors can present the “tells” to supervisors, enabling rapid triage and reducing false‑positive escalations.
- Integration Simplicity: Because TELL still outputs a conventional probability, existing orchestration frameworks can replace legacy detectors with a drop‑in upgrade, gaining explainability for free.
Organizations looking to embed trustworthy AI into their workflows can start by exploring the UBOS platform overview, which already supports plug‑in style components for text analysis. Pairing TELL with UBOS’s Workflow automation studio enables automated routing of flagged documents to human reviewers, complete with the generated explanation report.
What Comes Next
While TELL marks a significant step toward human‑centric AI‑text detection, the authors acknowledge several open challenges:
- Domain Expansion: Current training data focuses on academic prose. Extending the tell taxonomy to code comments, legal contracts, or creative writing will require new annotation efforts.
- Adversarial Robustness: Sophisticated attackers could deliberately mask tells. Future work may incorporate adversarial training where the generator and detector co‑evolve.
- User Interface Design: Presenting explanations in a way that aligns with diverse stakeholder needs (professors vs. compliance officers) remains an open UX problem.
Potential next‑generation features include a “tell‑customizer” that lets institutions weight certain cues more heavily (e.g., penalizing repetitive phrasing in grant proposals). The research community is also invited to contribute to an open‑source “tell‑bank” that catalogs common AI‑authorship signatures across languages.
For teams ready to experiment, UBOS offers a suite of integrations that can accelerate prototyping:
- OpenAI ChatGPT integration for generating synthetic training samples.
- Chroma DB integration to store and query large collections of annotated tells.
- ChatGPT and Telegram integration for real‑time alerts when a document is flagged.
By embedding TELL into these pipelines, organizations can move from “black‑box suspicion” to “transparent evidence”, strengthening academic integrity and building trust in AI‑augmented workflows.
Conclusion
The TELL architecture redefines AI‑generated text detection as a collaborative, explainable process rather than a solitary numeric judgment. Its competitive AUROC, coupled with human‑validated explanations, bridges the gap between research performance and real‑world usability. As AI‑authored content proliferates across education, publishing, and enterprise, tools that surface the “why” behind a detection will become indispensable. Stakeholders are encouraged to explore the available UBOS integrations, contribute to the growing tell taxonomy, and help shape the next generation of trustworthy AI detection systems.
Andrii Bidochko
CTO UBOS
Andrii Bidochko is an AI entrepreneur and researcher focused on AI agents, reinforcement learning, and autonomous systems. He writes about the technologies shaping the future of machine intelligence, from frontier models and agent architectures to real-world AI applications.