TADDLE: A Tool-Augmented Agent for Detecting Deficient LLM-Generated Peer Reviews
About
LLM-generated peer reviews are increasingly common at major venues, yet their deficiencies are hard to detect because they are uniformly fluent and well-structured. Existing work either classifies authorship without judging quality, or scores quality with features designed for human-written reviews; no prior system detects deficiencies in LLM-generated reviews at the level of individual defect types. To bridge the gap, we introduce TADDLE, a Tool-Augmented Agent for Detecting Deficient LLM-Generated Peer Reviews, together with the first expert-annotated benchmark for this task. Our benchmark comprises 1,800 reviews on 50 ICLR 2025 papers, multi-label-annotated by 18 domain experts against a taxonomy of six defect categories (plus a non-deficient label). TADDLE decomposes detection into four specialized analysis tools -- Verify, Correct, Complete, and Transform -- orchestrated by an agent; an integrator synthesizes their outputs into binary and multi-label classifications via two-stage semi-supervised learning. Extensive experiments show that TADDLE performs strongly on both binary detection and the multi-label classification task. We release the benchmark and code at https://github.com/AquariusAQ/TADDLE.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Binary deficiency detection | gold-labeled ICLR (test) | Accuracy86 | 16 | |
| Persona Discrimination | ICML Cross-conference | Persona Separability (Δ)0.453 | 16 | |
| Persona Discrimination | NeurIPS Cross-conference | Persona Separability (Δ)0.418 | 16 | |
| Persona Discrimination | Llama Cross-generator 3.3-70B | Persona Separability (Δ)0.427 | 16 | |
| Persona Discrimination | MiniMax Cross-generator M2.5 | Persona Separability (Δ)0.281 | 16 | |
| Fine-grained multi-label classification | ICLR gold-labeled (test) | Jaccard Similarity74.24 | 8 |