What do these badges mean?
- ๐ShippingCode exists. Multiple GitHub repos already reference this paper โ people are building on it.
- ๐ClimbingCitation velocity is rising. Researchers are starting to pick it up.
- ๐คQuietPublished but no notable signal yet. Most papers live here โ could become anything later.
- ๐ญHypeHeavy social buzz but no shipping signal. The counter-signal โ defer until Twitter/X data is wired up.
- 11 min read๐Shipping2606.06481ยทJun 4, 2026cs.CLcs.AIcs.LG
Operation-Guided Progressive Human-to-AI Text Transformation Benchmark for Multi-Granularity AI-Text Detection
Sondos Mahmoud Bsharat, Jiacheng Liu, Xiaohan Zhao, Tianjun Yao, +8
โญ 1.1k stars / 54 repos๐ 0 citesELI5A benchmark that tracks how detectable AI writing becomes as humans and AI gradually edit a document together over multiple revisionsโlike watching a document transform from human-written to AI-written in slow motion, across word, sentence, and paragraph levels.
Problem solvedAI detection tools fail in real-world editing where humans and AI collaborate incrementally. This benchmark reveals that mixed-authorship documents (partially edited by AI) are actually harder to detect than purely AI-written ones, exposing why existing detectors fail on real co-authored work.
- 7 min read๐Shipping2606.06474ยทJun 4, 2026cs.CLcs.AIcs.LG
Self-Augmenting Retrieval for Diffusion Language Models
Paul Jรผnger, Justin Lovelace, Linxi Zhao, Dongyoung Go, +1
โญ 1.1k stars / 53 repos๐ 0 citesELI5Discrete diffusion language models generate text by repeatedly guessing all words at once and keeping confident guesses. This paper uses the low-confidence guesses as hints to retrieve relevant information mid-generation, improving answers before finalizing output.
Problem solvedDiffusion language models are fast at generation but struggle with retrieval-augmented tasks because they commit to outputs without dynamic information lookup. This enables real-time evidence retrieval during generation without retraining, boosting factual accuracy on QA tasks.
- 15 min read๐Shipping2606.13649ยทJun 11, 2026cs.CLcs.LG
Operadic consistency: a label-free signal for compositional reasoning failures in LLMs
Nathaniel Bottman, Yinhong Liu, Kyle Richardson
โญ 1.5k stars / 44 repos๐ 0 citesELI5A new way to catch when LLMs make mistakes on complex questions: ask the model to break down a question into steps, then check if its direct answer matches what it gets by actually following those steps. If they disagree, the model is probably wrong.
Problem solvedDetecting when LLMs fail at multi-step reasoning without needing correct answers as reference. Current methods like chain-of-thought sampling are inconsistent across question types; this approach works reliably everywhere and catches errors better than existing confidence scores.